diff --git a/package-lock.json b/package-lock.json index 32ed8f3f..d310da81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,6 @@ "@nextcloud/typings": "^1.9.1", "@nextcloud/vue": "^8.23.1", "axios": "^1.8.1", - "date-fns": "^3.6.0", "highlight.js": "^11.11.1", "json-string-splitter": "^1.0.0", "pinia": "^2.3.1", @@ -4652,15 +4651,6 @@ "node": ">= 12" } }, - "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==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/kossnocorp" - } - }, "node_modules/date-format-parse": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.7.tgz", diff --git a/package.json b/package.json index 1e0e12a7..df0436bf 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "@nextcloud/typings": "^1.9.1", "@nextcloud/vue": "^8.23.1", "axios": "^1.8.1", - "date-fns": "^3.6.0", "highlight.js": "^11.11.1", "json-string-splitter": "^1.0.0", "pinia": "^2.3.1",