From cb685f09a4d629789f7ad5134fa87c3a80755915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 03:19:09 +0000 Subject: [PATCH] build(deps): bump @angular/common from 16.0.5 to 16.2.6 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.0.5 to 16.2.6. - [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.6/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..a522b12ee 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.6.tgz", + "integrity": "sha512-BjnahvtJHh2zXfCZjpWit+zMkggl/PrgUtPd02egzLmEKyXIMmQLYNpDZ+Pqgpb7eefU8yBPhL7WA2oKFjHjSg==", "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.6", "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.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.6.tgz", + "integrity": "sha512-BjnahvtJHh2zXfCZjpWit+zMkggl/PrgUtPd02egzLmEKyXIMmQLYNpDZ+Pqgpb7eefU8yBPhL7WA2oKFjHjSg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index dfc4afbe6..78ec57a9b 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.6", "@angular/compiler": "^16.0.5", "@angular/core": "^16.0.3", "@angular/forms": "^16.0.5",