From 2f396042cf13158e13ccdf6ee8ee3236f90d6835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:42:26 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 16.2.9 to 16.2.11 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.2.9 to 16.2.11. - [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.11/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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f9b98d..768468b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^16.2.9", - "@angular/common": "^16.2.9", + "@angular/common": "^16.2.11", "@angular/compiler": "^16.2.9", "@angular/core": "^16.2.9", "@angular/forms": "^16.2.9", @@ -351,9 +351,9 @@ } }, "node_modules/@angular/common": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", - "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.11.tgz", + "integrity": "sha512-h80WUR2OYlqxQy+4XgNtWT2vB+vZ6oCrFX/q8cU5jAvbvGQfJuH0zfcbSlUflStmAhk5/OT25F0mt96cqapEAw==", "dependencies": { "tslib": "^2.3.0" }, @@ -361,7 +361,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.9", + "@angular/core": "16.2.11", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -14112,9 +14112,9 @@ } }, "@angular/common": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", - "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.11.tgz", + "integrity": "sha512-h80WUR2OYlqxQy+4XgNtWT2vB+vZ6oCrFX/q8cU5jAvbvGQfJuH0zfcbSlUflStmAhk5/OT25F0mt96cqapEAw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index a9138d3..166d958 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^16.2.9", - "@angular/common": "^16.2.9", + "@angular/common": "^16.2.11", "@angular/compiler": "^16.2.9", "@angular/core": "^16.2.9", "@angular/forms": "^16.2.9",