From 1f7feec78277a305b874075df40a5e8f48cf68c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 03:48:07 +0000 Subject: [PATCH] build(deps): bump @angular/common from 16.0.5 to 16.2.9 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.0.5 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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 180bb3d75..b7121daa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^16.0.5", "@angular/cdk": "^16.0.2", - "@angular/common": "^16.0.5", + "@angular/common": "^16.2.9", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3", "@angular/forms": "^16.0.5", @@ -1225,9 +1225,9 @@ } }, "node_modules/@angular/common": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.0.5.tgz", - "integrity": "sha512-qCcfuvs6Suqv7uA3MrtIi+aY2KW6F57XnRTzWdU3PLQjv8LHN8SZQee5ce2TQ8yCgAIdiLRGDqmLz+DvmRXiIQ==", + "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" }, @@ -1235,7 +1235,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.5", + "@angular/core": "16.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -23723,9 +23723,9 @@ } }, "@angular/common": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.0.5.tgz", - "integrity": "sha512-qCcfuvs6Suqv7uA3MrtIi+aY2KW6F57XnRTzWdU3PLQjv8LHN8SZQee5ce2TQ8yCgAIdiLRGDqmLz+DvmRXiIQ==", + "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/package.json b/package.json index dfc4afbe6..a24078d31 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^16.0.5", "@angular/cdk": "^16.0.2", - "@angular/common": "^16.0.5", + "@angular/common": "^16.2.9", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3", "@angular/forms": "^16.0.5",