From b114005847ec23dbf7ed38914891b1042a5b483c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 16:37:13 +0000 Subject: [PATCH] Bump hosted-git-info from 2.7.1 to 2.8.9 in /server Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9) 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..a673dd65 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", @@ -3604,9 +3592,9 @@ } }, "hosted-git-info": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", - "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "http-errors": {