From 79f9c09e3e45413478cb3766efe723db02e10314 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Sep 2024 08:59:31 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.16.5 to 5.16.7 Snyk has created this PR to upgrade @mui/icons-material from 5.16.5 to 5.16.7. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81d7a12a..7843c4ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@changey/react-leaflet-markercluster": "^4.0.0-rc1", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.16.5", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", "@types/leaflet-rotatedmarker": "^0.2.5", "axios": "^1.7.4", @@ -1697,9 +1697,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.5.tgz", - "integrity": "sha512-bn88xxU/J9UV0s6+eutq7o3TTOrOlbCX+KshFb8kxgIxJZZfYz3JbAXVMivvoMF4Md6jCVUzM9HEkf4Ajab4tw==", + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", + "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" diff --git a/package.json b/package.json index eb421a21..02d40a3a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@changey/react-leaflet-markercluster": "^4.0.0-rc1", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.16.5", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", "@types/leaflet-rotatedmarker": "^0.2.5", "axios": "^1.7.4",