From 169a28c13d0d590ad69804d4c55f27d69826e8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 05:39:43 +0000 Subject: [PATCH] build(deps-dev): bump date-fns from 3.3.0 to 3.3.1 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.0 to 3.3.1. - [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.0...v3.3.1) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 346c1d4..f18f274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4733,9 +4733,9 @@ } }, "node_modules/date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", + "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", "dev": true, "funding": { "type": "github", @@ -17186,9 +17186,9 @@ } }, "date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", + "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", "dev": true }, "debug": {