From de565edac5f9e7d84f30790558a0edd1a8efbd2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 08:43:54 +0000 Subject: [PATCH] build(deps): bump shell-quote from 1.7.2 to 1.7.3 Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 416bc276..ec529754 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1477,6 +1477,21 @@ mathjs "^5.4.0" sequelize "^4.42.0" +"@ddn/asset-aob@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@ddn/asset-aob/-/asset-aob-1.2.2.tgz#815347313e8b402f4174ee246c0e70c021a32a39" + integrity sha512-e/zzI3CN07evtA4Tt+tQOF6d1PF8oRk1tko/awq/J7hVP7EvZmCMizJxqJxqvMoHbJqTitHYFZCbHt7/Q+onOg== + dependencies: + "@ddn/asset-base" "^2.0.6" + "@ddn/crypto" "^2.0.6" + "@ddn/utils" "^2.0.6" + assert "^2.0.0" + async "^2.6.1" + bytebuffer "^5.0.1" + lodash "^4.17.15" + mathjs "^5.4.0" + sequelize "^4.42.0" + "@ddn/asset-base@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@ddn/asset-base/-/asset-base-1.2.0.tgz#0c3af33a578e01bcb12b6cce405c351b87216723" @@ -1499,6 +1514,20 @@ sequelize "^5.8.7" valid-url "^1.0.9" +"@ddn/asset-dao@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@ddn/asset-dao/-/asset-dao-1.2.2.tgz#b1f65ff0810f7ae93cdc63e97f2e20b0c478fbc7" + integrity sha512-7wFStV8xfvoCM0cqgkQnhmvIkNwLQhOjFjlcVlyP8rWaBZamvYGzDjVH7g7xicjZMFnnqX96uT1hSLgwZqYuJg== + dependencies: + "@babel/plugin-transform-classes" "^7.10.4" + "@ddn/asset-base" "^1.2.0" + "@ddn/crypto" "^1.2.0" + "@ddn/utils" "^1.2.0" + bytebuffer "^5.0.1" + father-build "^1.19.3" + sequelize "^5.8.7" + valid-url "^1.0.9" + "@ddn/contract-types@0.3.0": version "0.3.0" resolved "https://registry.yarnpkg.com/@ddn/contract-types/-/contract-types-0.3.0.tgz#bf05b90bd80fde621c1400fd49cdd1bfbecce7d3" @@ -1533,6 +1562,21 @@ bytebuffer "^5.0.1" fast-sha256 "^1.3.0" +"@ddn/crypto-ed25519@^2.0.4", "@ddn/crypto-ed25519@^2.0.6": + version "2.0.7" + resolved "https://registry.yarnpkg.com/@ddn/crypto-ed25519/-/crypto-ed25519-2.0.7.tgz#987236727fbd22609a10dade336fcdbd0a632460" + integrity sha512-ICCw+seS+kHU75vnMOY1xKj3c0WTL2d2RESyoZ55qjiIr1KPtHYw0Ufnzo8nLplFR7DHjSKzZBdEZdWqhy353g== + dependencies: + "@ddn/crypto-base" "^2.0.4" + bitcore-mnemonic "^8.20.5" + bytebuffer "^5.0.1" + crypto "^1.0.1" + ed25519 "^0.0.5" + fast-sha256 "^1.3.0" + ripemd160 "^2.0.2" + safe-buffer "^5.2.1" + tweetnacl "^1.0.2" + "@ddn/crypto-nacl@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@ddn/crypto-nacl/-/crypto-nacl-1.2.0.tgz#9c89f78da7012f8382eef647b55fac7951ff3fe6" @@ -18459,9 +18503,9 @@ shebang-regex@^3.0.0: integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shell-quote@^1.6.1: - version "1.7.2" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" - integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== + version "1.7.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" + integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== shelljs@^0.8.3, shelljs@^0.8.4: version "0.8.4"