From 3c6437ea7e39c3bd8633bdacbfe2c1d097f2042e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:31:02 +0000 Subject: [PATCH] build(deps): bump @angular/compiler Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.9 to 19.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/19.2.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 8 ++++---- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index ec15f948bfa4d..791ee016b3501 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "19.2.9", "@angular/common": "19.2.9", - "@angular/compiler": "19.2.9", + "@angular/compiler": "19.2.17", "@angular/core": "19.2.9", "@angular/forms": "19.2.9", "@angular/localize": "19.2.9", @@ -701,9 +701,9 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.9.tgz", - "integrity": "sha512-K6wtAsJhQeD2OjoupV03gWHBqnqhEP9llzFzlnQoXAAZzM1eIT/KAtQEdNY75NO+BESKxaXvQBAU16Tg/1I6uw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 208405d572635..01f854d438d94 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -40,7 +40,7 @@ "dependencies": { "@angular/animations": "19.2.9", "@angular/common": "19.2.9", - "@angular/compiler": "19.2.9", + "@angular/compiler": "19.2.17", "@angular/core": "19.2.9", "@angular/forms": "19.2.9", "@angular/localize": "19.2.9", -- 2.47.3