From 7616a50cd026439aebae48151043ecdcb114005b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:25:40 +0000 Subject: [PATCH] Bump date-fns from 2.23.0 to 2.24.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.23.0 to 2.24.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.23.0...v2.24.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85291ef84b..68bb975fb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5597,9 +5597,9 @@ "dev": true }, "date-fns": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.23.0.tgz", - "integrity": "sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==" + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.24.0.tgz", + "integrity": "sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw==" }, "debug": { "version": "4.3.1", diff --git a/package.json b/package.json index 5adf2a34d4..547402a733 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz", "classnames": "^2.3.1", "core-js": "^3.17.3", - "date-fns": "^2.23.0", + "date-fns": "^2.24.0", "dompurify": "^2.3.3", "epubjs": "^0.3.85", "fast-text-encoding": "^1.0.3",