From 469cab387c5a4b26deb49eec467e25ce2ea865eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:34:42 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) and [lodash](https://github.com/lodash/lodash). Updates `@angular/common` from 17.3.12 to 19.2.16 - [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/19.2.16/packages/common) Updates `@angular/compiler` from 17.3.12 to 19.2.18 - [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/v19.2.18/packages/compiler) Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.16 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@angular/compiler" dependency-version: 19.2.18 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 285ecf0..34c463b 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "dependencies": { "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", - "@angular/common": "17.3.12", - "@angular/compiler": "17.3.12", - "@angular/core": "17.3.12", + "@angular/common": "19.2.16", + "@angular/compiler": "19.2.18", + "@angular/core": "21.1.1", "@angular/forms": "17.3.12", "@angular/localize": "17.3.12", "@angular/platform-browser": "17.3.12", @@ -38,7 +38,7 @@ "angular-oauth2-oidc": "^17.0.2", "bootstrap": "^5.3.2", "license-report": "5.0.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "rxjs": "~7.4.0", "tslib": "2.3.0", "uuid": "^13.0.0",