diff --git a/package-lock.json b/package-lock.json index 0fbf9226..07e71362 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^19.2.18", "@angular/common": "^19.2.18", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.2.18", + "@angular/core": "^19.2.19", "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18", @@ -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", @@ -694,9 +694,9 @@ } }, "node_modules/@angular/core": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.18.tgz", - "integrity": "sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.19.tgz", + "integrity": "sha512-VZAzpxBoQgyy7AOlhxbAHxPQWo0nk8xsnrD36PLCZeTZA/5GNzO3lLVaX2N5BCUgpgiCBjNBKq9kVo6ZkAls9g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index fc3218ad..e12e2325 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/animations": "^19.2.18", "@angular/common": "^19.2.18", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.2.18", + "@angular/core": "^19.2.19", "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18",