diff --git a/package-lock.json b/package-lock.json index 180bb3d75..db4c2ab8b 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.5", "@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.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.5.tgz", + "integrity": "sha512-MCPSZfPXTEqdkswPczivwjqV117YeVjObtyxZsDAwrTZHzYBtfQreQG1XJ1IRRgDncznP6ke0mdH9LyD2LgZKQ==", "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.5", "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.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.5.tgz", + "integrity": "sha512-MCPSZfPXTEqdkswPczivwjqV117YeVjObtyxZsDAwrTZHzYBtfQreQG1XJ1IRRgDncznP6ke0mdH9LyD2LgZKQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index dfc4afbe6..305052a01 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.5", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3", "@angular/forms": "^16.0.5",