From a619a4a8e8a267794ccf16b3696688e021b64a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:50:10 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler from 21.2.15 to 21.2.17 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.15 to 21.2.17. - [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/v21.2.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcaa63aac..1357df1a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@angular/animations": "21.2.15", "@angular/cli": "21.2.13", "@angular/common": "21.2.15", - "@angular/compiler": "21.2.15", + "@angular/compiler": "21.2.17", "@angular/compiler-cli": "21.2.15", "@angular/core": "21.2.17", "@angular/forms": "21.2.15", @@ -1054,9 +1054,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.15", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.15.tgz", - "integrity": "sha512-nwpNb+NbVUNzR3cck0QXbU/oFK7BpmXOXVnN/w7+P4+TsFUYeTtO1Ojbc15jkqe6mSM0lBvGlcoztVblHQkqcw==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", + "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15790,9 +15790,9 @@ "license": "MIT" }, "node_modules/msgpackr": { - "version": "1.11.12", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.12.tgz", - "integrity": "sha512-RBdJ1Un7yGlXWajrkxcSa93nvQ0w4zBf60c0yYv7YtBelP8H2FA7XsfBbMHtXKXUMUxH7zV3Zuozh+kUQWhHvg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.12.1.tgz", + "integrity": "sha512-4EUH9tQHnMmEgzW/MdAP0KIfa1T9AF+htl0ffe2n5vb2EKn9y2co8ccpgWko6S52Jy1PQZKwRnx5/KkYjtd9MQ==", "dev": true, "license": "MIT", "optional": true, diff --git a/package.json b/package.json index de2117ab6..51923dccb 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@angular/animations": "21.2.15", "@angular/cli": "21.2.13", "@angular/common": "21.2.15", - "@angular/compiler": "21.2.15", + "@angular/compiler": "21.2.17", "@angular/compiler-cli": "21.2.15", "@angular/core": "21.2.17", "@angular/forms": "21.2.15",