diff --git a/package-lock.json b/package-lock.json index b68f57803..4bc119024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~17.0.8", "@angular/cdk": "~15.2.9", "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", + "@angular/compiler": "~17.2.4", "@angular/core": "~17.0.8", "@angular/flex-layout": "~15.0.0-beta.42", "@angular/forms": "~17.0.8", @@ -748,9 +748,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.8.tgz", - "integrity": "sha512-48jWypuhBGTrUUbkz1vB9gjbKKZ3hpuJ2DUUncd331Yw4tqkqZQbBa/E3ei4IHiCxEvW2uX3lI4AwlhuozmUtA==", + "version": "17.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.2.4.tgz", + "integrity": "sha512-McSsBcoHhMkaQpHM5/wTosAKTzJY5uE6ji3z+ec5GrIJhV7jrVfa67+RUoUzHe+rlD/7oQbX1L/OaHKDP8+/mA==", "dependencies": { "tslib": "^2.3.0" }, @@ -758,7 +758,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.8" + "@angular/core": "17.2.4" }, "peerDependenciesMeta": { "@angular/core": { @@ -15455,9 +15455,9 @@ } }, "@angular/compiler": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.8.tgz", - "integrity": "sha512-48jWypuhBGTrUUbkz1vB9gjbKKZ3hpuJ2DUUncd331Yw4tqkqZQbBa/E3ei4IHiCxEvW2uX3lI4AwlhuozmUtA==", + "version": "17.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.2.4.tgz", + "integrity": "sha512-McSsBcoHhMkaQpHM5/wTosAKTzJY5uE6ji3z+ec5GrIJhV7jrVfa67+RUoUzHe+rlD/7oQbX1L/OaHKDP8+/mA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 085fb8b3b..cb1b5f43c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/animations": "~17.0.8", "@angular/cdk": "~15.2.9", "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", + "@angular/compiler": "~17.2.4", "@angular/core": "~17.0.8", "@angular/flex-layout": "~15.0.0-beta.42", "@angular/forms": "~17.0.8",