From 1bee408c2549e4147a106da9e164bd92c66f10f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:12:25 +0000 Subject: [PATCH] build(deps): Bump date-fns from 3.1.0 to 3.2.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.1.0 to 3.2.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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 32c1d0b1e..63fa1c484 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "apollo-server-micro": "^2.26.1", "cheerio": "^1.0.0-rc.12", "cryptr": "^6.3.0", - "date-fns": "^3.1.0", + "date-fns": "^3.2.0", "deepmerge": "^4.3.1", "feed": "^4.2.2", "framer-motion": "^10.17.9", diff --git a/yarn.lock b/yarn.lock index 1249ac348..0fc3be6fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4896,10 +4896,10 @@ dataloader@^2.2.2: resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0" integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g== -date-fns@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.1.0.tgz#576df8df93202942aeebd49ecc042218feb40426" - integrity sha512-ZO7yefXV/wCWzd3I9haCHmfzlfA3i1a2HHO7ZXjtJrRjXt8FULKJ2Vl8wji3XYF4dQ0ZJ/tokXDZeYlFvgms9Q== +date-fns@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.2.0.tgz#c97cf685b62c829aa4ecba554e4a51768cf0bffc" + integrity sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg== dayjs@^1.10.4: version "1.10.7"