Bump @types/node from 18.11.9 to 18.11.11 (#3950)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.11.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-06 18:28:18 +01:00 committed by GitHub
parent 9c5b948c57
commit ddf5d209c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -47,7 +47,7 @@
"@types/chai": "^4.3.4",
"@types/lodash-es": "^4.17.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.0.3",
"@types/node": "^18.11.11",
"chai": "^4.3.7",
"mocha": "^10.0.0",
"ts-node": "^10.2.1"

18
package-lock.json generated
View file

@ -14,7 +14,7 @@
"apps/keycloak-server"
],
"devDependencies": {
"@types/node": "^18.11.9",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
@ -558,7 +558,7 @@
"@types/chai": "^4.3.4",
"@types/lodash-es": "^4.17.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.0.3",
"@types/node": "^18.11.11",
"chai": "^4.3.7",
"mocha": "^10.0.0",
"ts-node": "^10.2.1"
@ -4499,9 +4499,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="
"version": "18.11.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.11.tgz",
"integrity": "sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g=="
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
@ -17620,7 +17620,7 @@
"@types/chai": "^4.3.4",
"@types/lodash-es": "^4.17.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.0.3",
"@types/node": "^18.11.11",
"camelize-ts": "^2.1.1",
"chai": "^4.3.7",
"lodash-es": "^4.17.21",
@ -18487,9 +18487,9 @@
"dev": true
},
"@types/node": {
"version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="
"version": "18.11.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.11.tgz",
"integrity": "sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g=="
},
"@types/prop-types": {
"version": "15.7.5"

View file

@ -12,7 +12,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",