diff --git a/package-lock.json b/package-lock.json index add967a..96113eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^21.1.1", - "@angular/common": "^21.1.1", + "@angular/common": "^21.1.2", "@angular/compiler": "^21.1.1", "@angular/core": "^21.1.1", "@angular/forms": "^21.1.1", @@ -519,9 +519,9 @@ } }, "node_modules/@angular/common": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.1.tgz", - "integrity": "sha512-Di2I6TooHdKun3SqRr45o4LbWJq/ZdwUt3fg0X3obPYaP/f6TrFQ4TMjcl03EfPufPtoQx6O+d32rcWVLhDxyw==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.2.tgz", + "integrity": "sha512-NK26OG1+/3EXLDWstSPmdGbkpt8bP9AsT9J7EBornMswUjmQDbjyb85N/esKjRjDMkw4p/aKpBo24eCV5uUmBA==", "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.1.1", + "@angular/core": "21.1.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 94745d8..cefbb58 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "private": true, "dependencies": { "@angular/animations": "^21.1.1", - "@angular/common": "^21.1.1", + "@angular/common": "^21.1.2", "@angular/compiler": "^21.1.1", "@angular/core": "^21.1.1", "@angular/forms": "^21.1.1",