From 7af0fa48834d95d2f8683c78801aba06eb93f11b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jul 2024 07:16:06 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.15 to 5.16.0 Snyk has created this PR to upgrade @mui/icons-material from 5.15.15 to 5.16.0. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/p0nder0sa/project/07a6ccc2-f67f-412b-96dd-48a12d46c46a?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 11 ++++++----- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 84e0ede2..3189c8d6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "@emotion/react": "11.13.0", "@emotion/server": "11.11.0", "@emotion/styled": "11.11.5", - "@mui/icons-material": "5.15.15", + "@mui/icons-material": "^5.16.0", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "5.15.15", "@mui/utils": "5.15.20", @@ -27,7 +27,7 @@ "i18next": "23.12.2", "lodash": "4.17.21", "markdown-to-jsx": "7.4.7", - "next": "^14.2.4", + "next": "14.2.4", "next-i18next": "15.3.0", "next-seo": "6.5.0", "pino": "8.20.0", @@ -2339,9 +2339,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.15", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.15.tgz", - "integrity": "sha512-kkeU/pe+hABcYDH6Uqy8RmIsr2S/y5bP2rp+Gat4CcRjCcVne6KudS1NrZQhUCRysrTDCAhcbcf9gt+/+pGO2g==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.0.tgz", + "integrity": "sha512-6ISoOhkp9w5gD0PEW9JklrcbyARDkFWNTBdwXZ1Oy5IGlyu9B0zG0hnUIe4H17IaF1Vgj6C8VI+v4tkSdK0veg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/frontend/package.json b/frontend/package.json index db0a7605..a52d813e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@emotion/react": "11.13.0", "@emotion/server": "11.11.0", "@emotion/styled": "11.11.5", - "@mui/icons-material": "5.15.15", + "@mui/icons-material": "5.16.0", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "5.15.15", "@mui/utils": "5.15.20",