From 5640199db2f21d6813c80933eeb485e43f3173cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:30:04 +0000 Subject: [PATCH] fix: 1 - start/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- 1 - start/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1 - start/package.json b/1 - start/package.json index a23916a..06afd5d 100644 --- a/1 - start/package.json +++ b/1 - start/package.json @@ -25,7 +25,7 @@ "@angular/upgrade": "2.0.0", "angular2-in-memory-web-api": "0.0.20", "core-js": "^2.4.1", - "materialize-css": "^0.97.7", + "materialize-css": "^0.99.0", "reflect-metadata": "^0.1.3", "rxjs": "5.0.0-beta.12", "systemjs": "0.19.27",