diff --git a/package-lock.json b/package-lock.json index 4f9b98d..67ac78f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^16.2.9", - "@angular/common": "^16.2.9", + "@angular/common": "^16.2.12", "@angular/compiler": "^16.2.9", "@angular/core": "^16.2.9", "@angular/forms": "^16.2.9", @@ -351,9 +351,9 @@ } }, "node_modules/@angular/common": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", - "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.12.tgz", + "integrity": "sha512-B+WY/cT2VgEaz9HfJitBmgdk4I333XG/ybC98CMC4Wz8E49T8yzivmmxXB3OD6qvjcOB6ftuicl6WBqLbZNg2w==", "dependencies": { "tslib": "^2.3.0" }, @@ -361,7 +361,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.9", + "@angular/core": "16.2.12", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -14112,9 +14112,9 @@ } }, "@angular/common": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", - "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.12.tgz", + "integrity": "sha512-B+WY/cT2VgEaz9HfJitBmgdk4I333XG/ybC98CMC4Wz8E49T8yzivmmxXB3OD6qvjcOB6ftuicl6WBqLbZNg2w==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index a9138d3..8cea667 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^16.2.9", - "@angular/common": "^16.2.9", + "@angular/common": "^16.2.12", "@angular/compiler": "^16.2.9", "@angular/core": "^16.2.9", "@angular/forms": "^16.2.9",