From 217e835a73473970c5041be76947f4ca18e0c088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 20:36:41 +0000 Subject: [PATCH] Bump ini from 1.3.5 to 1.3.7 in /server Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] --- server/npm-shrinkwrap.json | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/server/npm-shrinkwrap.json b/server/npm-shrinkwrap.json index e54d371c..e818d234 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", @@ -2927,13 +2915,6 @@ "dev": true, "optional": true }, - "ini": { - "version": "1.3.5", - "resolved": false, - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "dev": true, - "optional": true - }, "is-fullwidth-code-point": { "version": "1.0.0", "resolved": false, @@ -3710,9 +3691,9 @@ "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==", "dev": true }, "inquirer": {