diff --git a/package-lock.json b/package-lock.json index 7afc3006..79be5fef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^14.2.7", "@angular/cdk": "^14.0.1", "@angular/common": "^14.2.6", - "@angular/compiler": "^14.2.7", + "@angular/compiler": "^15.2.1", "@angular/core": "^14.2.6", "@angular/forms": "^14.2.7", "@angular/material": "^14.2.5", @@ -1060,17 +1060,17 @@ } }, "node_modules/@angular/compiler": { - "version": "14.2.7", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.7.tgz", - "integrity": "sha512-2I8hZVM/tfUi06B6VuWgf5hWu0tgNlMCEZ1Ed4NEDkqJj+gs2l6kNVUf+FxI6hHMZTFkJPXOPx3pI5Hea5CxEQ==", + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.1.tgz", + "integrity": "sha512-eOA09iQWPEOJXig6W+out8MyZL2wdVu62Z79PWGQG8RWDSPV8XUFMAPfTOC8B43PT4hn/Avy/aauXl6O9l3vXw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "14.2.7" + "@angular/core": "15.2.1" }, "peerDependenciesMeta": { "@angular/core": { @@ -22539,9 +22539,9 @@ } }, "@angular/compiler": { - "version": "14.2.7", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.7.tgz", - "integrity": "sha512-2I8hZVM/tfUi06B6VuWgf5hWu0tgNlMCEZ1Ed4NEDkqJj+gs2l6kNVUf+FxI6hHMZTFkJPXOPx3pI5Hea5CxEQ==", + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.1.tgz", + "integrity": "sha512-eOA09iQWPEOJXig6W+out8MyZL2wdVu62Z79PWGQG8RWDSPV8XUFMAPfTOC8B43PT4hn/Avy/aauXl6O9l3vXw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index f4f380a7..be353710 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^14.2.7", "@angular/cdk": "^14.0.1", "@angular/common": "^14.2.6", - "@angular/compiler": "^14.2.7", + "@angular/compiler": "^15.2.1", "@angular/core": "^14.2.6", "@angular/forms": "^14.2.7", "@angular/material": "^14.2.5",