From 66ad26164c45a0a0a62b0b66bb7a5ee75e023558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:33:06 +0000 Subject: [PATCH] build(deps): bump @angular/compiler in /angular-example Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 16.2.1 to 16.2.2. - [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/16.2.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 16 ++++++++-------- angular-example/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 241114e6..83941221 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^15.2.8", "@angular/common": "^15.2.8", - "@angular/compiler": "^16.2.1", + "@angular/compiler": "^16.2.2", "@angular/core": "^15.2.8", "@angular/forms": "^15.2.8", "@angular/platform-browser": "^15.2.8", @@ -741,9 +741,9 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.1.tgz", - "integrity": "sha512-dPauu+ESn79d66U9nBvnunNuBk/UMqnm7iL9Q31J8OKYN/4vrKbsO57pmULOft/GRAYsE3FdLBH0NkocFZKIMQ==", + "version": "16.2.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.2.tgz", + "integrity": "sha512-0X9i5NsqjX++0gmFy0fy2Uc5dHJMxDq6Yu/j1L3RdbvycL1GW+P8GgPfIvD/+v/YiDqpOHQswQXLbkcHw1+svA==", "dependencies": { "tslib": "^2.3.0" }, @@ -751,7 +751,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.1" + "@angular/core": "16.2.2" }, "peerDependenciesMeta": { "@angular/core": { @@ -12917,9 +12917,9 @@ } }, "@angular/compiler": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.1.tgz", - "integrity": "sha512-dPauu+ESn79d66U9nBvnunNuBk/UMqnm7iL9Q31J8OKYN/4vrKbsO57pmULOft/GRAYsE3FdLBH0NkocFZKIMQ==", + "version": "16.2.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.2.tgz", + "integrity": "sha512-0X9i5NsqjX++0gmFy0fy2Uc5dHJMxDq6Yu/j1L3RdbvycL1GW+P8GgPfIvD/+v/YiDqpOHQswQXLbkcHw1+svA==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 266b1464..5fc0bc2e 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^15.2.8", "@angular/common": "^15.2.8", - "@angular/compiler": "^16.2.1", + "@angular/compiler": "^16.2.2", "@angular/core": "^15.2.8", "@angular/forms": "^15.2.8", "@angular/platform-browser": "^15.2.8",