From 4bdc810c25a67013737b28026ca1972d609422ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:25:18 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.23 to 0.5.37 in /server Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.23 to 0.5.37. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.23...0.5.37) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: indirect ... Signed-off-by: dependabot[bot] --- server/npm-shrinkwrap.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/server/npm-shrinkwrap.json b/server/npm-shrinkwrap.json index e54d371c..5e475f30 100644 --- a/server/npm-shrinkwrap.json +++ b/server/npm-shrinkwrap.json @@ -13,25 +13,13 @@ } }, "@fuse/entities-contracts": { - "version": "file:../contracts/entities", - "requires": { - "openzeppelin-solidity": "2.0.1", - "truffle": "^5.0.14", - "truffle-assertions": "^0.9.0", - "truffle-hdwallet-provider": "^1.0.8" - } + "version": "file:../contracts/entities" }, "@fuse/roles": { - "version": "file:../packages/roles", - "requires": { - "ethereumjs-util": "^6.1.0" - } + "version": "file:../packages/roles" }, "@fuse/token-factory-contracts": { - "version": "file:../contracts/token-factory", - "requires": { - "openzeppelin-solidity": "^2.2.0" - } + "version": "file:../contracts/token-factory" }, "@rigwild/apidoc-markdown": { "version": "2.0.2", @@ -4604,9 +4592,9 @@ "integrity": "sha512-3IE39bHVqFbWWaPOMHZF98Q9c3LDKGTmypMiTM2QygGXXElkFWIH7GxfmlwmY2vwa+wmNsoYZmG2iusf1ZjJoA==" }, "moment-timezone": { - "version": "0.5.23", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.23.tgz", - "integrity": "sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==", + "version": "0.5.37", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz", + "integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==", "requires": { "moment": ">= 2.9.0" }