diff --git a/package-lock.json b/package-lock.json index 8493376..fe215e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^15.2.0", "@angular/cdk": "^15.2.0", - "@angular/common": "^15.2.0", + "@angular/common": "^15.2.8", "@angular/compiler": "^15.2.0", "@angular/core": "^15.2.0", "@angular/forms": "^15.2.0", @@ -643,9 +643,9 @@ } }, "node_modules/@angular/common": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.0.tgz", - "integrity": "sha512-B+e5pbkvlwlSwlQjtDrYQq+Xs62mScWm1plEZRHQm3cjBhA0RFT3MiUa/YNaHv8VoGjlrOm1rdJVEVQQxroZTg==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.8.tgz", + "integrity": "sha512-yLDQihiRcVl38HrWMPbqgzOaSUw85AQH5BsGdjbS6BpoBQj3EXOpccCMFsuxOKxPG4toatgawNqrEnK0Jpv9Mw==", "dependencies": { "tslib": "^2.3.0" }, @@ -653,7 +653,7 @@ "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.0", + "@angular/core": "15.2.8", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -24426,9 +24426,9 @@ } }, "@angular/common": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.0.tgz", - "integrity": "sha512-B+e5pbkvlwlSwlQjtDrYQq+Xs62mScWm1plEZRHQm3cjBhA0RFT3MiUa/YNaHv8VoGjlrOm1rdJVEVQQxroZTg==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.8.tgz", + "integrity": "sha512-yLDQihiRcVl38HrWMPbqgzOaSUw85AQH5BsGdjbS6BpoBQj3EXOpccCMFsuxOKxPG4toatgawNqrEnK0Jpv9Mw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 28be8de..a4475d0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^15.2.0", "@angular/cdk": "^15.2.0", - "@angular/common": "^15.2.0", + "@angular/common": "^15.2.8", "@angular/compiler": "^15.2.0", "@angular/core": "^15.2.0", "@angular/forms": "^15.2.0",