From d2df779f36d8a6ca56ad91635e5e08cb43e9763d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 09:28:03 +0000 Subject: [PATCH] fix: upgrade material-icons from 0.3.1 to 0.7.7 Snyk has created this PR to upgrade material-icons from 0.3.1 to 0.7.7. See this package in npm: material-icons See this project in Snyk: https://app.snyk.io/org/dev-team/project/6afbad76-e296-4b36-aa78-3500dd6281a1?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 43e080db844..8cb9ac3637e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,7 @@ "font-mfizz": "^2.4.1", "jwt-decode": "^2.2.0", "lodash-es": "^4.17.21", - "material-icons": "^0.3.1", + "material-icons": "^0.7.7", "ng-mat-search-bar": "^12.0.1", "ng-simple-slideshow": "^1.3.0-beta.11", "ng2-file-upload": "^1.4.0",