diff --git a/package-lock.json b/package-lock.json index 7a18a2d5..96210027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mui/icons-material": "5.15.7", "@mui/material": "5.15.7", "@mui/x-date-pickers": "6.19.3", - "date-fns": "2.30.0", + "date-fns": "3.3.1", "graphql": "16.8.1", "react": "18.2.0", "react-dom": "18.2.0", @@ -11976,17 +11976,12 @@ "license": "MIT" }, "node_modules/date-fns": { - "version": "2.30.0", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", + "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", "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 fc303e95..28e2d58d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@mui/icons-material": "5.15.7", "@mui/material": "5.15.7", "@mui/x-date-pickers": "6.19.3", - "date-fns": "2.30.0", + "date-fns": "3.3.1", "graphql": "16.8.1", "react": "18.2.0", "react-dom": "18.2.0",