From adcd2a471d0469cd33e21c202de6fce645c0ac8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Oct 2023 21:21:42 +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 --- 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..87c73d050e89 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.1", "rxjs": "^6.3.3", "rxjs-compat": "^6.4.0", "zone.js": "^0.10.2"