From 2c3ac053d898a8dc5a61cfaef1ddbcafab76f825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 00:16:15 -0700 Subject: [PATCH] Bump @angular/compiler from 13.2.5 to 13.3.0 in /src-ui (#487) Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 13.2.5 to 13.3.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md) - [Commits](https://github.com/angular/angular/commits/13.3.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-ui/package-lock.json | 14 +++++++------- src-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 722526088..b72b02f6b 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "~13.2.6", "@angular/common": "~13.2.6", - "@angular/compiler": "~13.2.4", + "@angular/compiler": "~13.3.0", "@angular/core": "~13.2.4", "@angular/forms": "~13.2.6", "@angular/localize": "~13.2.6", @@ -412,9 +412,9 @@ } }, "node_modules/@angular/compiler": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz", - "integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz", + "integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==", "dependencies": { "tslib": "^2.3.0" }, @@ -13495,9 +13495,9 @@ } }, "@angular/compiler": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz", - "integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz", + "integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==", "requires": { "tslib": "^2.3.0" } diff --git a/src-ui/package.json b/src-ui/package.json index a1691f8a4..d7e743bb6 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~13.2.6", "@angular/common": "~13.2.6", - "@angular/compiler": "~13.2.4", + "@angular/compiler": "~13.3.0", "@angular/core": "~13.2.4", "@angular/forms": "~13.2.6", "@angular/localize": "~13.2.6",