From b8832e4c1197215da4567261b13bcee4189c4488 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Dec 2023 17:19:35 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.14.14 to 5.14.18 Snyk has created this PR to upgrade @mui/icons-material from 5.14.14 to 5.14.18. See this package in npm: https://www.npmjs.com/package/@mui/icons-material See this project in Snyk: https://app.snyk.io/org/jurisgpt/project/6e5bc05f-3c84-4023-a6a2-05f208b30ec1?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb5c8bf..1f5dddc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.14.14", + "@mui/icons-material": "^5.14.18", "@mui/material": "^5.14.14", "daisyui": "^3.9.3", "next": "13.5.6", @@ -593,11 +593,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.14", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.14.tgz", - "integrity": "sha512-vwuaMsKvI7AWTeYqR8wYbpXijuU8PzMAJWRAq2DDIuOZPxjKyHlr8WQ25+azZYkIXtJ7AqnVb1ZmHdEyB4/kug==", + "version": "5.14.18", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.18.tgz", + "integrity": "sha512-o2z49R1G4SdBaxZjbMmkn+2OdT1bKymLvAYaB6pH59obM1CYv/0vAVm6zO31IqhwtYwXv6A7sLIwCGYTaVkcdg==", "dependencies": { - "@babel/runtime": "^7.23.1" + "@babel/runtime": "^7.23.2" }, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 4b19207..b01c9e3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.14.14", + "@mui/icons-material": "^5.14.18", "@mui/material": "^5.14.14", "daisyui": "^3.9.3", "next": "13.5.6",