From 25be52a310d453a01a123dcffe7d926b2f173a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:38:38 +0000 Subject: [PATCH] Bump @angular/common from 21.2.17 to 21.2.19 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.2.17 to 21.2.19. - [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/v21.2.19/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.19 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c738d6f..7b6736b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "client", "hasInstallScript": true, "dependencies": { "@types/lodash-es": "^4.17.12" @@ -18,7 +17,7 @@ "@angular/animations": "^21.2.4", "@angular/build": "^21.2.2", "@angular/cli": "^21.2.2", - "@angular/common": "^21.2.4", + "@angular/common": "^21.2.19", "@angular/compiler": "^21.2.4", "@angular/compiler-cli": "^21.2.4", "@angular/core": "^21.2.4", @@ -1244,11 +1243,10 @@ } }, "node_modules/@angular/common": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz", - "integrity": "sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.19.tgz", + "integrity": "sha512-Rvo/VXI0kUmfQT7+OeAjv526OJlf/WrLnJq1Tz84Jkyv9bs9SOMTCT6m4+boo8gxVNdrcxvGU3Q0o2jZzKceSg==", "dev": true, - "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1256,7 +1254,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.17", + "@angular/core": "21.2.19", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -18247,9 +18245,9 @@ } }, "@angular/common": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz", - "integrity": "sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.19.tgz", + "integrity": "sha512-Rvo/VXI0kUmfQT7+OeAjv526OJlf/WrLnJq1Tz84Jkyv9bs9SOMTCT6m4+boo8gxVNdrcxvGU3Q0o2jZzKceSg==", "dev": true, "requires": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index c6e18e3..31b2e2b 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@angular/animations": "^21.2.4", "@angular/build": "^21.2.2", "@angular/cli": "^21.2.2", - "@angular/common": "^21.2.4", + "@angular/common": "^21.2.19", "@angular/compiler": "^21.2.4", "@angular/compiler-cli": "^21.2.4", "@angular/core": "^21.2.4",