diff --git a/package-lock.json b/package-lock.json index 393ad6b8..0bc18d23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^8.3.0", "axios": "^1.6.2", - "date-fns": "^2.30.0", + "date-fns": "^3.0.6", "highlight.js": "^11.9.0", "json-string-splitter": "^1.0.0", "pinia": "^2.1.7", @@ -7002,18 +7002,12 @@ } }, "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.6", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.6.tgz", + "integrity": "sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/date-format-parse": { diff --git a/package.json b/package.json index 6b950a6c..acf6a551 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^8.3.0", "axios": "^1.6.2", - "date-fns": "^2.30.0", + "date-fns": "^3.0.6", "highlight.js": "^11.9.0", "json-string-splitter": "^1.0.0", "pinia": "^2.1.7",