Update dependency @angular/platform-browser-dynamic to v16
Some checks are pending
charlyghislain/charlyghislaindotcom/pipeline/head Build queued...
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2023-05-04 01:15:38 +00:00
parent a7f07d4d97
commit a4abf0a25d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -563,9 +563,9 @@
} }
}, },
"@angular/platform-browser-dynamic": { "@angular/platform-browser-dynamic": {
"version": "13.4.0", "version": "16.0.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.4.0.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.0.0.tgz",
"integrity": "sha512-vYxaLF098RTGL2tugG6s0ZQU4G1XYU5tw0/C4RCIbNLHS1rk/s9AzSnbr3zFSOQ33NWSixU0Z4EPl4hU88hghA==", "integrity": "sha512-xUR36r+7hFQjAb0RA0VFfWrCLj2VnWg0xJgPe4FQmwaEWjKMc011tkJXs0PApaiTxvE0W08nadSDTu5jfsBrFw==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -18,7 +18,7 @@
"@angular/forms": "^13.3.3", "@angular/forms": "^13.3.3",
"@angular/localize": "~13.4.0", "@angular/localize": "~13.4.0",
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3", "@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^13.3.3", "@angular/router": "^13.3.3",
"core-js": "^2.6.12", "core-js": "^2.6.12",
"luxon": "^3.0.0", "luxon": "^3.0.0",