chore(deps): update dependency @angular/platform-browser to v13
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 2022-04-16 16:34:14 +00:00
parent e674ed713b
commit bb681dd193
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -781,17 +781,17 @@
} }
}, },
"@angular/platform-browser": { "@angular/platform-browser": {
"version": "11.2.0", "version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-11.2.0.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.3.3.tgz",
"integrity": "sha512-xd3O4svQ95BN/KpzQUFkSWfvwiCURuLJhLlDkxzLA58ElA0qodHOjQmQz/1vRFh/nXQQoWg8z9ixbmcRGzWTow==", "integrity": "sha512-feVOGwjAZOR4aObjcEaXsj1NH6021sv0bWKSGBVNrR0RuHBXVfF0vRPAhdq3IAL1OcutriHGR52KS7t5x+nChw==",
"requires": { "requires": {
"tslib": "^2.0.0" "tslib": "^2.3.0"
}, },
"dependencies": { "dependencies": {
"tslib": { "tslib": {
"version": "2.1.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
} }
} }
}, },

View File

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