From f228dd0c114f13c0296d069a99519014b76a1d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:02:09 +0100 Subject: [PATCH] Bump json5 from 1.0.1 to 1.0.2 in /bindings/stronghold-nodejs (#1102) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bindings/stronghold-nodejs/package-lock.json | 411 ++++++++++++------- 1 file changed, 272 insertions(+), 139 deletions(-) diff --git a/bindings/stronghold-nodejs/package-lock.json b/bindings/stronghold-nodejs/package-lock.json index ebc4a5eda0..6e2611d132 100644 --- a/bindings/stronghold-nodejs/package-lock.json +++ b/bindings/stronghold-nodejs/package-lock.json @@ -8,9 +8,6 @@ "name": "@iota/identity-stronghold-nodejs", "version": "0.7.0-alpha.3", "license": "Apache-2.0", - "dependencies": { - "@iota/identity-stronghold-nodejs": "^0.6.0" - }, "devDependencies": { "@napi-rs/cli": "^2.4.2", "@rollup/plugin-commonjs": "^21.0.2", @@ -29,7 +26,7 @@ "node": ">= 16" }, "peerDependencies": { - "@iota/identity-wasm": "0.6.0" + "@iota/identity-wasm": "0.7.0-alpha.3" } }, "node_modules/@babel/code-frame": { @@ -169,109 +166,82 @@ "node": ">=12" } }, - "node_modules/@iota/identity-stronghold-nodejs": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs/-/identity-stronghold-nodejs-0.6.0.tgz", - "integrity": "sha512-/lpGBn0EwepD4eeypCLuUnxdeSPj4u6GtN7huv83pDmNhzo0n8eKc7gacSezwZrrEntO6g2CX27vSMAHClMJNw==", - "engines": { - "node": ">= 16" - }, - "optionalDependencies": { - "@iota/identity-stronghold-nodejs-darwin-arm64": "0.6.0", - "@iota/identity-stronghold-nodejs-darwin-x64": "0.6.0", - "@iota/identity-stronghold-nodejs-linux-x64-gnu": "0.6.0", - "@iota/identity-stronghold-nodejs-linux-x64-musl": "0.6.0", - "@iota/identity-stronghold-nodejs-win32-x64-msvc": "0.6.0" + "node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "peer": true, + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" }, - "peerDependencies": { - "@iota/identity-wasm": "0.6.0" - } - }, - "node_modules/@iota/identity-stronghold-nodejs-darwin-arm64": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-darwin-arm64/-/identity-stronghold-nodejs-darwin-arm64-0.6.0.tgz", - "integrity": "sha512-8EMTimRnkRrAkcIHcTiICwsh/EthPW2IKUoZ2BSj8XxdNsPwgynjk5eBwsPKvjBivigpl7fCOe4ztgC8PmkN9Q==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], "engines": { - "node": ">= 16" + "node": ">=14.0.0" } }, - "node_modules/@iota/identity-stronghold-nodejs-darwin-x64": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-darwin-x64/-/identity-stronghold-nodejs-darwin-x64-0.6.0.tgz", - "integrity": "sha512-PXxRdBj7l9L3l6C/xNq2CGsMA8fI11ukZWYP5hhZ6rt0ZAwQqXOaIkjRT1IgboVuYgD0fRF9jdIqte/6phBDjA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], + "node_modules/@iota/identity-wasm": { + "version": "0.7.0-alpha.3", + "resolved": "https://registry.npmjs.org/@iota/identity-wasm/-/identity-wasm-0.7.0-alpha.3.tgz", + "integrity": "sha512-rqgJLia2i2x8g2Y/lMHhok/Ha3FnO/x++k61a5T69+0yLwpzKmyrk+UUAuyyRb/w3pzhzwAKKRkG4aGRb9cAyg==", + "peer": true, + "dependencies": { + "@iota/types": "^1.0.0-beta.11", + "@types/node-fetch": "^2.6.2", + "node-fetch": "^2.6.7" + }, "engines": { - "node": ">= 16" + "node": ">=16" + }, + "peerDependencies": { + "@iota/iota-client-wasm": "^0.5.0-alpha.5", + "@iota/iota.js": "^1.9.0-stardust.25" } }, - "node_modules/@iota/identity-stronghold-nodejs-linux-x64-gnu": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-linux-x64-gnu/-/identity-stronghold-nodejs-linux-x64-gnu-0.6.0.tgz", - "integrity": "sha512-eUgzADBcD9bhDn4dy3Tns4fFqZFc4AMXj7oVyCdL+Zv/8+BaciaVK6aDnZ7NW09ghcABMqlFY7OpV6fshQDBOQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], + "node_modules/@iota/iota-client-wasm": { + "version": "0.5.0-alpha.6", + "resolved": "https://registry.npmjs.org/@iota/iota-client-wasm/-/iota-client-wasm-0.5.0-alpha.6.tgz", + "integrity": "sha512-/bG8oQKa3j+XMgkZcA2nmHzVCgHQs8bDKyurKIk8OfDUdE02BEon4YQ2GAjfQEDVgW11IsgYOFZZ5SB09LKlgg==", + "peer": true, + "dependencies": { + "@iota/types": "^1.0.0-beta.11", + "node-fetch": "^2.6.7", + "text-encoding": "^0.7.0" + }, "engines": { - "node": ">= 16" + "node": ">=16" } }, - "node_modules/@iota/identity-stronghold-nodejs-linux-x64-musl": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-linux-x64-musl/-/identity-stronghold-nodejs-linux-x64-musl-0.6.0.tgz", - "integrity": "sha512-3wa0Pvj3mrqPdSb7C+FZSsudPSWmebnogZy+ehvBKMBJ3Kqu9UMuof0Xaj6Mc+Rky05wRniFhtd9FG2owYs9Eg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], + "node_modules/@iota/iota.js": { + "version": "1.9.0-stardust.28", + "resolved": "https://registry.npmjs.org/@iota/iota.js/-/iota.js-1.9.0-stardust.28.tgz", + "integrity": "sha512-SWI6OGH7aq7Kl7WG8y8DyFOfGI/sKHE6Z3O83cyNFZNh9EOYgBL39KQO1RNJK7jg4OVhcHv6h/GxAhVRhpWkyA==", + "peer": true, + "dependencies": { + "@iota/crypto.js": "next", + "@iota/util.js": "next", + "big-integer": "^1.6.51", + "node-fetch": "2.6.7" + }, "engines": { - "node": ">= 16" + "node": ">=14.0.0" } }, - "node_modules/@iota/identity-stronghold-nodejs-win32-x64-msvc": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-win32-x64-msvc/-/identity-stronghold-nodejs-win32-x64-msvc-0.6.0.tgz", - "integrity": "sha512-vuLEDNa/gafOlHp1Jng5k0l5A2WUfJrUDjRfTyexbx28JgiGYCNRmh0Yh0hp9yhaqOFCOd9ipXnTAmWV5zgBAg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 16" - } + "node_modules/@iota/types": { + "version": "1.0.0-beta.15", + "resolved": "https://registry.npmjs.org/@iota/types/-/types-1.0.0-beta.15.tgz", + "integrity": "sha512-67DrzDO5bl2c7RIMpOdtjdOa27Bv1EmX/BHPTQD8c3RtPPAzJpSIpuI8JsIDl3U6Qe4zdLX3kRv9zGBXcr0fZA==", + "peer": true }, - "node_modules/@iota/identity-wasm": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-wasm/-/identity-wasm-0.6.0.tgz", - "integrity": "sha512-NRCJx8m1RmayBwz94Ais9YphCao6+5Q5CtCsOBpfMm1j+2Pgmeknq0uXG0CQSvG3lxtulmrr7qgYEPgf1j320g==", + "node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", "peer": true, "dependencies": { - "node-fetch": "^2.6.7" + "big-integer": "^1.6.51" }, "engines": { - "node": ">=16" + "node": ">=14.0.0" } }, "node_modules/@napi-rs/cli": { @@ -476,8 +446,17 @@ "node_modules/@types/node": { "version": "17.0.19", "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz", - "integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==", - "dev": true + "integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==" + }, + "node_modules/@types/node-fetch": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz", + "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==", + "peer": true, + "dependencies": { + "@types/node": "*", + "form-data": "^3.0.0" + } }, "node_modules/@types/unist": { "version": "2.0.6", @@ -594,6 +573,12 @@ "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", "dev": true }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "peer": true + }, "node_modules/bail": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", @@ -610,6 +595,15 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "node_modules/big-integer": { + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "peer": true, + "engines": { + "node": ">=0.6" + } + }, "node_modules/binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", @@ -765,6 +759,18 @@ "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", "dev": true }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "peer": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", @@ -893,6 +899,15 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "peer": true, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/dequal": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", @@ -1030,6 +1045,20 @@ "flat": "cli.js" } }, + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "peer": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", @@ -1351,9 +1380,9 @@ } }, "node_modules/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==", "dev": true, "optional": true, "dependencies": { @@ -1926,6 +1955,27 @@ "node": ">=8.6" } }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "peer": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "peer": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -2478,6 +2528,13 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/text-encoding": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/text-encoding/-/text-encoding-0.7.0.tgz", + "integrity": "sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==", + "deprecated": "no longer maintained", + "peer": true + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -3034,55 +3091,63 @@ "@cspotcode/source-map-consumer": "0.8.0" } }, - "@iota/identity-stronghold-nodejs": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs/-/identity-stronghold-nodejs-0.6.0.tgz", - "integrity": "sha512-/lpGBn0EwepD4eeypCLuUnxdeSPj4u6GtN7huv83pDmNhzo0n8eKc7gacSezwZrrEntO6g2CX27vSMAHClMJNw==", + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "peer": true, "requires": { - "@iota/identity-stronghold-nodejs-darwin-arm64": "0.6.0", - "@iota/identity-stronghold-nodejs-darwin-x64": "0.6.0", - "@iota/identity-stronghold-nodejs-linux-x64-gnu": "0.6.0", - "@iota/identity-stronghold-nodejs-linux-x64-musl": "0.6.0", - "@iota/identity-stronghold-nodejs-win32-x64-msvc": "0.6.0" + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" } }, - "@iota/identity-stronghold-nodejs-darwin-arm64": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-darwin-arm64/-/identity-stronghold-nodejs-darwin-arm64-0.6.0.tgz", - "integrity": "sha512-8EMTimRnkRrAkcIHcTiICwsh/EthPW2IKUoZ2BSj8XxdNsPwgynjk5eBwsPKvjBivigpl7fCOe4ztgC8PmkN9Q==", - "optional": true - }, - "@iota/identity-stronghold-nodejs-darwin-x64": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-darwin-x64/-/identity-stronghold-nodejs-darwin-x64-0.6.0.tgz", - "integrity": "sha512-PXxRdBj7l9L3l6C/xNq2CGsMA8fI11ukZWYP5hhZ6rt0ZAwQqXOaIkjRT1IgboVuYgD0fRF9jdIqte/6phBDjA==", - "optional": true + "@iota/identity-wasm": { + "version": "0.7.0-alpha.3", + "resolved": "https://registry.npmjs.org/@iota/identity-wasm/-/identity-wasm-0.7.0-alpha.3.tgz", + "integrity": "sha512-rqgJLia2i2x8g2Y/lMHhok/Ha3FnO/x++k61a5T69+0yLwpzKmyrk+UUAuyyRb/w3pzhzwAKKRkG4aGRb9cAyg==", + "peer": true, + "requires": { + "@iota/types": "^1.0.0-beta.11", + "@types/node-fetch": "^2.6.2", + "node-fetch": "^2.6.7" + } }, - "@iota/identity-stronghold-nodejs-linux-x64-gnu": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-linux-x64-gnu/-/identity-stronghold-nodejs-linux-x64-gnu-0.6.0.tgz", - "integrity": "sha512-eUgzADBcD9bhDn4dy3Tns4fFqZFc4AMXj7oVyCdL+Zv/8+BaciaVK6aDnZ7NW09ghcABMqlFY7OpV6fshQDBOQ==", - "optional": true + "@iota/iota-client-wasm": { + "version": "0.5.0-alpha.6", + "resolved": "https://registry.npmjs.org/@iota/iota-client-wasm/-/iota-client-wasm-0.5.0-alpha.6.tgz", + "integrity": "sha512-/bG8oQKa3j+XMgkZcA2nmHzVCgHQs8bDKyurKIk8OfDUdE02BEon4YQ2GAjfQEDVgW11IsgYOFZZ5SB09LKlgg==", + "peer": true, + "requires": { + "@iota/types": "^1.0.0-beta.11", + "node-fetch": "^2.6.7", + "text-encoding": "^0.7.0" + } }, - "@iota/identity-stronghold-nodejs-linux-x64-musl": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-linux-x64-musl/-/identity-stronghold-nodejs-linux-x64-musl-0.6.0.tgz", - "integrity": "sha512-3wa0Pvj3mrqPdSb7C+FZSsudPSWmebnogZy+ehvBKMBJ3Kqu9UMuof0Xaj6Mc+Rky05wRniFhtd9FG2owYs9Eg==", - "optional": true + "@iota/iota.js": { + "version": "1.9.0-stardust.28", + "resolved": "https://registry.npmjs.org/@iota/iota.js/-/iota.js-1.9.0-stardust.28.tgz", + "integrity": "sha512-SWI6OGH7aq7Kl7WG8y8DyFOfGI/sKHE6Z3O83cyNFZNh9EOYgBL39KQO1RNJK7jg4OVhcHv6h/GxAhVRhpWkyA==", + "peer": true, + "requires": { + "@iota/crypto.js": "next", + "@iota/util.js": "next", + "big-integer": "^1.6.51", + "node-fetch": "2.6.7" + } }, - "@iota/identity-stronghold-nodejs-win32-x64-msvc": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-stronghold-nodejs-win32-x64-msvc/-/identity-stronghold-nodejs-win32-x64-msvc-0.6.0.tgz", - "integrity": "sha512-vuLEDNa/gafOlHp1Jng5k0l5A2WUfJrUDjRfTyexbx28JgiGYCNRmh0Yh0hp9yhaqOFCOd9ipXnTAmWV5zgBAg==", - "optional": true + "@iota/types": { + "version": "1.0.0-beta.15", + "resolved": "https://registry.npmjs.org/@iota/types/-/types-1.0.0-beta.15.tgz", + "integrity": "sha512-67DrzDO5bl2c7RIMpOdtjdOa27Bv1EmX/BHPTQD8c3RtPPAzJpSIpuI8JsIDl3U6Qe4zdLX3kRv9zGBXcr0fZA==", + "peer": true }, - "@iota/identity-wasm": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@iota/identity-wasm/-/identity-wasm-0.6.0.tgz", - "integrity": "sha512-NRCJx8m1RmayBwz94Ais9YphCao6+5Q5CtCsOBpfMm1j+2Pgmeknq0uXG0CQSvG3lxtulmrr7qgYEPgf1j320g==", + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", "peer": true, "requires": { - "node-fetch": "^2.6.7" + "big-integer": "^1.6.51" } }, "@napi-rs/cli": { @@ -3250,8 +3315,17 @@ "@types/node": { "version": "17.0.19", "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz", - "integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==", - "dev": true + "integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==" + }, + "@types/node-fetch": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz", + "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==", + "peer": true, + "requires": { + "@types/node": "*", + "form-data": "^3.0.0" + } }, "@types/unist": { "version": "2.0.6", @@ -3338,6 +3412,12 @@ "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", "dev": true }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "peer": true + }, "bail": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", @@ -3350,6 +3430,12 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "big-integer": { + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "peer": true + }, "binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", @@ -3468,6 +3554,15 @@ "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", "dev": true }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "peer": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, "commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", @@ -3561,6 +3656,12 @@ "character-entities": "^2.0.0" } }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "peer": true + }, "dequal": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", @@ -3665,6 +3766,17 @@ "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true }, + "form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "peer": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, "fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", @@ -3896,9 +4008,9 @@ } }, "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==", "dev": true, "optional": true, "requires": { @@ -4229,6 +4341,21 @@ "picomatch": "^2.2.3" } }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "peer": true + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "peer": true, + "requires": { + "mime-db": "1.52.0" + } + }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -4593,6 +4720,12 @@ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true }, + "text-encoding": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/text-encoding/-/text-encoding-0.7.0.tgz", + "integrity": "sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==", + "peer": true + }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",