From f5116fc771ea9ba4608275bce489b4fed026ad18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 13:18:29 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.25.0 Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.25.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.25.0) Signed-off-by: dependabot-preview[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 b906af0..8d730d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7722,9 +7722,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==", + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.25.0.tgz", + "integrity": "sha512-vbrf6kJGpevOxmDRvCCvGuCSXvRj93264WcFzjm3Z3pV4lfjrXll8rvSP+EbmCte64udj1LkJMILxQnjXAQBzg==", "dev": true }, "move-concurrently": { diff --git a/package.json b/package.json index 459f048..a9aa4d8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "html-webpack-plugin": "^4.2.0", "imghash": "0.0.7", "mocha": "^7.1.2", - "moment": "^2.24.0", + "moment": "^2.25.0", "node-fetch": "^2.6.0", "pixelmatch": "^5.2.0", "pngjs": "^5.0.0",