From 32099df9fc8ab8c24db9907035d7cb792546411d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 03:21:20 +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/pivovarskiy/project/71276980-1694-4528-b43c-7041907e4b86?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 da6784dbe61..e7085c7f0aa 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",