From 479c511fc39115456305e56548dccdb2b930d895 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 11:15:45 +0000 Subject: [PATCH] Bump date-fns from 2.8.1 to 2.20.2 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.8.1 to 2.20.2. - [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.8.1...v2.20.2) 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 b4c98d8..61fd983 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@gridsome/source-filesystem": "^0.6.0", "@gridsome/transformer-remark": "^0.6.3", - "date-fns": "^2.0.0", + "date-fns": "^2.20.2", "gridsome": "^0.7.0", "gridsome-plugin-remark-shiki": "^0.3.0", "normalize.css": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index 87b90c4..b3993fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3124,10 +3124,10 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -date-fns@^2.0.0: - version "2.8.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.8.1.tgz#2109362ccb6c87c3ca011e9e31f702bc09e4123b" - integrity sha512-EL/C8IHvYRwAHYgFRse4MGAPSqlJVlOrhVYZ75iQBKrnv+ZedmYsgwH3t+BCDuZDXpoo07+q9j4qgSSOa7irJg== +date-fns@^2.20.2: + version "2.20.2" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.20.2.tgz#7f05d1275e1e43c3bdde5998201920098e19c6a1" + integrity sha512-QS0Z8SD/ALhKFvhtU4Fhz+1crsI7fPzBquXmdWay33KJPEU7btro2hnmmErpQRmt2D624B1lbjXQKDUMLnQTmQ== dateformat@^3.0.3: version "3.0.3"