From f393cb75c62a51b334e0a604ce188fde258594a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 11:23:35 +0000 Subject: [PATCH] Bump date-fns from 2.15.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.15.0 to 2.19.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.19.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..794ae36 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.19.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..3453efa 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.19.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.19.0.tgz#65193348635a28d5d916c43ec7ce6fbd145059e1" + integrity sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg== debug@^2.2.0, debug@^2.3.3: version "2.6.9"