From 9c0221aa461edd543ec1b464a4e1ed08e949fd10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:12:34 +0000 Subject: [PATCH] Bump @angular/compiler from 14.2.7 to 15.0.2 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 14.2.7 to 15.0.2. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/15.0.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7afc3006..131a250b 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.0.2", "@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.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.2.tgz", + "integrity": "sha512-dD1Vv2txp09V7RaJK2tvGRWpM2RsDARVAGL65hfJY2txeEFRyajcle6jOI11NfGpgsZvptN7o5oc8ozQI1hgTA==", "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.0.2" }, "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.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.2.tgz", + "integrity": "sha512-dD1Vv2txp09V7RaJK2tvGRWpM2RsDARVAGL65hfJY2txeEFRyajcle6jOI11NfGpgsZvptN7o5oc8ozQI1hgTA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index f4f380a7..f5a7aafa 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.0.2", "@angular/core": "^14.2.6", "@angular/forms": "^14.2.7", "@angular/material": "^14.2.5",