From 41faa62583dfda70a833840e45af9a29719c857a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 02:28:51 +0000 Subject: [PATCH] Build(deps): Bump date-fns from 3.3.1 to 3.5.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.1 to 3.5.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.3.1...v3.5.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 1f64d9097..ef4764d0e 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.3.1", + "date-fns": "^3.5.0", "highlight.js": "^11.9.0", "json-string-splitter": "^1.0.0", "pinia": "^2.1.7", @@ -6728,9 +6728,9 @@ } }, "node_modules/date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.5.0.tgz", + "integrity": "sha512-a+DwyXn7NOfdJireCzAA0B9p7jIXEu/Q9JKCyMYvH6+0vPUNbQceA0neXrdfJ/xzl3mhOh5vibQQ3936Tssm6A==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index 1f290f2b2..c7578871d 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.3.1", + "date-fns": "^3.5.0", "highlight.js": "^11.9.0", "json-string-splitter": "^1.0.0", "pinia": "^2.1.7",