From b27dc53456ffbf05d6c51b282631bcd724221273 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 00:33:23 +0000 Subject: [PATCH] fix: upgrade @angular/compiler from 17.3.10 to 17.3.12 Snyk has created this PR to upgrade @angular/compiler from 17.3.10 to 17.3.12. See this package in npm: @angular/compiler See this project in Snyk: https://app.snyk.io/org/nfgallimore/project/da99d285-0aec-48d0-babc-d3e407089d2e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5f423d..d257a30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.3.0", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^17.3.12", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/platform-browser": "^17.3.0", @@ -20,8 +20,8 @@ "@angular/ssr": "^17.3.8", "express": "^4.21.1", "rxjs": "~7.8.0", - "tslib": "^2.3.0", - "zone.js": "^0.14.7" + "tslib": "^2.6.3", + "zone.js": "~0.14.7" }, "devDependencies": { "@angular-devkit/build-angular": "^17.3.8", @@ -334,9 +334,10 @@ } }, "node_modules/@angular/compiler": { - "version": "17.3.10", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.10.tgz", - "integrity": "sha512-6Ce4siHyF0fCZBDm/cz+blJByGDu1/hbPkQVGmk5HGZTmCUeKkgyjoM6bZr7ssAsyGDRwxBh2SGHO4Ce31vuPA==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.12.tgz", + "integrity": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -344,7 +345,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.10" + "@angular/core": "17.3.12" }, "peerDependenciesMeta": { "@angular/core": { @@ -2988,6 +2989,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.8.tgz", "integrity": "sha512-CjSVVa/9fzMpEDQP01SC4colKCbZwj7vUq0H2bivp8jVsmd21x9Fu0gDBH0Y9NdfAIm4eGZvmiZKMII3vIOaYQ==", "dev": true, + "license": "MIT", "engines": { "node": "^18.13.0 || >=20.9.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index e25a9aa..59c8b25 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^17.3.0", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^17.3.12", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/platform-browser": "^17.3.0",