diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 8164f8b8b..de06b56a3 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -704,44 +704,31 @@ } }, "node_modules/@polkadot/keyring": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-12.1.1.tgz", - "integrity": "sha512-Sogua16f4bQCvfrG85CW3z5iATqjJtwYb4I51/4I0aX/Ok1yyqVPcxVKyi88LQxMyEHjZ+i6e0CvaSOuAtB72g==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-12.1.2.tgz", + "integrity": "sha512-HskFoZwLwRWPthEQK50uOiOsbdIt0AY3gcrDmSS2ltkpUDY9qzlb/fAj0+QGtTrK36v5gHT8OD56Pd4l0FDMFw==", "dependencies": { - "@polkadot/util": "12.1.1", - "@polkadot/util-crypto": "12.1.1", + "@polkadot/util": "12.1.2", + "@polkadot/util-crypto": "12.1.2", "tslib": "^2.5.0" }, "engines": { "node": ">=16" }, "peerDependencies": { - "@polkadot/util": "12.1.1", - "@polkadot/util-crypto": "12.1.1" - } - }, - "node_modules/@polkadot/keyring/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" + "@polkadot/util": "12.1.2", + "@polkadot/util-crypto": "12.1.2" } }, "node_modules/@polkadot/keyring/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", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-12.1.2.tgz", + "integrity": "sha512-Da8q+0WVWSuMMS3hLAwnIid8FKRGLmwhD69jikye47zeEXCtvp4e/bjD0YbINNKHoeIRsApchJtqmbaEoxXjIQ==", + "dependencies": { + "@polkadot/x-bigint": "12.1.2", + "@polkadot/x-global": "12.1.2", + "@polkadot/x-textdecoder": "12.1.2", + "@polkadot/x-textencoder": "12.1.2", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1", "tslib": "^2.5.0" @@ -750,35 +737,12 @@ "node": ">=16" } }, - "node_modules/@polkadot/keyring/node_modules/@polkadot/util-crypto": { - "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.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" - }, - "engines": { - "node": ">=16" - }, - "peerDependencies": { - "@polkadot/util": "12.1.1" - } - }, "node_modules/@polkadot/keyring/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==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-12.1.2.tgz", + "integrity": "sha512-KU7C8HlJ2kO6Igg2Jq2Q/eAdll3HuVoylYcyVQxevcrC2fXhC2PDIEa+iWHBPz40p2TvI9sBZKrCsDDGz9K6sw==", "dependencies": { - "@polkadot/x-global": "12.1.1", + "@polkadot/x-global": "12.1.2", "tslib": "^2.5.0" }, "engines": { @@ -786,38 +750,22 @@ } }, "node_modules/@polkadot/keyring/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/keyring/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==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-12.1.2.tgz", + "integrity": "sha512-WGwPQN27hpwhVOQGUizJfmNJRxkijMwECMPUAYtSSgJhkV5MwWeFuVebfUjgHceakEvDRQWzEX6JjV6TttnPZw==", "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/keyring/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==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-12.1.2.tgz", + "integrity": "sha512-O5ygxEHdPCIQVzH7T+xVALBfCwrT5tVms7Yjp6EMT697A9gpD3U2aPr4YinsQO6JFwYpQNzvm2wjW+7EEzYitw==", "dependencies": { - "@polkadot/x-global": "12.1.1", + "@polkadot/x-global": "12.1.2", "tslib": "^2.5.0" }, "engines": { @@ -825,11 +773,11 @@ } }, "node_modules/@polkadot/keyring/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==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-12.1.2.tgz", + "integrity": "sha512-N+9HIXT0eUQbfg/SfGrNRK8aLFpd2QngJzTxo8CljpjCvQ2ddqzBVFA8o/lKTaXVzX84EmPDzjIV+yJlOXnglA==", "dependencies": { - "@polkadot/x-global": "12.1.1", + "@polkadot/x-global": "12.1.2", "tslib": "^2.5.0" }, "engines": { @@ -7516,7 +7464,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@polkadot/api": "^10.5.1", - "@polkadot/keyring": "^12.1.1", + "@polkadot/keyring": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "@zombienet/utils": "^0.0.19", "chai": "^4.3.7", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index db05a7240..fd806afc5 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@polkadot/api": "^10.5.1", - "@polkadot/keyring": "^12.1.1", + "@polkadot/keyring": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "@zombienet/utils": "^0.0.19", "chai": "^4.3.7",