From fed35cf79b6f81a0aebe6ea22ac3f07ff65fa69f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 01:34:33 +0000 Subject: [PATCH] Bump moment from 2.25.3 to 2.26.0 in /client Bumps [moment](https://github.com/moment/moment) from 2.25.3 to 2.26.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.25.3...2.26.0) Signed-off-by: dependabot-preview[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 41d1c52..d0584ee 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15706,9 +15706,9 @@ "integrity": "sha512-Yp4o3/ZA15wsXqJTT+R+9w2AYIkD1i80Lds47wDbuUhOvQvm+O2EfjFZSz0pMgZZSPHRhGxgcd2+GL4+jZMtdw==" }, "moment": { - "version": "2.25.3", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz", - "integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==" + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", + "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" }, "move-concurrently": { "version": "1.0.1", diff --git a/client/package.json b/client/package.json index c78f1a5..b6bbbdb 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "history": "^4.10.1", "ipfs-http-client": "44.1.0", "is-url-superb": "^3.0.0", - "moment": "^2.25.3", + "moment": "^2.26.0", "node-sass": "^4.14.1", "query-string": "^6.12.1", "react": "^16.13.1",