From 282089c14ea4c6eb1a4ccc31d86c5ec3d2fb19d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:05:01 +0000 Subject: [PATCH] mgr/dashboard: bump @angular/compiler Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 15.2.9 to 17.3.1. - [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/17.3.1/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 12 ++++++------ src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 8e6a9c4018fdf..33c4b7580d81e 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "15.2.9", "@angular/common": "15.2.9", - "@angular/compiler": "15.2.9", + "@angular/compiler": "17.3.1", "@angular/core": "15.2.9", "@angular/forms": "15.2.9", "@angular/localize": "15.2.9", @@ -917,17 +917,17 @@ } }, "node_modules/@angular/compiler": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.9.tgz", - "integrity": "sha512-MoKugbjk+E0wRBj12uvIyDLELlVLonnqjA2+XiF+7FxALIeyds3/qQeEoMmYIqAbN3NnTT5pV92RxWwG4tHFwA==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.1.tgz", + "integrity": "sha512-8qqlWPGZEyD2FY5losOW3Aocro+lFysPDzsf0LHgQUM6Ub1b+pq4jUOjH6w0vzaxG3TfxkgzOQ9aNdWtSV67Rg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "15.2.9" + "@angular/core": "17.3.1" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index fd4f7a0bff6b7..a7f9480f71267 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -46,7 +46,7 @@ "dependencies": { "@angular/animations": "15.2.9", "@angular/common": "15.2.9", - "@angular/compiler": "15.2.9", + "@angular/compiler": "17.3.1", "@angular/core": "15.2.9", "@angular/forms": "15.2.9", "@angular/localize": "15.2.9",