Update dependency @angular/localize to ~13.4.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2023-04-07 01:01:52 +00:00
parent d787fdb759
commit 966bd27981
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -525,9 +525,9 @@
"dev": true "dev": true
}, },
"@angular/localize": { "@angular/localize": {
"version": "13.3.12", "version": "13.4.0",
"resolved": "https://registry.npmjs.org/@angular/localize/-/localize-13.3.12.tgz", "resolved": "https://registry.npmjs.org/@angular/localize/-/localize-13.4.0.tgz",
"integrity": "sha512-2RJhOwVMg1OqunRBjbjMfIEXxYhnHtkqOFyeZPTzxWWeHLlgNzh5wZ7A9604csuWC91DRhA2BdENv5nOs+5h5Q==", "integrity": "sha512-du98xPMGNexwqc1Tbg1lR3tihUlW9IBn7OaTDVdzhFuIUkt30mLK4ri2LSpLZrwT5q3nLHi0e7O3ublY7ubGzQ==",
"requires": { "requires": {
"@babel/core": "7.17.2", "@babel/core": "7.17.2",
"glob": "7.2.0", "glob": "7.2.0",

View File

@ -16,7 +16,7 @@
"@angular/compiler": "^13.3.3", "@angular/compiler": "^13.3.3",
"@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.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": "^13.3.3",
"@angular/router": "^13.3.3", "@angular/router": "^13.3.3",