From 112dd5d6a68393845c7b17a90c6bdef8e8394c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:22:42 +0000 Subject: [PATCH] Bump @angular/platform-browser from 21.2.13 to 21.2.14 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 21.2.13 to 21.2.14. - [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.14/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 21.2.14 dependency-type: direct:production 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 7d20042..e65fc24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/compiler": "^21.2.13", "@angular/core": "^21.2.13", "@angular/forms": "^21.2.13", - "@angular/platform-browser": "^21.2.13", + "@angular/platform-browser": "^21.2.14", "@angular/platform-browser-dynamic": "^21.2.13", "@angular/router": "^21.2.13", "@fontsource/roboto": "^5.2.10", @@ -624,9 +624,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.2.13", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.13.tgz", - "integrity": "sha512-96rcwLHsklqAYRuS2SEBOUdQS5PLkuUIEEIjpYu4rxU2PVvOMapJEImM/QBxrbwjnCgRbj/CivkgfjiR0R0wSA==", + "version": "21.2.14", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.14.tgz", + "integrity": "sha512-34tBwxh86yN2YifBDhCesm6N+nn9WcbuXjRwfo0mTme15OZ/zt56yw7v1mcK3UFLegIIALtsIgpXXrPWWQoKkA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -635,9 +635,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.2.13", - "@angular/common": "21.2.13", - "@angular/core": "21.2.13" + "@angular/animations": "21.2.14", + "@angular/common": "21.2.14", + "@angular/core": "21.2.14" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 7554145..adf4d42 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/compiler": "^21.2.13", "@angular/core": "^21.2.13", "@angular/forms": "^21.2.13", - "@angular/platform-browser": "^21.2.13", + "@angular/platform-browser": "^21.2.14", "@angular/platform-browser-dynamic": "^21.2.13", "@angular/router": "^21.2.13", "@fontsource/roboto": "^5.2.10",