diff --git a/package-lock.json b/package-lock.json index 00997ca..4f27c89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/forms": "^18.0.3", "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", - "@angular/router": "^18.0.3", + "@angular/router": "^18.2.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.7" @@ -570,9 +570,9 @@ } }, "node_modules/@angular/router": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.0.6.tgz", - "integrity": "sha512-0hPs0ZVIEuf7MZd6quRCBsXEBMQvh0QHCjlj/WrRB3LSHs616mi+olApQ1DvwNZBYXfI7/qW7TQyUyNbm+xkfg==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.0.tgz", + "integrity": "sha512-6/462hvC3HSwbps8VItECHpkdkiFqRmTKdn1Trik+FjnvdupYrKB6kBsveM3eP+gZD4zyMBMKzBWB9N/xA1clw==", "dependencies": { "tslib": "^2.3.0" }, @@ -580,9 +580,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.0.6", - "@angular/core": "18.0.6", - "@angular/platform-browser": "18.0.6", + "@angular/common": "18.2.0", + "@angular/core": "18.2.0", + "@angular/platform-browser": "18.2.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index aaaf84e..5225880 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/forms": "^18.0.3", "@angular/platform-browser": "^18.0.3", "@angular/platform-browser-dynamic": "^18.0.3", - "@angular/router": "^18.0.3", + "@angular/router": "^18.2.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.7"