Compare commits

...

1 Commits

Author SHA1 Message Date
f35ce0d217 Update dependency @types/node to v20
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-05-23 01:06:28 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2183,9 +2183,9 @@
"dev": true
},
"@types/node": {
"version": "16.18.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.32.tgz",
"integrity": "sha512-zpnXe4dEz6PrWz9u7dqyRoq9VxwCvoXRPy/ewhmMa1CgEyVmtL1NJPQ2MX+4pf97vetquVKkpiMx0MwI8pjNOw==",
"version": "20.2.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.3.tgz",
"integrity": "sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==",
"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": "^20.0.0",
"@types/luxon": "^3.0.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.6.0",