From 855bceb63a14e9b3baf6b59db7eec58f25fca5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:48:57 +0000 Subject: [PATCH] Bump @angular/compiler-cli from 17.1.2 to 17.1.3 in /webui Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 17.1.2 to 17.1.3. - [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.1.3/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webui/package-lock.json | 16 ++++++++-------- webui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/webui/package-lock.json b/webui/package-lock.json index 6fd1ff525..122808f6c 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -27,7 +27,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^17.1.2", "@angular/cli": "^17.1.2", - "@angular/compiler-cli": "^17.1.2", + "@angular/compiler-cli": "^17.1.3", "@types/jasmine": "~5.1.4", "@types/node": "^20.11.16", "jasmine-core": "~5.1.1", @@ -638,9 +638,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.1.2.tgz", - "integrity": "sha512-4P4ttCe4IF9yq7bxCDxbVW7purN7qV0nqofP5Tth1xCsgIJeGmOMMQJN5RJCZNrAPMkvMv39eV878sgcDjbpOA==", + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.1.3.tgz", + "integrity": "sha512-bNDHXo3Twub0BZK9OmXly+0REs0RuR1SUXlTAeq+0XubCvnBDvpg9peL7UTTGS5YRo9sUTBnR6faSUA1F5objQ==", "dev": true, "dependencies": { "@babel/core": "7.23.2", @@ -661,7 +661,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/compiler": "17.1.2", + "@angular/compiler": "17.1.3", "typescript": ">=5.2 <5.4" } }, @@ -15965,9 +15965,9 @@ } }, "@angular/compiler-cli": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.1.2.tgz", - "integrity": "sha512-4P4ttCe4IF9yq7bxCDxbVW7purN7qV0nqofP5Tth1xCsgIJeGmOMMQJN5RJCZNrAPMkvMv39eV878sgcDjbpOA==", + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.1.3.tgz", + "integrity": "sha512-bNDHXo3Twub0BZK9OmXly+0REs0RuR1SUXlTAeq+0XubCvnBDvpg9peL7UTTGS5YRo9sUTBnR6faSUA1F5objQ==", "dev": true, "requires": { "@babel/core": "7.23.2", diff --git a/webui/package.json b/webui/package.json index e74cbbc08..1253c2b9e 100644 --- a/webui/package.json +++ b/webui/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^17.1.2", "@angular/cli": "^17.1.2", - "@angular/compiler-cli": "^17.1.2", + "@angular/compiler-cli": "^17.1.3", "@types/jasmine": "~5.1.4", "@types/node": "^20.11.16", "jasmine-core": "~5.1.1",