diff --git a/package-lock.json b/package-lock.json index 0fbf9226..a3868836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@angular/core": "^19.2.18", "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", - "@angular/router": "^19.2.18", + "@angular/router": "^19.2.19", "@auth0/auth0-spa-js": "^2.17.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", @@ -44,7 +44,7 @@ "cypress": "^13.17.0", "eslint": "^8.57.0", "eslint-plugin-import": "*", - "eslint-plugin-jsdoc": "latest", + "eslint-plugin-jsdoc": "*", "eslint-plugin-prefer-arrow": "*", "express-jwt": "^8.5.1", "husky": "^4.3.8", @@ -769,9 +769,9 @@ } }, "node_modules/@angular/router": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.2.18.tgz", - "integrity": "sha512-7cimxtPODSwokFQ0TRYzX0ad8Yjrl0MJfzaDCJejd1n/q7RZ7KZmHd0DS/LkDNXVMEh4swr00fK+3YWG/Szsrg==", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.2.19.tgz", + "integrity": "sha512-zh40ihKgYOM5pjgUOLlUKdWYsGgEj7MQHgzdV1E9Zz6LBrQTp/PGS/UdCQn88H6KAshR0uXrkc/vP+tnB2jqdg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -780,9 +780,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.2.18", - "@angular/core": "19.2.18", - "@angular/platform-browser": "19.2.18", + "@angular/common": "19.2.19", + "@angular/core": "19.2.19", + "@angular/platform-browser": "19.2.19", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index fc3218ad..a96d27d0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@angular/core": "^19.2.18", "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", - "@angular/router": "^19.2.18", + "@angular/router": "^19.2.19", "@auth0/auth0-spa-js": "^2.17.0", "rxjs": "^6.6.7", "tslib": "^2.8.1",