From 19122322b6a86f1b1b01006efea5fb6781c28970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 14:32:34 +0000 Subject: [PATCH] Bump y18n from 4.0.0 to 4.0.1 in /server Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) 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..81a836c8 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", @@ -7281,9 +7269,9 @@ "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=" }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yaeti": {