From f13d89c371f80d28b14983d5d3da3aafe7a6df20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 10:21:11 +0000 Subject: [PATCH] fix: ng7-ShoppingListRecipeBook/package.json & ng7-ShoppingListRecipeBook/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- ng7-ShoppingListRecipeBook/package-lock.json | 20 ++++++++++---------- ng7-ShoppingListRecipeBook/package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ng7-ShoppingListRecipeBook/package-lock.json b/ng7-ShoppingListRecipeBook/package-lock.json index e4193ec..84f23e8 100644 --- a/ng7-ShoppingListRecipeBook/package-lock.json +++ b/ng7-ShoppingListRecipeBook/package-lock.json @@ -458,9 +458,9 @@ } }, "@angular/compiler": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", - "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.18.tgz", + "integrity": "sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==", "requires": { "tslib": "^2.3.0" }, @@ -804,17 +804,17 @@ } }, "@angular/core": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", - "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.18.tgz", + "integrity": "sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==", "requires": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" }, "dependencies": { "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" } } }, diff --git a/ng7-ShoppingListRecipeBook/package.json b/ng7-ShoppingListRecipeBook/package.json index f302ca2..0633b0b 100644 --- a/ng7-ShoppingListRecipeBook/package.json +++ b/ng7-ShoppingListRecipeBook/package.json @@ -13,8 +13,8 @@ "dependencies": { "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0", - "@angular/compiler": "~19.2.17", - "@angular/core": "~11.0.5", + "@angular/compiler": "~19.2.18", + "@angular/core": "~19.2.18", "@angular/forms": "~7.2.0", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0",