diff --git a/package-lock.json b/package-lock.json index cc29f010..7ff7b064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.3.9", "@angular/cdk": "^17.3.9", "@angular/common": "^17.3.9", - "@angular/compiler": "^17.3.9", + "@angular/compiler": "^18.2.1", "@angular/core": "^17.3.9", "@angular/forms": "^17.3.11", "@angular/material": "^17.3.10", @@ -1047,18 +1047,17 @@ } }, "node_modules/@angular/compiler": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.11.tgz", - "integrity": "sha512-ingRoREDPkeZGSa13DlztSjZgGArNcmsAWjj+f+vQgQekTjkfQD/N+Bix/LSt5ZdbSjHMtrkDMyRPwbNyk5Keg==", - "license": "MIT", + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.1.tgz", + "integrity": "sha512-5e9ygKEcsBoV6xpaGKVrtsLxLETlrM0oB7twl4qG/xuKYqCLj8cRQMcAKSqDfTPzWMOAQc7pHdk+uFVo/8dWHA==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.3.11" + "@angular/core": "18.2.1" }, "peerDependenciesMeta": { "@angular/core": { @@ -5599,7 +5598,6 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.8.tgz", "integrity": "sha512-CjSVVa/9fzMpEDQP01SC4colKCbZwj7vUq0H2bivp8jVsmd21x9Fu0gDBH0Y9NdfAIm4eGZvmiZKMII3vIOaYQ==", "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 c212d362..d1142097 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/animations": "^17.3.9", "@angular/cdk": "^17.3.9", "@angular/common": "^17.3.9", - "@angular/compiler": "^17.3.9", + "@angular/compiler": "^18.2.1", "@angular/core": "^17.3.9", "@angular/forms": "^17.3.11", "@angular/material": "^17.3.10",