From c3852c4830e61df193e9ca6b8d20e0c3b7adc3e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 06:41:26 +0000 Subject: [PATCH] fix: upgrade @mui/material from 6.1.2 to 6.1.3 Snyk has created this PR to upgrade @mui/material from 6.1.2 to 6.1.3. See this package in npm: @mui/material See this project in Snyk: https://app.snyk.io/org/bansikah22/project/f9c896f5-546f-4be5-ae86-78315bf3f292?utm_source=github&utm_medium=referral&page=upgrade-pr --- user-frontend/package-lock.json | 18 +++++++++--------- user-frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/user-frontend/package-lock.json b/user-frontend/package-lock.json index 002bbbb7..bc3ad5c5 100644 --- a/user-frontend/package-lock.json +++ b/user-frontend/package-lock.json @@ -11,7 +11,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.12.1", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", - "@mui/material": "^6.1.2", + "@mui/material": "^6.1.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -4009,16 +4009,16 @@ } }, "node_modules/@mui/material": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-6.1.2.tgz", - "integrity": "sha512-5TtHeAVX9D5d2LYfB1GAUn29BcVETVsrQ76Dwb2SpAfQGW3JVy4deJCAd0RrIkI3eEUrsl0E4xuBdreszxdTTg==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-6.1.3.tgz", + "integrity": "sha512-loV5MBoMKLrK80JeWINmQ1A4eWoLv51O2dBPLJ260IAhupkB3Wol8lEQTEvvR2vO3o6xRHuXe1WaQEP6N3riqg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.6", - "@mui/core-downloads-tracker": "^6.1.2", - "@mui/system": "^6.1.2", - "@mui/types": "^7.2.17", - "@mui/utils": "^6.1.2", + "@mui/core-downloads-tracker": "^6.1.3", + "@mui/system": "^6.1.3", + "@mui/types": "^7.2.18", + "@mui/utils": "^6.1.3", "@popperjs/core": "^2.11.8", "@types/react-transition-group": "^4.4.11", "clsx": "^2.1.1", @@ -4037,7 +4037,7 @@ "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "^6.1.2", + "@mui/material-pigment-css": "^6.1.3", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/user-frontend/package.json b/user-frontend/package.json index fadc25a2..3b0ce250 100644 --- a/user-frontend/package.json +++ b/user-frontend/package.json @@ -6,7 +6,7 @@ "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", - "@mui/material": "^6.1.2", + "@mui/material": "^6.1.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0",