From f61846a3ffde9a053ee02bf5d24f0233d4435164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 23:55:07 +0000 Subject: [PATCH] Bump moment in /ethereum-consortium-blockchain/scripts/etheradmin Bumps [moment](https://github.com/moment/moment) from 2.19.3 to 2.29.2. - [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.19.3...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../scripts/etheradmin/npm-shrinkwrap.json | 6 +++--- .../scripts/etheradmin/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ethereum-consortium-blockchain/scripts/etheradmin/npm-shrinkwrap.json b/ethereum-consortium-blockchain/scripts/etheradmin/npm-shrinkwrap.json index 53aec608..dd47d7a7 100644 --- a/ethereum-consortium-blockchain/scripts/etheradmin/npm-shrinkwrap.json +++ b/ethereum-consortium-blockchain/scripts/etheradmin/npm-shrinkwrap.json @@ -496,9 +496,9 @@ "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" }, "moment": { - "version": "2.19.3", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.19.3.tgz", - "integrity": "sha1-vbmdJw1tf9p4zA+6zoVeJ/59pp8=" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "ms": { "version": "0.7.2", diff --git a/ethereum-consortium-blockchain/scripts/etheradmin/package.json b/ethereum-consortium-blockchain/scripts/etheradmin/package.json index 307579be..69981c28 100644 --- a/ethereum-consortium-blockchain/scripts/etheradmin/package.json +++ b/ethereum-consortium-blockchain/scripts/etheradmin/package.json @@ -13,7 +13,7 @@ "express": "^4.15.2", "express-handlebars": "~3.0.0", "express-session": "^1.15.2", - "moment": "~2.19.3", + "moment": "~2.29.2", "promise": "~7.1.1", "web3": "~0.19.1" }