From 6fc35184df73093c22c29c532b467f4356a88cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:14:38 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /samples/lib/spa-angular-client Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 18.1.0 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-minor ... Signed-off-by: dependabot[bot] --- samples/lib/spa-angular-client/package-lock.json | 10 +++++----- samples/lib/spa-angular-client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/lib/spa-angular-client/package-lock.json b/samples/lib/spa-angular-client/package-lock.json index bb74cc0cb..1cd5b11d8 100644 --- a/samples/lib/spa-angular-client/package-lock.json +++ b/samples/lib/spa-angular-client/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", "@angular/common": "^18.1.0", - "@angular/compiler": "^18.1.0", + "@angular/compiler": "^18.2.2", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0", "@angular/localize": "^18.1.0", @@ -763,9 +763,9 @@ } }, "node_modules/@angular/compiler": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.1.0.tgz", - "integrity": "sha512-JRQzVTeJGSfRLY+dx+gwu/hPQVB8K+5pW12Z42M9x/HBgGW4in0cO2zHkeQPvImqm0nak82Us1Hyf5C+qTlMMQ==", + "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" }, @@ -773,7 +773,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.0" + "@angular/core": "18.2.2" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/samples/lib/spa-angular-client/package.json b/samples/lib/spa-angular-client/package.json index 41e919f48..040326386 100644 --- a/samples/lib/spa-angular-client/package.json +++ b/samples/lib/spa-angular-client/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", "@angular/common": "^18.1.0", - "@angular/compiler": "^18.1.0", + "@angular/compiler": "^18.2.2", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0", "@angular/localize": "^18.1.0",