diff --git a/package-lock.json b/package-lock.json index 5db96efc1..db7dbf3e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mui/icons-material": "5.15.19", "@mui/material": "5.15.19", "@mui/x-date-pickers": "6.20.1", - "date-fns": "2.30.0", + "date-fns": "3.6.0", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -11770,17 +11770,13 @@ "license": "MIT" }, "node_modules/date-fns": { - "version": "2.30.0", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debounce": { diff --git a/package.json b/package.json index 9e2c8c98b..70dd1dc3a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@mui/icons-material": "5.15.19", "@mui/material": "5.15.19", "@mui/x-date-pickers": "6.20.1", - "date-fns": "2.30.0", + "date-fns": "3.6.0", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1",