From f9bd5d4c69fbeae49be3a388c5cad09ca745252a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:35:01 +0000 Subject: [PATCH] build(deps): bump @angular/common in /angular-example Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.2.8 to 16.2.9. - [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.9/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" 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 140af922..0c11132f 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^16.2.7", - "@angular/common": "^16.2.8", + "@angular/common": "^16.2.9", "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.8", "@angular/forms": "^16.2.8", @@ -727,9 +727,9 @@ } }, "node_modules/@angular/common": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.8.tgz", - "integrity": "sha512-0LZSBHnk9c6XPcrQx9D8i0DKi807IuiuOtK4kMa64aj1pySY3TK+uort5hqpmhgdqiCbBHZjgpRpU83LoTTl3w==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", + "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", "dependencies": { "tslib": "^2.3.0" }, @@ -737,7 +737,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.8", + "@angular/core": "16.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -12911,9 +12911,9 @@ } }, "@angular/common": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.8.tgz", - "integrity": "sha512-0LZSBHnk9c6XPcrQx9D8i0DKi807IuiuOtK4kMa64aj1pySY3TK+uort5hqpmhgdqiCbBHZjgpRpU83LoTTl3w==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", + "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 4845509f..566ed5b2 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@angular/animations": "^16.2.7", - "@angular/common": "^16.2.8", + "@angular/common": "^16.2.9", "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.8", "@angular/forms": "^16.2.8",