From 378a41aab1a5a220184413a13e16ef2a3dd43c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 22:27:42 +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.4. - [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.4) --- 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..1966826a 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.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "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..59fd4a77 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.4", "promise": "~7.1.1", "web3": "~0.19.1" }