diff --git a/package-lock.json b/package-lock.json index 7d20042..925546a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^21.2.13", - "@angular/common": "^21.2.13", + "@angular/common": "^21.2.14", "@angular/compiler": "^21.2.13", "@angular/core": "^21.2.13", "@angular/forms": "^21.2.13", @@ -519,9 +519,9 @@ } }, "node_modules/@angular/common": { - "version": "21.2.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.13.tgz", - "integrity": "sha512-fNvRmGAX0zbsLX/kJjgb6l8HAuGTpfYRNc06taTCIvED2RsRpfwrh79IxYlPBspr+hpFbHa0/kxU6Q5I8V0jKQ==", + "version": "21.2.14", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.14.tgz", + "integrity": "sha512-J6K7cE7uKOKmg4+sxLeGfsmaYDjP5l1XCiMMI0WPT0t68uxLk8g3MzV5Trqfb6ZnRxWcfp9c4c+XxAvMBB7ymA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -530,7 +530,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.13", + "@angular/core": "21.2.14", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 7554145..f2f8204 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "private": true, "dependencies": { "@angular/animations": "^21.2.13", - "@angular/common": "^21.2.13", + "@angular/common": "^21.2.14", "@angular/compiler": "^21.2.13", "@angular/core": "^21.2.13", "@angular/forms": "^21.2.13",