From 5a8edf089e778de6a2b0425003309203e4c4686c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:48:23 +0000 Subject: [PATCH] chore(deps): bump @angular/platform-browser from 21.2.15 to 22.0.0 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 21.2.15 to 22.0.0. - [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/v22.0.0/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 653e392..e31fe05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/compiler": "^21.2.0", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", - "@angular/platform-browser": "^21.2.0", + "@angular/platform-browser": "^22.0.0", "@angular/router": "^21.2.0", "@xml-tools/ast": "^5.0.5", "@xml-tools/parser": "^1.0.11", @@ -572,20 +572,20 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.2.15", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.15.tgz", - "integrity": "sha512-O4ZHVV/rxkK1AuiD9M3UssL/HkoQvBcZy2+U421IMNibclGhwH9aRwc/0ZlQ7zpseS9+KPZ23FebvN4/92IbPg==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.0.0.tgz", + "integrity": "sha512-ry4Hdov19V8sA+MrIEIeISXA8GKWluCDUg06PaAm9nJveYjQUUlElZqa3fTNGOmy3/eNV8H9nmaroD27L8yU1A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/animations": "21.2.15", - "@angular/common": "21.2.15", - "@angular/core": "21.2.15" + "@angular/animations": "22.0.0", + "@angular/common": "22.0.0", + "@angular/core": "22.0.0" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 138d733..a6a54c2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/compiler": "^21.2.0", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", - "@angular/platform-browser": "^21.2.0", + "@angular/platform-browser": "^22.0.0", "@angular/router": "^21.2.0", "@xml-tools/ast": "^5.0.5", "@xml-tools/parser": "^1.0.11",