Update dependency @types/node to v18

This commit is contained in:
Renovate Bot 2022-09-18 13:07:18 +02:00
parent ac679c29ee
commit 2b5744f17d
2 changed files with 4 additions and 4 deletions

View File

@ -2721,9 +2721,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "12.20.50", "version": "18.7.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.50.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.18.tgz",
"integrity": "sha512-+9axpWx2b2JCVovr7Ilgt96uc6C1zBKOQMpGtRbWT9IoR/8ue32GGMfGA4woP8QyP2gBs6GQWEVM3tCybGCxDA==", "integrity": "sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==",
"dev": true "dev": true
}, },
"@types/parse-json": { "@types/parse-json": {

View File

@ -38,7 +38,7 @@
"@angular/cli": "~13.3.5", "@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.0", "@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~4.0.3", "@types/jasmine": "~4.0.3",
"@types/node": "^12.11.1", "@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.23.0", "@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.22.0", "@typescript-eslint/parser": "5.22.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",