From 17fee23473120e945c212927447e7c7db69b81cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Sep 2025 04:11:29 +0000 Subject: [PATCH] fix: upgrade @angular/compiler from 20.1.6 to 20.1.7 Snyk has created this PR to upgrade @angular/compiler from 20.1.6 to 20.1.7. See this package in npm: @angular/compiler See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/11c47692-61cb-4ece-ba33-ab2c35193373?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 7baaf2c..7fcb468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/common": "20.1.6", - "@angular/compiler": "20.1.6", + "@angular/compiler": "^20.1.7", "@angular/core": "20.1.6", "@angular/platform-browser": "20.1.6", "@angular/router": "20.1.6", @@ -743,9 +743,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.6.tgz", - "integrity": "sha512-PASAnrY3dHl3mOlYP7n49a1djbw+CGeBwkzhSVhDTrkg9hyx6GMDCNdNr1xZFWFjgS7vB3K8nIk8o9k+bXpH0g==", + "version": "20.1.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.7.tgz", + "integrity": "sha512-IZPkFxXoJZy7aVBgcsYLKyfr1CreCqpqhlbiSVXgtleyTcReaMoQBHeEqyFxD7PeB4Lfmf1N6ncHCILg+wxTfw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 83abd44..d1d2328 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@angular/common": "20.1.6", - "@angular/compiler": "20.1.6", + "@angular/compiler": "20.1.7", "@angular/core": "20.1.6", "@angular/platform-browser": "20.1.6", "@angular/router": "20.1.6",