chore(deps): update dependency @types/node to ^16.11.42 (#256)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-06-30 21:19:59 +02:00 committed by GitHub
parent 5a7716b49d
commit ea668b50de
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

@ -16,7 +16,7 @@
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^28.1.3", "@types/jest": "^28.1.3",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/node": "^16.11.41", "@types/node": "^16.11.42",
"@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0", "@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0", "eslint": "^8.18.0",
@ -1431,9 +1431,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "16.11.41", "version": "16.11.42",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.41.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.42.tgz",
"integrity": "sha512-mqoYK2TnVjdkGk8qXAVGc/x9nSaTpSrFaGFm43BUH3IdoBV0nta6hYaGmdOvIMlbHJbUEVen3gvwpwovAZKNdQ==", "integrity": "sha512-iwLrPOopPy6V3E+1yHTpJea3bdsNso0b0utLOJJwaa/PLzqBt3GZl3stMcakc/gr89SfcNk2ki3z7Gvue9hYGQ==",
"dev": true "dev": true
}, },
"node_modules/@types/prettier": { "node_modules/@types/prettier": {
@ -8392,9 +8392,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "16.11.41", "version": "16.11.42",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.41.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.42.tgz",
"integrity": "sha512-mqoYK2TnVjdkGk8qXAVGc/x9nSaTpSrFaGFm43BUH3IdoBV0nta6hYaGmdOvIMlbHJbUEVen3gvwpwovAZKNdQ==", "integrity": "sha512-iwLrPOopPy6V3E+1yHTpJea3bdsNso0b0utLOJJwaa/PLzqBt3GZl3stMcakc/gr89SfcNk2ki3z7Gvue9hYGQ==",
"dev": true "dev": true
}, },
"@types/prettier": { "@types/prettier": {

View File

@ -34,7 +34,7 @@
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^28.1.3", "@types/jest": "^28.1.3",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/node": "^16.11.41", "@types/node": "^16.11.42",
"@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0", "@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0", "eslint": "^8.18.0",