Merge pull request #861 from warengroup/dependabot/npm_and_yarn/develop/types/node-20.8.4

Bump @types/node from 20.8.3 to 20.8.4
This commit is contained in:
github-actions[bot] 2023-10-10 08:17:10 +00:00 committed by GitHub
commit d2000c86b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@ -20,7 +20,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/node": "^20.8.4",
"@types/ws": "^8.5.6",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.5",
@ -549,9 +549,12 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.8.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.3.tgz",
"integrity": "sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw=="
"version": "20.8.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.4.tgz",
"integrity": "sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==",
"dependencies": {
"undici-types": "~5.25.1"
}
},
"node_modules/@types/semver": {
"version": "7.5.3",
@ -3353,6 +3356,11 @@
"node": ">=14.0"
}
},
"node_modules/undici-types": {
"version": "5.25.3",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz",
"integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA=="
},
"node_modules/untildify": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",

View File

@ -29,7 +29,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/node": "^20.8.4",
"@types/ws": "^8.5.6",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.5",