diff --git a/ClientApp/package-lock.json b/ClientApp/package-lock.json index b11bba0..b48e8f6 100644 --- a/ClientApp/package-lock.json +++ b/ClientApp/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "~8.2.14", - "@angular/common": "~8.2.14", + "@angular/common": "~19.2.16", "@angular/compiler": "~8.2.14", "@angular/core": "~10.2.5", "@angular/forms": "~8.2.14", @@ -336,17 +336,25 @@ } }, "node_modules/@angular/common": { - "version": "8.2.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-8.2.14.tgz", - "integrity": "sha512-Qmt+aX2quUW54kaNT7QH7WGXnFxr/cC2C6sf5SW5SdkZfDQSiz8IaItvieZfXVQUbBOQKFRJ7TlSkt0jI/yjvw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "dependencies": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "8.2.14", - "rxjs": "^6.4.0" + "@angular/core": "19.2.16", + "rxjs": "^6.5.3 || ^7.4.0" } }, + "node_modules/@angular/common/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, "node_modules/@angular/compiler": { "version": "8.2.14", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-8.2.14.tgz", @@ -16118,11 +16126,18 @@ } }, "@angular/common": { - "version": "8.2.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-8.2.14.tgz", - "integrity": "sha512-Qmt+aX2quUW54kaNT7QH7WGXnFxr/cC2C6sf5SW5SdkZfDQSiz8IaItvieZfXVQUbBOQKFRJ7TlSkt0jI/yjvw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + } } }, "@angular/compiler": { diff --git a/ClientApp/package.json b/ClientApp/package.json index 5b92c7a..892b0cd 100644 --- a/ClientApp/package.json +++ b/ClientApp/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "~8.2.14", - "@angular/common": "~8.2.14", + "@angular/common": "~19.2.16", "@angular/compiler": "~8.2.14", "@angular/core": "~10.2.5", "@angular/forms": "~8.2.14",