From 9efe7d34c13679668641ada07f26dfe731cfbce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:13:58 +0000 Subject: [PATCH] chore(deps): bump @angular/platform-browser from 18.0.1 to 20.1.1 --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 20.1.1 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 dea6b5a6..b6086a68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1", "@angular/language-service": "~18.0.2", - "@angular/platform-browser": "~18.0.1", + "@angular/platform-browser": "~20.1.1", "@angular/platform-browser-dynamic": "~18.0.1", "@angular/router": "~18.0.1", "angular-in-memory-web-api": "^0.18.0", @@ -630,20 +630,20 @@ } }, "node_modules/@angular/platform-browser": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.0.1.tgz", - "integrity": "sha512-rQUsOxZxiwSPvyHdne60IKIGsvFoVc1rO4mDyXU+9sCCLmPKHzNyEzp7vybTZeiqa3k6v3sV/bfHWwrRzmvenw==", + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.1.1.tgz", + "integrity": "sha512-aCKb8RramcdS0vlkMu8Xa7ehQCbD2ocCli5jDX0Y3BbMkz2W1BaK9hHEXsco3zUk2/MPRaj+t91Z8S0JzFlPvg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "18.0.1", - "@angular/common": "18.0.1", - "@angular/core": "18.0.1" + "@angular/animations": "20.1.1", + "@angular/common": "20.1.1", + "@angular/core": "20.1.1" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 23ff324b..8b2dc085 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1", "@angular/language-service": "~18.0.2", - "@angular/platform-browser": "~18.0.1", + "@angular/platform-browser": "~20.1.1", "@angular/platform-browser-dynamic": "~18.0.1", "@angular/router": "~18.0.1", "angular-in-memory-web-api": "^0.18.0",