From 9ea62fc975cccf940dba4572ce8fc3f23819d39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:55:04 +0000 Subject: [PATCH] build(deps): bump @angular/platform-browser from 21.0.8 to 21.1.1 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 21.0.8 to 21.1.1. - [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.1.1/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 21.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e70d1461..a8f9da81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0", - "@angular/platform-browser": "^21.0.0", + "@angular/platform-browser": "^21.1.4", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1", @@ -870,9 +870,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.8.tgz", - "integrity": "sha512-1YXHZQO/LYiExbg7sZhiqqF5fMcH17iVgK1tI2Gk90Yy0HQAuqnteOv3pPGgUfLowNOWK0sGhCYbB2Lq21LA3w==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.4.tgz", + "integrity": "sha512-8xQ0Ylw7qqVyw4ZJ/Tyw/z5Mtqtp8AMj+R+Z1sCWcyxBgDU4+qfxteVYdiipWC3tX77A0FTsXqwvNP9WVY2/WA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -881,7 +881,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.8" + "@angular/core": "21.1.4" } }, "node_modules/@angular/cli": { @@ -1104,9 +1104,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.0.8.tgz", - "integrity": "sha512-5rPyrP6n6ClO0ZEUXndS2/Xb7nZrbjjYWOxgfCb+ZTCiU7eyN6zhSmicKk2dLQxE1M15wbTa87dN6/Ytuq2uvg==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.4.tgz", + "integrity": "sha512-S6Iw5CkORih5omh+MQY35w0bUBxdSFAPLDg386S6/9fEUjDClo61hvXNKxaNh9g7tnh1LD7zmTmKrqufnhnFDQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1115,9 +1115,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.0.8", - "@angular/common": "21.0.8", - "@angular/core": "21.0.8" + "@angular/animations": "21.1.4", + "@angular/common": "21.1.4", + "@angular/core": "21.1.4" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 085a6671..5126a658 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0", - "@angular/platform-browser": "^21.0.0", + "@angular/platform-browser": "^21.1.4", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1",