From d03779008ab91381c7a072f8e367fdbc588e9a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 06:54:49 +0000 Subject: [PATCH] :arrow_up: Bump shelljs in /packages/darcher-examples Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/darcher-examples/package-lock.json | 20 ++++++++++++++------ packages/darcher-examples/package.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/packages/darcher-examples/package-lock.json b/packages/darcher-examples/package-lock.json index 47b24f91..31034fd3 100644 --- a/packages/darcher-examples/package-lock.json +++ b/packages/darcher-examples/package-lock.json @@ -4616,8 +4616,8 @@ }, "interpret": { "version": "1.4.0", - "resolved": "https://registry.npm.taobao.org/interpret/download/interpret-1.4.0.tgz", - "integrity": "sha1-Zlq4vE2iendKQFhOgS4+D6RbGh4=" + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" }, "ipaddr.js": { "version": "1.9.1", @@ -5709,6 +5709,14 @@ } } }, + "multiprocessing": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/multiprocessing/-/multiprocessing-1.2.0.tgz", + "integrity": "sha512-qQzr+dKWw4o0NP4+990QDUvI+8Gr2fXWLT5AkJ9X9Ng2sgnxiY8Tqtu3V8gwD9z9g3IkHLH9EKtCns89aH7EJg==", + "requires": { + "bluebird": "^3.4.7" + } + }, "mustache": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz", @@ -6285,7 +6293,7 @@ }, "rechoir": { "version": "0.6.2", - "resolved": "https://registry.npm.taobao.org/rechoir/download/rechoir-0.6.2.tgz", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "requires": { "resolve": "^1.1.6" @@ -6631,9 +6639,9 @@ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" }, "shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npm.taobao.org/shelljs/download/shelljs-0.8.4.tgz?cache=0&sync_timestamp=1587787497223&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fshelljs%2Fdownload%2Fshelljs-0.8.4.tgz", - "integrity": "sha1-3naE/ut2f4cWsyYHiooAh1iQ48I=", + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "requires": { "glob": "^7.0.0", "interpret": "^1.0.0", diff --git a/packages/darcher-examples/package.json b/packages/darcher-examples/package.json index 2c80600a..4129aec8 100644 --- a/packages/darcher-examples/package.json +++ b/packages/darcher-examples/package.json @@ -45,7 +45,7 @@ "ethereum-bridge": "^0.6.2", "multiprocessing": "^1.2.0", "selenium-webdriver": "^4.0.0-alpha.7", - "shelljs": "^0.8.4", + "shelljs": "^0.8.5", "truffle": "^5.1.56", "ts-node": "^8.10.2", "typescript": "^3.9.6",