From ee5bcf17f4f1ce925662e348cfd2017d2a448a33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 12:21:52 +0000 Subject: [PATCH] Bump date-fns from 2.8.1 to 2.21.3 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.8.1 to 2.21.3. - [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/commits) 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..38f5270 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.21.3", "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..d0287f7 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.21.3: + version "2.21.3" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.3.tgz#8f5f6889d7a96bbcc1f0ea50239b397a83357f9b" + integrity sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw== dateformat@^3.0.3: version "3.0.3"