Update dependency @types/node to v18
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2023-04-09 01:18:52 +00:00
parent 578cbd9899
commit 78e2a326c1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2190,9 +2190,9 @@
"dev": true
},
"@types/node": {
"version": "16.18.23",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.23.tgz",
"integrity": "sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==",
"version": "18.15.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz",
"integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==",
"dev": true
},
"@types/parse-json": {

View File

@ -33,7 +33,7 @@
"@angular/language-service": "^13.3.3",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27",
"@types/node": "^18.0.0",
"@types/luxon": "^3.0.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.6.0",