Compare commits

...

1 Commits

Author SHA1 Message Date
83a931556d chore(deps): update dependency @types/node to v17
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/head Something is wrong with the build of this commit
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit
2022-04-16 16:34:48 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2326,9 +2326,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "12.20.0", "version": "17.0.24",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.24.tgz",
"integrity": "sha512-0/41wHcurotvSOTHQUFkgL702c3pyWR1mToSrrX3pGPvGfpHTv3Ksx0M4UVuU5VJfjVb62Eyr1eKO1tWNUCg2Q==", "integrity": "sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==",
"dev": true "dev": true
}, },
"@types/parse-json": { "@types/parse-json": {

View File

@ -33,7 +33,7 @@
"@angular/language-service": "^11.2.0", "@angular/language-service": "^11.2.0",
"@types/jasmine": "~3.6.0", "@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8", "@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1", "@types/node": "^17.0.0",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0", "jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~5.0.0",