From 5f8f50602b55a218241be22ed5afc831eee9540b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:27:16 +0000 Subject: [PATCH] Bump date-fns from 2.15.0 to 2.21.1 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.15.0 to 2.21.1. - [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.21.1) 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..a7c4a77 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.21.1", "gray-matter": "^4.0.2", "isomorphic-unfetch": "^3.0.0", "next": "^9.5.1", diff --git a/yarn.lock b/yarn.lock index 042722f..2373ac1 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.21.1: + version "2.21.1" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.1.tgz#679a4ccaa584c0706ea70b3fa92262ac3009d2b0" + integrity sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA== debug@^2.2.0, debug@^2.3.3: version "2.6.9"