diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 1a2a10159..2a3afea2e 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -22,7 +22,7 @@ "zombienet": "packages/cli/dist/cli.js" }, "devDependencies": { - "@types/node": "^18.16.2", + "@types/node": "^18.16.3", "@types/tmp": "^0.2.1", "@typescript-eslint/eslint-plugin": "^5.59.1", "eslint": "^8.39.0", @@ -464,6 +464,29 @@ "@polkadot/util-crypto": "12.0.1" } }, + "node_modules/@polkadot/keyring/node_modules/@polkadot/util-crypto": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-12.0.1.tgz", + "integrity": "sha512-9zkxoAHUaGFcerMxKZu2rbBSB48YBx3dGzFMGnu/nTf3gL65a7r0wMy3R5iPhWF4AZ8RUjjcS/1a22mSB+PXTg==", + "dependencies": { + "@noble/curves": "1.0.0", + "@noble/hashes": "1.3.0", + "@polkadot/networks": "12.0.1", + "@polkadot/util": "12.0.1", + "@polkadot/wasm-crypto": "^7.1.1", + "@polkadot/wasm-util": "^7.1.1", + "@polkadot/x-bigint": "12.0.1", + "@polkadot/x-randomvalues": "12.0.1", + "@scure/base": "1.1.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "@polkadot/util": "12.0.1" + } + }, "node_modules/@polkadot/networks": { "version": "12.0.1", "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-12.0.1.tgz", @@ -637,18 +660,18 @@ } }, "node_modules/@polkadot/util-crypto": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-12.0.1.tgz", - "integrity": "sha512-9zkxoAHUaGFcerMxKZu2rbBSB48YBx3dGzFMGnu/nTf3gL65a7r0wMy3R5iPhWF4AZ8RUjjcS/1a22mSB+PXTg==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-12.1.1.tgz", + "integrity": "sha512-X82cA2ZotY4wqbxF8NtkfIdt2OK+mQonNYTpvdoNPxtHX1qmLFNPeI801jUDRmHdtHPotK5XMQDDF8iVAR48SA==", "dependencies": { "@noble/curves": "1.0.0", "@noble/hashes": "1.3.0", - "@polkadot/networks": "12.0.1", - "@polkadot/util": "12.0.1", - "@polkadot/wasm-crypto": "^7.1.1", - "@polkadot/wasm-util": "^7.1.1", - "@polkadot/x-bigint": "12.0.1", - "@polkadot/x-randomvalues": "12.0.1", + "@polkadot/networks": "12.1.1", + "@polkadot/util": "12.1.1", + "@polkadot/wasm-crypto": "^7.1.2", + "@polkadot/wasm-util": "^7.1.2", + "@polkadot/x-bigint": "12.1.1", + "@polkadot/x-randomvalues": "12.1.1", "@scure/base": "1.1.1", "tslib": "^2.5.0" }, @@ -656,7 +679,100 @@ "node": ">=16" }, "peerDependencies": { - "@polkadot/util": "12.0.1" + "@polkadot/util": "12.1.1" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/networks": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-12.1.1.tgz", + "integrity": "sha512-Gk/ctcnhckvL82h8U2T+E5dqM0h7ARyKQR8Gwo+7NnY1orzVrnoRWSQuNDu/Onz6lQXMzvUYhM0U3w/aCgspmQ==", + "dependencies": { + "@polkadot/util": "12.1.1", + "@substrate/ss58-registry": "^1.40.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/util": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-12.1.1.tgz", + "integrity": "sha512-d+OmH+WeBGJsopcAFQBXIT7qZCJwpownyOjbD58C9wJ//TFZcGk8Ky4Lk5Jd7KrDcVypPgZJlomEfDjHYMGHdQ==", + "dependencies": { + "@polkadot/x-bigint": "12.1.1", + "@polkadot/x-global": "12.1.1", + "@polkadot/x-textdecoder": "12.1.1", + "@polkadot/x-textencoder": "12.1.1", + "@types/bn.js": "^5.1.1", + "bn.js": "^5.2.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-bigint": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-12.1.1.tgz", + "integrity": "sha512-mZY5MfQkPJ5Qudt603jOEJ8LiECMPLgh5x5by0pymwjEaurWELaHQnJuz5lyHyIe47pljfWM9idHCj+cy/4C1g==", + "dependencies": { + "@polkadot/x-global": "12.1.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-global": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-12.1.1.tgz", + "integrity": "sha512-m/GkXkbhiDVH52+1en1dbYXgFFmVsY8C07kagKT1J6kYgmCP+8ucz0YFW0AArohgGmfeJcK/jusNHYMgXLY0tA==", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-randomvalues": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-12.1.1.tgz", + "integrity": "sha512-lcIf837CI0mv6Jc0SXIPTSfiSoxF5bi33/gw+kiWAE9vgzIPUFuvPRP44vTnpB0KsfNdodC6yoFODwHRuzEimQ==", + "dependencies": { + "@polkadot/x-global": "12.1.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "@polkadot/util": "12.1.1", + "@polkadot/wasm-util": "*" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-textdecoder": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-12.1.1.tgz", + "integrity": "sha512-/K4tWmY4qT/R92UybSfpGceN16RQvwz4dcCrA/sezERTAu6mdWUWy/ml5NoR4o1/mc9guW4AsQhl9/bj05xLOg==", + "dependencies": { + "@polkadot/x-global": "12.1.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-textencoder": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-12.1.1.tgz", + "integrity": "sha512-FpFj5JYVm0o2CAE2X3OHHSVjot9F1MeJcGjvUVr2Ma48477hw3fe9rLwHOCBwAEBC7GxAkP72pFf7Sgf4KFBZw==", + "dependencies": { + "@polkadot/x-global": "12.1.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16" } }, "node_modules/@polkadot/wasm-bridge": { @@ -1108,9 +1224,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.16.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.2.tgz", - "integrity": "sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg==" + "version": "18.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", + "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==" }, "node_modules/@types/nunjucks": { "version": "3.2.2", @@ -6397,7 +6513,7 @@ "dependencies": { "@polkadot/api": "^10.4.1", "@polkadot/keyring": "^12.0.1", - "@polkadot/util-crypto": "^12.0.1", + "@polkadot/util-crypto": "^12.1.1", "@zombienet/utils": "^0.0.19", "chai": "^4.3.7", "debug": "^4.3.2", diff --git a/javascript/package.json b/javascript/package.json index d2d4bde49..19b7accca 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -33,7 +33,7 @@ "chai": "^4.3.7" }, "devDependencies": { - "@types/node": "^18.16.2", + "@types/node": "^18.16.3", "@types/tmp": "^0.2.1", "@typescript-eslint/eslint-plugin": "^5.59.1", "eslint": "^8.39.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index df2936386..84d7fefa8 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -36,7 +36,7 @@ "dependencies": { "@polkadot/api": "^10.4.1", "@polkadot/keyring": "^12.0.1", - "@polkadot/util-crypto": "^12.0.1", + "@polkadot/util-crypto": "^12.1.1", "@zombienet/utils": "^0.0.19", "chai": "^4.3.7", "debug": "^4.3.2",