Compare commits

...

1 Commits

Author SHA1 Message Date
d3e4c24e0e Update dependency @angular/router to v14
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/head Something is wrong with the build of this commit
2022-10-21 20:09:54 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -556,9 +556,9 @@
} }
}, },
"@angular/router": { "@angular/router": {
"version": "13.3.3", "version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.3.3.tgz", "resolved": "https://registry.npmjs.org/@angular/router/-/router-14.2.7.tgz",
"integrity": "sha512-8RMUPT5eLKgs+I72MD7vBXvdGwhxPzCAmICH6aUkq8qZKnbLh0Qeh4ZLM7xLH+b3HRrrT64fSrKP4CCGwAmA9Q==", "integrity": "sha512-ZWdXXv0sCXVxWdHmCPDAy/TFT5v9JMlPp18Mmi9J8X3KeL/h6YVTWeJ0YMAOchv8D8UL02HiijnVyUp8rv5Qvw==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -19,7 +19,7 @@
"@angular/localize": "~13.3.3", "@angular/localize": "~13.3.3",
"@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": "^14.0.0",
"core-js": "^2.6.12", "core-js": "^2.6.12",
"luxon": "^2.3.2", "luxon": "^2.3.2",
"rxjs": "^7.0.0", "rxjs": "^7.0.0",