diff --git a/package-lock.json b/package-lock.json index 180bb3d75..a522b12ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^16.0.5", "@angular/cdk": "^16.0.2", - "@angular/common": "^16.0.5", + "@angular/common": "^16.2.6", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3", "@angular/forms": "^16.0.5", @@ -1225,9 +1225,9 @@ } }, "node_modules/@angular/common": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.0.5.tgz", - "integrity": "sha512-qCcfuvs6Suqv7uA3MrtIi+aY2KW6F57XnRTzWdU3PLQjv8LHN8SZQee5ce2TQ8yCgAIdiLRGDqmLz+DvmRXiIQ==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.6.tgz", + "integrity": "sha512-BjnahvtJHh2zXfCZjpWit+zMkggl/PrgUtPd02egzLmEKyXIMmQLYNpDZ+Pqgpb7eefU8yBPhL7WA2oKFjHjSg==", "dependencies": { "tslib": "^2.3.0" }, @@ -1235,7 +1235,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.5", + "@angular/core": "16.2.6", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -23723,9 +23723,9 @@ } }, "@angular/common": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.0.5.tgz", - "integrity": "sha512-qCcfuvs6Suqv7uA3MrtIi+aY2KW6F57XnRTzWdU3PLQjv8LHN8SZQee5ce2TQ8yCgAIdiLRGDqmLz+DvmRXiIQ==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.6.tgz", + "integrity": "sha512-BjnahvtJHh2zXfCZjpWit+zMkggl/PrgUtPd02egzLmEKyXIMmQLYNpDZ+Pqgpb7eefU8yBPhL7WA2oKFjHjSg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index dfc4afbe6..78ec57a9b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^16.0.5", "@angular/cdk": "^16.0.2", - "@angular/common": "^16.0.5", + "@angular/common": "^16.2.6", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3", "@angular/forms": "^16.0.5",