diff --git a/package-lock.json b/package-lock.json index 54d66c0..7849c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "antd": "^4.18.6", "classnames": "^2.3.1", - "date-fns": "^3.0.0", + "date-fns": "^4.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-feather": "^2.0.9", @@ -1896,9 +1896,9 @@ "peer": true }, "node_modules/date-fns": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", - "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -7106,9 +7106,9 @@ "peer": true }, "date-fns": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", - "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==" }, "dayjs": { "version": "1.10.7", diff --git a/package.json b/package.json index 32afd22..ee5f431 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "antd": "^4.18.6", "classnames": "^2.3.1", - "date-fns": "^3.0.0", + "date-fns": "^4.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-feather": "^2.0.9",