From 6b09c0220d74cdfda07ea58fe919c5cdefe14381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:53:54 +0000 Subject: [PATCH] Bump normalize-url in /packages/etherlime-zos-deployer Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../etherlime-zos-deployer/package-lock.json | 94 ++++++++++++++++++- 1 file changed, 91 insertions(+), 3 deletions(-) diff --git a/packages/etherlime-zos-deployer/package-lock.json b/packages/etherlime-zos-deployer/package-lock.json index 9529e0b4..e76a5be5 100644 --- a/packages/etherlime-zos-deployer/package-lock.json +++ b/packages/etherlime-zos-deployer/package-lock.json @@ -1060,6 +1060,94 @@ "rlp": "^2.2.3" } }, + "etherlime-config": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/etherlime-config/-/etherlime-config-1.0.0.tgz", + "integrity": "sha512-Z0heb7c7qA4pxqhV63neqmJNR/Cux9JXrERSOvP+KuiJ9Z5tn/MG0eHArBWiR7U3kPu8AXZIJaAvBoeyJkN7VQ==" + }, + "etherlime-lib": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/etherlime-lib/-/etherlime-lib-1.2.5.tgz", + "integrity": "sha512-EoAXAlIGOdZS/Z1It/m+ekzpxwtU5Kz02us+OSrcx+NnATI00SBd1W1HyLiKx9PXHW+9lChR8pHee8VDhUYZEQ==", + "requires": { + "etherlime-config": "^1.0.0", + "etherlime-logger": "^1.2.3", + "etherlime-utils": "^1.1.6", + "ethers": "git+https://github.com/LimeChain/ethers.js.git#master", + "typescript": "^3.5.1" + }, + "dependencies": { + "elliptic": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", + "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + } + }, + "ethers": { + "version": "git+https://github.com/LimeChain/ethers.js.git#7eceb12e0a05ed1e44834556f6a32e20918abf1b", + "from": "git+https://github.com/LimeChain/ethers.js.git#master", + "requires": { + "aes-js": "3.0.0", + "bn.js": "^4.4.0", + "elliptic": "6.5.2", + "hash.js": "1.1.3", + "js-sha3": "0.5.7", + "scrypt-js": "2.0.4", + "setimmediate": "1.0.4", + "uuid": "2.0.1", + "xmlhttprequest": "1.8.0" + } + } + } + }, + "etherlime-logger": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/etherlime-logger/-/etherlime-logger-1.2.3.tgz", + "integrity": "sha512-2n2nQ11NsYBsqPDh/VcZmsQhx6zEfbOwzBXSsKcQ53Z7ymWeVOX12PR6uV8fdCw2CbkkilYp7d+wvJHzlRNqUw==", + "requires": { + "fs-extra": "7.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "etherlime-utils": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/etherlime-utils/-/etherlime-utils-1.1.6.tgz", + "integrity": "sha512-j4s4b3sOvM9GlQtYsEC9bhg8QxcO91//QmD+1qy4GsYjniOb/vqqCq5uvCYngHXmZBsA92w0hMPRDnQoyg3cYA==", + "requires": { + "chalk": "2.4.1" + }, + "dependencies": { + "chalk": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", + "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + } + } + }, "ethers": { "version": "4.0.48", "resolved": "https://registry.npmjs.org/ethers/-/ethers-4.0.48.tgz", @@ -1879,9 +1967,9 @@ "integrity": "sha512-N8lidFp+fCz+TD51+haYdbDGrcBWwuHX40F5+z0qkUjMJ5Tp+rdSuAkMJ9N9eoolDlEVTf6u5icM+cNKkKW2mA==" }, "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" }, "number-to-bn": { "version": "1.7.0",