From 72e1d9534bcba3d65ef7aa68dc0240cae692f187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:22:57 +0000 Subject: [PATCH] Bump @angular/platform-browser from 21.1.3 to 21.1.4 in /RestifyClient Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 21.1.3 to 21.1.4. - [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.1.4/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-version: 21.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- RestifyClient/package-lock.json | 14 +++++++------- RestifyClient/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/RestifyClient/package-lock.json b/RestifyClient/package-lock.json index e4dbe0f..ae59cb3 100644 --- a/RestifyClient/package-lock.json +++ b/RestifyClient/package-lock.json @@ -12,7 +12,7 @@ "@angular/compiler": "^21.1.3", "@angular/core": "^21.1.3", "@angular/forms": "^21.1.3", - "@angular/platform-browser": "^21.1.3", + "@angular/platform-browser": "^21.1.4", "@angular/platform-server": "^21.1.3", "@angular/router": "^21.1.3", "@angular/ssr": "^21.1.3", @@ -590,9 +590,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.1.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.3.tgz", - "integrity": "sha512-W+ZMXAioaP7CsACafBCHsIxiiKrRTPOlQ+hcC7XNBwy+bn5mjGONoCgLreQs76M8HNWLtr/OAUAr6h26OguOuA==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.4.tgz", + "integrity": "sha512-S6Iw5CkORih5omh+MQY35w0bUBxdSFAPLDg386S6/9fEUjDClo61hvXNKxaNh9g7tnh1LD7zmTmKrqufnhnFDQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -601,9 +601,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.1.3", - "@angular/common": "21.1.3", - "@angular/core": "21.1.3" + "@angular/animations": "21.1.4", + "@angular/common": "21.1.4", + "@angular/core": "21.1.4" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/RestifyClient/package.json b/RestifyClient/package.json index 7b0be0c..1b0a856 100644 --- a/RestifyClient/package.json +++ b/RestifyClient/package.json @@ -29,7 +29,7 @@ "@angular/compiler": "^21.1.3", "@angular/core": "^21.1.3", "@angular/forms": "^21.1.3", - "@angular/platform-browser": "^21.1.3", + "@angular/platform-browser": "^21.1.4", "@angular/platform-server": "^21.1.3", "@angular/router": "^21.1.3", "@angular/ssr": "^21.1.3",