From 7c7626c228ee9f9e323770f93a45da5c16b673d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:36:45 +0000 Subject: [PATCH] bump date-fns from 3.5.0 to 3.6.0 --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75a8fe41..3e5d1648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/typings": "^1.8.0", "@nextcloud/vue": "^8.9.1", "axios": "^1.6.7", - "date-fns": "^3.5.0", + "date-fns": "^3.6.0", "highlight.js": "^11.9.0", "json-string-splitter": "^1.0.0", "pinia": "^2.1.7", @@ -6737,9 +6737,9 @@ } }, "node_modules/date-fns": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.5.0.tgz", - "integrity": "sha512-a+DwyXn7NOfdJireCzAA0B9p7jIXEu/Q9JKCyMYvH6+0vPUNbQceA0neXrdfJ/xzl3mhOh5vibQQ3936Tssm6A==", + "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" diff --git a/package.json b/package.json index 5a86d8e1..727e194a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/typings": "^1.8.0", "@nextcloud/vue": "^8.9.1", "axios": "^1.6.7", - "date-fns": "^3.5.0", + "date-fns": "^3.6.0", "highlight.js": "^11.9.0", "json-string-splitter": "^1.0.0", "pinia": "^2.1.7",