diff --git a/package-lock.json b/package-lock.json index 0ae3b80..fcc0632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "cmdk": "^0.2.0", - "date-fns": "^2.30.0", + "date-fns": "^3.0.0", "editorjs-react-renderer": "^3.5.1", "lodash.debounce": "^4.0.8", "lucide-react": "^0.298.0", @@ -2293,18 +2293,12 @@ "dev": true }, "node_modules/date-fns": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.0.tgz", + "integrity": "sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debug": { diff --git a/package.json b/package.json index 2d34122..fe12288 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "cmdk": "^0.2.0", - "date-fns": "^2.30.0", + "date-fns": "^3.0.0", "editorjs-react-renderer": "^3.5.1", "lodash.debounce": "^4.0.8", "lucide-react": "^0.298.0",