Merge pull request #115 from warengroup/dependabot/npm_and_yarn/develop/types/node-16.11.5

Bump @types/node from 16.11.4 to 16.11.5
This commit is contained in:
Christer Warén 2021-10-26 02:02:48 +03:00 committed by GitHub
commit 5513ace425
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" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.4", "@types/node": "^16.11.5",
"@types/ws": "^8.2.0", "@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0", "@typescript-eslint/parser": "^5.0.0",
@ -427,9 +427,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "16.11.4", "version": "16.11.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.5.tgz",
"integrity": "sha512-TMgXmy0v2xWyuCSCJM6NCna2snndD8yvQF67J29ipdzMcsPa9u+o0tjF5+EQNdhcuZplYuouYqpc4zcd5I6amQ==" "integrity": "sha512-NyUV2DGcqYIx9op++MG2+Z4Nhw1tPhi0Wfs81TgncuX1aJC4zf2fgCJlJhl4BW9bCSS04e34VkqmOS96w0XQdg=="
}, },
"node_modules/@types/ws": { "node_modules/@types/ws": {
"version": "8.2.0", "version": "8.2.0",
@ -4163,9 +4163,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "16.11.4", "version": "16.11.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.5.tgz",
"integrity": "sha512-TMgXmy0v2xWyuCSCJM6NCna2snndD8yvQF67J29ipdzMcsPa9u+o0tjF5+EQNdhcuZplYuouYqpc4zcd5I6amQ==" "integrity": "sha512-NyUV2DGcqYIx9op++MG2+Z4Nhw1tPhi0Wfs81TgncuX1aJC4zf2fgCJlJhl4BW9bCSS04e34VkqmOS96w0XQdg=="
}, },
"@types/ws": { "@types/ws": {
"version": "8.2.0", "version": "8.2.0",

View File

@ -30,7 +30,7 @@
"path": "^0.12.7" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.4", "@types/node": "^16.11.5",
"@types/ws": "^8.2.0", "@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0", "@typescript-eslint/parser": "^5.0.0",