From 610490f3a95816de8a36ade043ead6502a346dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:41:21 +0000 Subject: [PATCH] Bump @angular/common from 16.2.1 to 16.2.10 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.2.1 to 16.2.10. - [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.10/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03ee143..8a0470b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ag-grid-enterprise/server-side-row-model": "^30.1.0", "@angular/animations": "^16.2.1", "@angular/cdk": "~16.2.1", - "@angular/common": "^16.2.1", + "@angular/common": "^16.2.10", "@angular/compiler": "^16.2.1", "@angular/core": "^16.2.1", "@angular/forms": "^16.2.1", @@ -350,9 +350,9 @@ } }, "node_modules/@angular/common": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.1.tgz", - "integrity": "sha512-druackA5JQpvfS8cD8DFtPRXGRKbhx3mQ778t1n6x3fXpIdGaAX+nSAgAKhIoF7fxWmu0KuHGzb+3BFlZRyTXw==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.10.tgz", + "integrity": "sha512-cLth66aboInNcWFjDBRmK30jC5KN10nKDDcv4U/r3TDTBpKOtnmTjNFFr7dmjfUmVhHFy/66piBMfpjZI93Rxg==", "dependencies": { "tslib": "^2.3.0" }, @@ -360,7 +360,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.1", + "@angular/core": "16.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index b52faf4..d75ebfd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@ag-grid-enterprise/server-side-row-model": "^30.1.0", "@angular/animations": "^16.2.1", "@angular/cdk": "~16.2.1", - "@angular/common": "^16.2.1", + "@angular/common": "^16.2.10", "@angular/compiler": "^16.2.1", "@angular/core": "^16.2.1", "@angular/forms": "^16.2.1",