diff --git a/package-lock.json b/package-lock.json index 02f4876..b5beef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@angular-eslint/schematics": "17.5.2", "@angular-eslint/template-parser": "17.5.2", "@angular/cli": "^17.3.8", - "@angular/compiler-cli": "^17.3.10", + "@angular/compiler-cli": "^17.3.11", "@commitlint/cli": "^19.3.0", "@commitlint/config-angular": "^19.3.0", "@cypress/schematic": "^2.5.1", @@ -1518,9 +1518,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "17.3.10", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.10.tgz", - "integrity": "sha512-85SBphqRj3szac3FbeYgEZ+I6WaAlo5h7JX06BdjOLLiaoIwlFhLeAuG+jVekseV+95grFUxIsCMphWHi2e6hQ==", + "version": "17.3.11", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.11.tgz", + "integrity": "sha512-O44H/BKGw0TYq0aNTOKYZfQiTrfjbmcTl8y4UX6C9Xey8hXvijzZOAsjA0TGvvDJxeLR+sxaRF4i9Ihoatnd8g==", "dev": true, "dependencies": { "@babel/core": "7.23.9", @@ -1541,7 +1541,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/compiler": "17.3.10", + "@angular/compiler": "17.3.11", "typescript": ">=5.2 <5.5" } }, @@ -24358,9 +24358,9 @@ } }, "@angular/compiler-cli": { - "version": "17.3.10", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.10.tgz", - "integrity": "sha512-85SBphqRj3szac3FbeYgEZ+I6WaAlo5h7JX06BdjOLLiaoIwlFhLeAuG+jVekseV+95grFUxIsCMphWHi2e6hQ==", + "version": "17.3.11", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.11.tgz", + "integrity": "sha512-O44H/BKGw0TYq0aNTOKYZfQiTrfjbmcTl8y4UX6C9Xey8hXvijzZOAsjA0TGvvDJxeLR+sxaRF4i9Ihoatnd8g==", "dev": true, "requires": { "@babel/core": "7.23.9", diff --git a/package.json b/package.json index 3f75b06..76cd6dc 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@angular-eslint/schematics": "17.5.2", "@angular-eslint/template-parser": "17.5.2", "@angular/cli": "^17.3.8", - "@angular/compiler-cli": "^17.3.10", + "@angular/compiler-cli": "^17.3.11", "@commitlint/cli": "^19.3.0", "@commitlint/config-angular": "^19.3.0", "@cypress/schematic": "^2.5.1",