From ca6a19cefa528fe3aa4040847a010c6689d763ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 09:27:36 +0000 Subject: [PATCH] fix: upgrade @mui/x-date-pickers from 7.7.0 to 7.7.1 Snyk has created this PR to upgrade @mui/x-date-pickers from 7.7.0 to 7.7.1. See this package in npm: @mui/x-date-pickers See this project in Snyk: https://app.snyk.io/org/danielmaiaevangelista/project/0ba00ac7-dbb6-4868-9b17-5aee98a2b5c0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84209ce..3f7cbc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,10 +12,10 @@ "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.20", "@mui/x-data-grid": "^7.7.0", - "@mui/x-date-pickers": "^7.7.0", + "@mui/x-date-pickers": "^7.7.1", "axios": "^1.7.2", "moment": "^2.30.1", - "next": "^14.2.4", + "next": "14.2.4", "next-auth": "^4.24.7", "react": "^18", "react-dom": "^18" @@ -947,15 +947,15 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.7.0.tgz", - "integrity": "sha512-huyoA22Vi8iCkee6ro0sX7CcFIcPV/Fl7ZGWwaQC8PTAheXhz823DjMYAiwRU/imF+UFYfUInWQ4XZCIkM+2Dw==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.7.1.tgz", + "integrity": "sha512-p7/TY8QcdQd6RelNqzW5q89GeUFctvZnDHTfQVEC0l0nAy7ArE6u21uNF8QWGrijZoJXCM+OlIRzlZADaUPpWA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.24.7", "@mui/base": "^5.0.0-beta.40", - "@mui/system": "^5.15.15", - "@mui/utils": "^5.15.14", + "@mui/system": "^5.15.20", + "@mui/utils": "^5.15.20", "@types/react-transition-group": "^4.4.10", "clsx": "^2.1.1", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 8f1793f..bf4c688 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.20", "@mui/x-data-grid": "^7.7.0", - "@mui/x-date-pickers": "^7.7.0", + "@mui/x-date-pickers": "^7.7.1", "axios": "^1.7.2", "moment": "^2.30.1", "next": "14.2.4",