Merge pull request #162 from warengroup/dependabot/npm_and_yarn/develop/types/node-17.0.2

Bump @types/node from 17.0.1 to 17.0.2
This commit is contained in:
Christer Warén 2021-12-21 17:15:16 +02:00 committed by GitHub
commit f726251645
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

@ -21,7 +21,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^17.0.1",
"@types/node": "^17.0.2",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
@ -406,9 +406,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.1.tgz",
"integrity": "sha512-NXKvBVUzIbs6ylBwmOwHFkZS2EXCcjnqr8ZCRNaXBkHAf+3mn/rPcJxwrzuc6movh8fxQAsUUfYklJ/EG+hZqQ=="
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.2.tgz",
"integrity": "sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA=="
},
"node_modules/@types/node-fetch": {
"version": "2.5.12",
@ -3934,9 +3934,9 @@
"dev": true
},
"@types/node": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.1.tgz",
"integrity": "sha512-NXKvBVUzIbs6ylBwmOwHFkZS2EXCcjnqr8ZCRNaXBkHAf+3mn/rPcJxwrzuc6movh8fxQAsUUfYklJ/EG+hZqQ=="
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.2.tgz",
"integrity": "sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA=="
},
"@types/node-fetch": {
"version": "2.5.12",

View File

@ -30,7 +30,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^17.0.1",
"@types/node": "^17.0.2",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",