From 1d2c043008cd5c6884d157fc8a03f4f8c1b658de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:33:59 +0000 Subject: [PATCH] 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8231a4b15..78ca652e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "autoprefixer": "^10.4.17", "axios": "^1.6.5", "daisyui": "^4.6.0", - "date-fns": "^3.3.0", + "date-fns": "^3.3.1", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", @@ -3707,9 +3707,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", diff --git a/package.json b/package.json index 22e57eb2d..340f61337 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "autoprefixer": "^10.4.17", "axios": "^1.6.5", "daisyui": "^4.6.0", - "date-fns": "^3.3.0", + "date-fns": "^3.3.1", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3",