From 65c3a631f22af4048bfabf872fe0284445d9d291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 21:26:27 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/platform-browser from 21.2.10 to 21.2.11 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 21.2.10 to 21.2.11. - [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.11/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 21.2.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09fbc10f7..ec379206b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@angular/compiler-cli": "21.2.10", "@angular/core": "21.2.10", "@angular/forms": "21.2.10", - "@angular/platform-browser": "21.2.10", + "@angular/platform-browser": "21.2.11", "@angular/platform-browser-dynamic": "21.2.10", "@angular/router": "21.2.10", "@babel/cli": "7.28.6", @@ -854,9 +854,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.2.10", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.10.tgz", - "integrity": "sha512-5WMoHGU8BOV3eO9h3vGMIUDPf+3SHis7+X2dHKMtKfFBUtiO8m/lq2x3PzkkKj1782i7KYt92EqPHuADd/eWOw==", + "version": "21.2.11", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.11.tgz", + "integrity": "sha512-Uz/KwGjSEvbE8J9kNSSetzxhBWjCXv9OuxH1w2WkW6jLNU3vgvzuKX7SXDyUys6KJv5TqkClJ9BLeU11QbmJdw==", "dev": true, "license": "MIT", "dependencies": { @@ -866,9 +866,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.2.10", - "@angular/common": "21.2.10", - "@angular/core": "21.2.10" + "@angular/animations": "21.2.11", + "@angular/common": "21.2.11", + "@angular/core": "21.2.11" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 2389cffd3..f622f4b9b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@angular/compiler-cli": "21.2.10", "@angular/core": "21.2.10", "@angular/forms": "21.2.10", - "@angular/platform-browser": "21.2.10", + "@angular/platform-browser": "21.2.11", "@angular/platform-browser-dynamic": "21.2.10", "@angular/router": "21.2.10", "@babel/cli": "7.28.6",