From 79b452390db8dbbac889e62bb895de70bdac5a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 02:26:32 +0000 Subject: [PATCH] Bump json5 from 1.0.1 to 1.0.2 in /server Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 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..931db0ee 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", @@ -4082,9 +4070,9 @@ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" }, "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "requires": { "minimist": "^1.2.0" }