diff --git a/package-lock.json b/package-lock.json index b68f57803..c4abc6f6a 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.3.1", "@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.3.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.1.tgz", + "integrity": "sha512-8qqlWPGZEyD2FY5losOW3Aocro+lFysPDzsf0LHgQUM6Ub1b+pq4jUOjH6w0vzaxG3TfxkgzOQ9aNdWtSV67Rg==", "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.3.1" }, "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.3.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.1.tgz", + "integrity": "sha512-8qqlWPGZEyD2FY5losOW3Aocro+lFysPDzsf0LHgQUM6Ub1b+pq4jUOjH6w0vzaxG3TfxkgzOQ9aNdWtSV67Rg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 085fb8b3b..9f99c9d91 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.3.1", "@angular/core": "~17.0.8", "@angular/flex-layout": "~15.0.0-beta.42", "@angular/forms": "~17.0.8",