From 89f51b95186c82e86d6d617365e201959a714d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 19:50:39 +0800 Subject: [PATCH] Bump moment from 2.26.0 to 2.27.0 in /token/js (#99) Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.27.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.26.0...2.27.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token/js/package-lock.json | 6 +++--- token/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token/js/package-lock.json b/token/js/package-lock.json index 465778a5238..cc952a471ad 100644 --- a/token/js/package-lock.json +++ b/token/js/package-lock.json @@ -7422,9 +7422,9 @@ } }, "moment": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", - "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", + "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" }, "move-concurrently": { "version": "1.0.1", diff --git a/token/js/package.json b/token/js/package.json index c94b47ddd22..43df8394123 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -61,7 +61,7 @@ "jayson": "^3.0.1", "json-to-pretty-yaml": "^1.2.2", "mkdirp-promise": "^5.0.1", - "moment": "^2.22.2", + "moment": "^2.27.0", "mz": "^2.7.0", "node-fetch": "^2.2.0", "react": "^16.5.2",