diff --git a/client/package-lock.json b/client/package-lock.json index b23e9593..a7b17280 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,7 +17,7 @@ "@angular/material": "^18.2.4", "@angular/platform-browser": "^18.2.4", "@angular/platform-browser-dynamic": "^18.2.4", - "@angular/router": "^18.2.4", + "@angular/router": "^18.2.7", "ngxtension": "^4.0.0", "rxjs": "~7.8.1", "tslib": "^2.7.0", @@ -691,10 +691,9 @@ } }, "node_modules/@angular/router": { - "version": "18.2.4", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.4.tgz", - "integrity": "sha512-kYNHD3K1Xou2PRMqbG2tVahtMobgDlhwHdMB7G5oFHg6K13gQ2TmopF1U5A2wYtIMdsC+AkVGIJEOxQN8fmgcA==", - "license": "MIT", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.7.tgz", + "integrity": "sha512-TXE8Aw63hDp3PEaNu4B1DMNvlS0uCzs36o/OSCCmewmLnzyJygkgi4jeEj20FsWPAQOUj5g5tnCYgxz1IRrCUg==", "dependencies": { "tslib": "^2.3.0" }, @@ -702,9 +701,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.2.4", - "@angular/core": "18.2.4", - "@angular/platform-browser": "18.2.4", + "@angular/common": "18.2.7", + "@angular/core": "18.2.7", + "@angular/platform-browser": "18.2.7", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/client/package.json b/client/package.json index eb568cce..56aa3e68 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "@angular/material": "^18.2.4", "@angular/platform-browser": "^18.2.4", "@angular/platform-browser-dynamic": "^18.2.4", - "@angular/router": "^18.2.4", + "@angular/router": "^18.2.7", "ngxtension": "^4.0.0", "rxjs": "~7.8.1", "tslib": "^2.7.0",