From c539ed8d857e8b294ec8d3b482fd887666a88888 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 19:11:55 +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/demiladetemowo/project/ec06b305-dfdb-4543-970c-0ba21c3e4fa0?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 a88a716eae..7f8342846d 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",