From 9992b2a483fddbcefea30b59c75eeab369490bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:03:10 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 7.2.12 to 7.2.16 in /ui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 7.2.12 to 7.2.16. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/7.2.16/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/7.2.16/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 4328c69..d73f19f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -216,9 +216,9 @@ } }, "@angular/compiler": { - "version": "7.2.12", - "resolved": "http://registry.npm.taobao.org/@angular/compiler/download/@angular/compiler-7.2.12.tgz", - "integrity": "sha1-DLqmD3J21K0Gha2yNRAcdeN2MLE=", + "version": "7.2.16", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-7.2.16.tgz", + "integrity": "sha512-8iX+E9Cnet2167RdP8wM5PGPoEnw/jZNvHrtTRHs4g53n/Rg45iLmE9qFzxCqXGBmUO9LXKYdcXnettFKFLifg==", "requires": { "tslib": "^1.9.0" } diff --git a/ui/package.json b/ui/package.json index 2471c53..d10c9af 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~7.2.0", "@angular/cdk": "~7.3.6", "@angular/common": "~7.2.0", - "@angular/compiler": "~7.2.0", + "@angular/compiler": "~7.2.16", "@angular/core": "~7.2.0", "@angular/flex-layout": "^7.0.0-beta.24", "@angular/forms": "~7.2.0",