From 0dab7e3342002f8149f79dbd9d7d1a72594bed1d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 11:18:14 +0000 Subject: [PATCH] Bump date-fns from 2.15.0 to 2.22.1 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.15.0 to 2.22.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.22.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..1b13d8c 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.22.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..ca44abd 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.22.1: + version "2.22.1" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4" + integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg== debug@^2.2.0, debug@^2.3.3: version "2.6.9"