From de8127476fe56f5b0e358d0a502820d4aa64462f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:02:12 +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-INFLIGHT-6095116 --- 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",