Bump @types/react-dom from 18.0.7 to 18.0.8

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.7 to 18.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-04 15:58:59 +00:00 committed by GitHub
parent 027cfdc8c3
commit 85a528f9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"@types/mongoose": "^5.11.97", "@types/mongoose": "^5.11.97",
"@types/node": "^18.11.9", "@types/node": "^18.11.9",
"@types/react-dom": "^18.0.7", "@types/react-dom": "^18.0.8",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"express": "^4.18.2", "express": "^4.18.2",
"mongoose": "^6.7.0", "mongoose": "^6.7.0",
@ -3051,9 +3051,9 @@
} }
}, },
"node_modules/@types/react-dom": { "node_modules/@types/react-dom": {
"version": "18.0.7", "version": "18.0.8",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.7.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz",
"integrity": "sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ==", "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==",
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "*"
} }
@ -11075,9 +11075,9 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "18.0.7", "version": "18.0.8",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.7.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz",
"integrity": "sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ==", "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==",
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
} }

View file

@ -18,7 +18,7 @@
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"@types/mongoose": "^5.11.97", "@types/mongoose": "^5.11.97",
"@types/node": "^18.11.9", "@types/node": "^18.11.9",
"@types/react-dom": "^18.0.7", "@types/react-dom": "^18.0.8",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"express": "^4.18.2", "express": "^4.18.2",
"mongoose": "^6.7.0", "mongoose": "^6.7.0",