From 1e2d19813fbdb19199e98983ed7b6d236fa6e962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:16:48 -0800 Subject: [PATCH] chore(deps): bump date-fns from 3.2.0 to 3.3.0 (#1735) Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.2.0 to 3.3.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.2.0...v3.3.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff072534ee..693a734b75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "copy-paste": "^1.5.3", "cors": "^2.8.5", "cross-env": "^7.0.3", - "date-fns": "^3.2.0", + "date-fns": "^3.3.0", "dotenv": "^8.6.0", "express": "^4.18.2", "express-mongo-sanitize": "^2.2.0", @@ -8045,9 +8045,9 @@ "integrity": "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==" }, "node_modules/date-fns": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", - "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", + "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -23001,9 +23001,9 @@ "integrity": "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==" }, "date-fns": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", - "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", + "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==" }, "dayjs": { "version": "1.11.10", diff --git a/package.json b/package.json index 2b56d08dea..ef17bef2c8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "copy-paste": "^1.5.3", "cors": "^2.8.5", "cross-env": "^7.0.3", - "date-fns": "^3.2.0", + "date-fns": "^3.3.0", "dotenv": "^8.6.0", "express": "^4.18.2", "express-mongo-sanitize": "^2.2.0",