From 2a009c64a4f82c918f577012e987d95e9a851898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:30:26 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 20.3.5 to 20.3.6 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.5 to 20.3.6. - [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.6/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.6 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..c5e35a0 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.6.tgz", + "integrity": "sha512-OdjXBsAsnn7qiW6fSHClwn9XwjVxhtO9+RbDc6Mf+YPCnJq0s8T78H2fc8VdJFp/Rs+tMZcwwjd9VZPm8+2XWA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 1fb00ad..76b433d 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.6", "@angular/core": "^20.3.5", "@angular/forms": "^20.3.5", "@angular/platform-browser": "^20.3.5",