diff --git a/package-lock.json b/package-lock.json index 31ea3b3..cfdc115 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.3.0", "@angular/cdk": "^17.3.4", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^17.3.12", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "^17.3.4", @@ -339,9 +339,10 @@ } }, "node_modules/@angular/compiler": { - "version": "17.3.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.4.tgz", - "integrity": "sha512-YrDClIzgj6nQwiYHrfV6AkT1C5LCDgJh+LICus/2EY1w80j1Qf48Zh4asictReePdVE2Tarq6dnpDh4RW6LenQ==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.12.tgz", + "integrity": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -349,7 +350,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.4" + "@angular/core": "17.3.12" }, "peerDependenciesMeta": { "@angular/core": { @@ -3670,6 +3671,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.4.tgz", "integrity": "sha512-3uNX4tRTKPm91mSQcnmQtqDMMKLGDevJERSPJU7hlOXZZ05QrT4et1mwvXNYYMpXqi2OkC7D4ryIS2YxAiItBA==", "dev": true, + "license": "MIT", "engines": { "node": "^18.13.0 || >=20.9.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index 3cf025a..45995c3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^17.3.0", "@angular/cdk": "^17.3.4", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^17.3.12", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "^17.3.4",