From 84abe9847f56733ff84ac0b11d7b5e9d5403e109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:08:43 +0000 Subject: [PATCH] Bump @angular/compiler from 13.3.11 to 18.2.2 in /checkout Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 13.3.11 to 18.2.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/18.2.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- checkout/package-lock.json | 24 ++++++++++++++++-------- checkout/package.json | 2 +- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/checkout/package-lock.json b/checkout/package-lock.json index ff03820..e0ddc24 100644 --- a/checkout/package-lock.json +++ b/checkout/package-lock.json @@ -11,7 +11,7 @@ "@adyen/adyen-web": "^5.40.0", "@angular/animations": "~13.3.11", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.3.11", + "@angular/compiler": "~18.2.2", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.3.11", @@ -719,14 +719,22 @@ } }, "node_modules/@angular/compiler": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz", - "integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==", + "version": "18.2.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.2.tgz", + "integrity": "sha512-gmVNCXZiv/CIk2eKRLnH19N9VsPuE2s3Oxm0MNi003zk1cLy7D4YEm4fSrjKXtPY8MMpRXiu5f63W94hLwWEVw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.2" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { @@ -14754,9 +14762,9 @@ } }, "@angular/compiler": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz", - "integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==", + "version": "18.2.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.2.tgz", + "integrity": "sha512-gmVNCXZiv/CIk2eKRLnH19N9VsPuE2s3Oxm0MNi003zk1cLy7D4YEm4fSrjKXtPY8MMpRXiu5f63W94hLwWEVw==", "requires": { "tslib": "^2.3.0" } diff --git a/checkout/package.json b/checkout/package.json index bd3149f..6b85946 100644 --- a/checkout/package.json +++ b/checkout/package.json @@ -17,7 +17,7 @@ "@adyen/adyen-web": "^5.40.0", "@angular/animations": "~13.3.11", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.3.11", + "@angular/compiler": "~18.2.2", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.3.11",