From 67f71799470cc8b27dc1454df12ae809935a0d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 01:11:00 +0000 Subject: [PATCH] chore(deps): bump date-fns from 3.6.0 to 4.1.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v3.6.0...v4.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... 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 115089d7..cb232180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/typings": "^1.9.1", "@nextcloud/vue": "^8.17.0", "axios": "^1.7.5", - "date-fns": "^3.6.0", + "date-fns": "^4.1.0", "highlight.js": "^11.10.0", "json-string-splitter": "^1.0.0", "pinia": "^2.2.2", @@ -4494,9 +4494,9 @@ } }, "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" diff --git a/package.json b/package.json index 278ae8b0..83f14315 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/typings": "^1.9.1", "@nextcloud/vue": "^8.17.0", "axios": "^1.7.5", - "date-fns": "^3.6.0", + "date-fns": "^4.1.0", "highlight.js": "^11.10.0", "json-string-splitter": "^1.0.0", "pinia": "^2.2.2",