diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3e39edc0..7eb0f7c6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "16.2.8", "@angular/cdk": "16.2.7", - "@angular/common": "16.2.8", + "@angular/common": "16.2.11", "@angular/compiler": "16.2.8", "@angular/core": "16.2.8", "@angular/flex-layout": "15.0.0-beta.42", @@ -558,9 +558,9 @@ } }, "node_modules/@angular/common": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.8.tgz", - "integrity": "sha512-0LZSBHnk9c6XPcrQx9D8i0DKi807IuiuOtK4kMa64aj1pySY3TK+uort5hqpmhgdqiCbBHZjgpRpU83LoTTl3w==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.11.tgz", + "integrity": "sha512-h80WUR2OYlqxQy+4XgNtWT2vB+vZ6oCrFX/q8cU5jAvbvGQfJuH0zfcbSlUflStmAhk5/OT25F0mt96cqapEAw==", "dependencies": { "tslib": "^2.3.0" }, @@ -568,7 +568,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.8", + "@angular/core": "16.2.11", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -16225,9 +16225,9 @@ } }, "@angular/common": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.8.tgz", - "integrity": "sha512-0LZSBHnk9c6XPcrQx9D8i0DKi807IuiuOtK4kMa64aj1pySY3TK+uort5hqpmhgdqiCbBHZjgpRpU83LoTTl3w==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.11.tgz", + "integrity": "sha512-h80WUR2OYlqxQy+4XgNtWT2vB+vZ6oCrFX/q8cU5jAvbvGQfJuH0zfcbSlUflStmAhk5/OT25F0mt96cqapEAw==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index abf1992a..f73c9946 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "16.2.8", "@angular/cdk": "16.2.7", - "@angular/common": "16.2.8", + "@angular/common": "16.2.11", "@angular/compiler": "16.2.8", "@angular/core": "16.2.8", "@angular/flex-layout": "15.0.0-beta.42",