Update dependency @angular/router to v14
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head Build queued...
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2022-06-03 01:02:12 +00:00
parent 6974ac1663
commit 40b8f9de89
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -556,9 +556,9 @@
}
},
"@angular/router": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.3.3.tgz",
"integrity": "sha512-8RMUPT5eLKgs+I72MD7vBXvdGwhxPzCAmICH6aUkq8qZKnbLh0Qeh4ZLM7xLH+b3HRrrT64fSrKP4CCGwAmA9Q==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-14.0.0.tgz",
"integrity": "sha512-8ctwkPkwAbBgxu0O3OfoUYgn7GmOM877Wi/CST/AXXHXMs9v2O2MWAV63ITAjwVD1p6/V+IhUNkiypvQW+0Afw==",
"requires": {
"tslib": "^2.3.0"
}

View File

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