Update dependency @angular/platform-browser to v14
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2022-10-21 20:09:39 +00:00
parent 6974ac1663
commit 34551a666c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -540,9 +540,9 @@
} }
}, },
"@angular/platform-browser": { "@angular/platform-browser": {
"version": "13.3.3", "version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.3.3.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.2.7.tgz",
"integrity": "sha512-feVOGwjAZOR4aObjcEaXsj1NH6021sv0bWKSGBVNrR0RuHBXVfF0vRPAhdq3IAL1OcutriHGR52KS7t5x+nChw==", "integrity": "sha512-Hcn64kppozH5WlX/rkZoCGZyFFkLs0a4+rWen6uaZVxDWbas/PqR/a2LQerdS0Rn65/x+0l0w23u8TN0PnQPVA==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -17,7 +17,7 @@
"@angular/core": "^13.3.3", "@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3", "@angular/forms": "^13.3.3",
"@angular/localize": "~13.3.3", "@angular/localize": "~13.3.3",
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^13.3.3", "@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3", "@angular/router": "^13.3.3",
"core-js": "^2.6.12", "core-js": "^2.6.12",