From 30d9babe23f637baa9552a3c6a36224d3dfb79a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:36:24 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 20.3.5 to 20.3.7 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.5 to 20.3.7. - [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.7/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaaaebb..bd2c515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@acrodata/code-editor": "^0.5.1", "@angular/animations": "^20.3.5", "@angular/common": "^20.3.5", - "@angular/compiler": "^20.3.5", + "@angular/compiler": "^20.3.7", "@angular/core": "^20.3.5", "@angular/forms": "^20.3.5", "@angular/platform-browser": "^20.3.5", @@ -642,9 +642,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.5.tgz", - "integrity": "sha512-nnvvMf3MJEfWlBIHJs6+1Od1Ka49zw0WMPvS3e0KXUVnNnUl0ITroe7BZI/QrpyLEsqZkMZqwUI6r79WS2KBzQ==", + "version": "20.3.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.7.tgz", + "integrity": "sha512-EouHO15dUsgnFArj0M25R8cOPVoUfiFYSt6iXnMO8+S4dY1fDEmbFqkW5smlP66HL5Gys59Nwb5inejfIWHrLw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 1fb00ad..f23c406 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@acrodata/code-editor": "^0.5.1", "@angular/animations": "^20.3.5", "@angular/common": "^20.3.5", - "@angular/compiler": "^20.3.5", + "@angular/compiler": "^20.3.7", "@angular/core": "^20.3.5", "@angular/forms": "^20.3.5", "@angular/platform-browser": "^20.3.5",