From b3f40e0028a4b41e640905e1af98ab117084c1fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 01:24:37 +0000 Subject: [PATCH] fix: examples/angular-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://dev.snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://dev.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- examples/angular-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index bb6ba73995e0..1207eb4f3338 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -26,7 +26,7 @@ "@angular/platform-browser-dynamic": "^8.2.8", "@ngrx/store": "^8.2.0", "core-js": "^3.0.1", - "node-sass": "^4.12.0", + "node-sass": "^7.0.2", "rxjs": "^6.3.3", "rxjs-compat": "^6.4.0", "zone.js": "^0.10.2"