chore(deps): update dependency @angular/platform-browser-dynamic to v13
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

This commit is contained in:
renovate 2022-04-16 16:34:23 +00:00
parent e674ed713b
commit 13c1b16013
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -796,17 +796,17 @@
}
},
"@angular/platform-browser-dynamic": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-11.2.0.tgz",
"integrity": "sha512-bBCtgtL87mvDT0K3HNBS19UC0BzIJUTGnYKJS9IugyfTEqlldB4juMmh/3FPjk30kxxJ8IB/ydaN2uVhBAxPVQ==",
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.3.3.tgz",
"integrity": "sha512-3sidxYGCRj/OdtYvCNipbNRsXbXgiIZW20exxKG6H2MG4uxfBJ3yh7gFs25rdYJezdxL4/vesHQhKFguBVIgbw==",
"requires": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
}
}
},

View File

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