Update dependency @angular/common to v17
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2023-11-15 01:04:35 +00:00
parent 8d4249e1aa
commit 950134eae9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -454,9 +454,9 @@
}
},
"@angular/common": {
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.4.0.tgz",
"integrity": "sha512-DHbPqRaxW7GmnkxqZaaasgC5OaFTeTBrmr7MJUsqsSGePHWuJYWU4QS3Fn86zd/VESJgBGmq2aCDEUmzfjnRQA==",
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.2.tgz",
"integrity": "sha512-hCW0njHgrcwTWNoKZDwf02DnhYLVWNXM2FMw66MKpfxTp7McSyaXjGBU9/hchW3dZJ0xTwyxoyoqJFoHYvg0yg==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -12,7 +12,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^13.3.3",
"@angular/common": "^13.3.3",
"@angular/common": "^17.0.0",
"@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",