chore(deps): update dependency @angular/router to v13
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2022-04-16 16:34:31 +00:00
parent e674ed713b
commit 3597565d2f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -811,17 +811,17 @@
}
},
"@angular/router": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-11.2.0.tgz",
"integrity": "sha512-Gw08D6W4SGEIgm5zKdGs1yCW7FnwYjF8cycWczrpU8fmZh+WLbIjPAy/blI/nByCDU9BGyZ7cWGOiQJHEnzWmg==",
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.3.3.tgz",
"integrity": "sha512-8RMUPT5eLKgs+I72MD7vBXvdGwhxPzCAmICH6aUkq8qZKnbLh0Qeh4ZLM7xLH+b3HRrrT64fSrKP4CCGwAmA9Q==",
"requires": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
}
}
},

View File

@ -19,7 +19,7 @@
"@angular/localize": "~11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/platform-browser-dynamic": "^11.2.0",
"@angular/router": "^11.2.0",
"@angular/router": "^13.0.0",
"core-js": "^2.6.12",
"moment-es6": "^1.0.0",
"rxjs": "^6.6.3",