From 0233a0a94992b0057b0206df9a2cbe94f0631e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 15:22:31 +0000 Subject: [PATCH] Bump moment from 2.25.3 to 2.26.0 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[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 42c0a41..3b5a0b2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "http-errors": "^1.7.3", - "moment": "^2.24.0", + "moment": "^2.26.0", "morgan": "^1.10.0", "nusso": "^2.0.0", "serverless-http": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index a8486c8..d817899 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2209,10 +2209,10 @@ mocha@^7.1.1: yargs-parser "13.1.2" yargs-unparser "1.6.0" -moment@^2.24.0: - version "2.25.3" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.25.3.tgz#252ff41319cf41e47761a1a88cab30edfe9808c0" - integrity sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg== +moment@^2.26.0: + version "2.26.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.26.0.tgz#5e1f82c6bafca6e83e808b30c8705eed0dcbd39a" + integrity sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw== morgan@^1.10.0: version "1.10.0"