From 10cf53727e5b4cb11da182926c41d21ca2eecbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 00:00:54 +0000 Subject: [PATCH] Bump @angular/common from 20.3.3 to 20.3.14 in /editor Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.3 to 20.3.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/20.3.14/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- editor/package-lock.json | 10 +++++----- editor/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editor/package-lock.json b/editor/package-lock.json index 133dc84d..46f993ce 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.3.3", "@angular/cdk": "^20.2.7", - "@angular/common": "^20.3.3", + "@angular/common": "^20.3.14", "@angular/compiler": "^20.3.3", "@angular/core": "^20.3.3", "@angular/forms": "^20.3.3", @@ -720,9 +720,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.3.tgz", - "integrity": "sha512-iArFCXvgYJCpxLZv8o6rV7Cxuqv1hbndoeUmQgL7ekXwVS6BA49VErXbTPM+pfhAJ+v1fc/DG3rzBwXk3eW2lw==", + "version": "20.3.14", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.14.tgz", + "integrity": "sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==", "license": "MIT", "peer": true, "dependencies": { @@ -732,7 +732,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.3", + "@angular/core": "20.3.14", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/editor/package.json b/editor/package.json index 4c1a0857..b71d7c04 100644 --- a/editor/package.json +++ b/editor/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular/animations": "^20.3.3", "@angular/cdk": "^20.2.7", - "@angular/common": "^20.3.3", + "@angular/common": "^20.3.14", "@angular/compiler": "^20.3.3", "@angular/core": "^20.3.3", "@angular/forms": "^20.3.3",