diff --git a/package-lock.json b/package-lock.json index b731c000..ff6dcd46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@angular-eslint/schematics": "16.0.3", "@angular-eslint/template-parser": "16.0.3", "@angular/cli": "^16.1.3", - "@angular/compiler-cli": "^16.1.3", + "@angular/compiler-cli": "^16.1.7", "@angular/language-service": "^16.1.3", "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", @@ -590,9 +590,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "16.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.1.3.tgz", - "integrity": "sha512-aUqnIV9rRTBNgiQRS0Gv6lhghaGj1vpVRyXgiE4VnTR9uBONSsGKMNALYBBhXRTSk2e0cvutt0ubLgmNpdyWyQ==", + "version": "16.1.7", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.1.7.tgz", + "integrity": "sha512-6iuogfVrbCh6o4hWbNCClsLQdLtlXiaNc72LGz5LMXI0TOwKVlRXhbzhiQeLS0/nsYIdHFbgyr1aepI2wQA3mQ==", "dev": true, "dependencies": { "@babel/core": "7.22.5", @@ -613,7 +613,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/compiler": "16.1.3", + "@angular/compiler": "16.1.7", "typescript": ">=4.9.3 <5.2" } }, diff --git a/package.json b/package.json index a164e96b..930d5db3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@angular-eslint/schematics": "16.0.3", "@angular-eslint/template-parser": "16.0.3", "@angular/cli": "^16.1.3", - "@angular/compiler-cli": "^16.1.3", + "@angular/compiler-cli": "^16.1.7", "@angular/language-service": "^16.1.3", "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6",