From efe48c353aace5213313dd1369d8ed66a3402e71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 11:21:16 +0000 Subject: [PATCH] Bump date-fns from 2.15.0 to 2.23.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.15.0 to 2.23.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.15.0...v2.23.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4778738..9141711 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "babel-plugin-module-resolver": "^4.0.0", "bootstrap": "^4.5.0", - "date-fns": "^2.15.0", + "date-fns": "^2.23.0", "gray-matter": "^4.0.2", "isomorphic-unfetch": "^3.0.0", "next": "^9.5.1", diff --git a/yarn.lock b/yarn.lock index 042722f..e9c18fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2374,10 +2374,10 @@ data-uri-to-buffer@3.0.0: dependencies: buffer-from "^1.1.1" -date-fns@^2.15.0: - version "2.15.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.15.0.tgz#424de6b3778e4e69d3ff27046ec136af58ae5d5f" - integrity sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ== +date-fns@^2.23.0: + version "2.23.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9" + integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA== debug@^2.2.0, debug@^2.3.3: version "2.6.9"