From 24d176db3cef8698aa2239b678c00945ffd32841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:45:22 +0000 Subject: [PATCH] Bump @angular/common from 16.1.2 to 16.2.6 in /Sample-01 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.1.2 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] --- Sample-01/package-lock.json | 13 ++++++++----- Sample-01/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index 41301f29..c58ceca8 100644 --- a/Sample-01/package-lock.json +++ b/Sample-01/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^16.1.2", - "@angular/common": "^16.1.2", + "@angular/common": "^16.2.6", "@angular/compiler": "^16.1.2", "@angular/core": "^16.1.2", "@angular/forms": "^16.1.2", @@ -755,8 +755,9 @@ "dev": true }, "node_modules/@angular/common": { - "version": "16.1.2", - "license": "MIT", + "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" }, @@ -764,7 +765,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.1.2", + "@angular/core": "16.2.6", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -15386,7 +15387,9 @@ } }, "@angular/common": { - "version": "16.1.2", + "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/Sample-01/package.json b/Sample-01/package.json index 958b0121..f5b1bb60 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -19,7 +19,7 @@ "private": true, "dependencies": { "@angular/animations": "^16.1.2", - "@angular/common": "^16.1.2", + "@angular/common": "^16.2.6", "@angular/compiler": "^16.1.2", "@angular/core": "^16.1.2", "@angular/forms": "^16.1.2",