From d08b3d5b4621f8206e46568e9fdd16a90f507688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:21:13 +0000 Subject: [PATCH] build(deps): bump @angular/common from 15.2.0 to 15.2.5 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 15.2.0 to 15.2.5. - [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/15.2.5/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 8493376..f4ad79b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^15.2.0", "@angular/cdk": "^15.2.0", - "@angular/common": "^15.2.0", + "@angular/common": "^15.2.5", "@angular/compiler": "^15.2.0", "@angular/core": "^15.2.0", "@angular/forms": "^15.2.0", @@ -643,9 +643,9 @@ } }, "node_modules/@angular/common": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.0.tgz", - "integrity": "sha512-B+e5pbkvlwlSwlQjtDrYQq+Xs62mScWm1plEZRHQm3cjBhA0RFT3MiUa/YNaHv8VoGjlrOm1rdJVEVQQxroZTg==", + "version": "15.2.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.5.tgz", + "integrity": "sha512-6Wl1ak96NZvnL8p0eVsxHhaddv0/qYq2pQniKaKBfL9MVOQtAe07sPUDEZ6w0ApkmV63Giu4zFakaQMsmvxU0Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -653,7 +653,7 @@ "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.0", + "@angular/core": "15.2.5", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -24426,9 +24426,9 @@ } }, "@angular/common": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.0.tgz", - "integrity": "sha512-B+e5pbkvlwlSwlQjtDrYQq+Xs62mScWm1plEZRHQm3cjBhA0RFT3MiUa/YNaHv8VoGjlrOm1rdJVEVQQxroZTg==", + "version": "15.2.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.5.tgz", + "integrity": "sha512-6Wl1ak96NZvnL8p0eVsxHhaddv0/qYq2pQniKaKBfL9MVOQtAe07sPUDEZ6w0ApkmV63Giu4zFakaQMsmvxU0Q==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 28be8de..36553be 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^15.2.0", "@angular/cdk": "^15.2.0", - "@angular/common": "^15.2.0", + "@angular/common": "^15.2.5", "@angular/compiler": "^15.2.0", "@angular/core": "^15.2.0", "@angular/forms": "^15.2.0",