From bc2c49d29ba1b1ce0dfa59b010803c56b74f7848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:23:01 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/platform-browser from 21.2.0 to 21.2.1 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 21.2.0 to 21.2.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.2.1/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 21.2.1 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 3802c425a..6517c6062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@angular/compiler-cli": "21.2.1", "@angular/core": "21.2.0", "@angular/forms": "21.2.1", - "@angular/platform-browser": "21.2.0", + "@angular/platform-browser": "21.2.1", "@angular/platform-browser-dynamic": "21.2.1", "@angular/router": "21.2.1", "@babel/cli": "7.28.6", @@ -893,9 +893,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.0.tgz", - "integrity": "sha512-IUGukpvvT2B5Dl76qzk6rY7UIHUT9u4BhT2AwVz+5JqcX9KwQtYD17Gt7wj6bvIgCXKWG+CfN8Zd9DECOCYWjg==", + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.1.tgz", + "integrity": "sha512-k4SJLxIaLT26vLjLuFL+ho0BiG5PrdxEsjsXFC7w5iUhomeouzkHVTZ4t7gaLNKrdRD7QNtU4Faw0nL0yx0ZPQ==", "dev": true, "license": "MIT", "dependencies": { @@ -905,9 +905,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.2.0", - "@angular/common": "21.2.0", - "@angular/core": "21.2.0" + "@angular/animations": "21.2.1", + "@angular/common": "21.2.1", + "@angular/core": "21.2.1" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index e3c921aa5..a6dc54f8b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@angular/compiler-cli": "21.2.1", "@angular/core": "21.2.0", "@angular/forms": "21.2.1", - "@angular/platform-browser": "21.2.0", + "@angular/platform-browser": "21.2.1", "@angular/platform-browser-dynamic": "21.2.1", "@angular/router": "21.2.1", "@babel/cli": "7.28.6",