Compare commits

...

1 Commits

Author SHA1 Message Date
1ce92b495c Update dependency @angular/router to v15
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit
2023-01-12 01:02:03 +00:00
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": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-15.1.0.tgz",
"integrity": "sha512-78ItVVXOYdu/RRxruHwSmtNxEP2clx+afHKrkwc4e7/6uxVr4rl0VQhO6qHYme/bBtbLIcBZGJoSyoUg/xUSvQ==",
"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": "^15.0.0",
"core-js": "^2.6.12",
"luxon": "^3.0.0",
"rxjs": "^7.0.0",