From 266464aedadf31713ae60d1a57e694574ba07f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 05:16:55 +0000 Subject: [PATCH 1/2] chore(deps): bump mocha from 10.2.0 to 10.4.0 in /javascript Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.2.0...v10.4.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 58 ++++++++++--------- javascript/packages/orchestrator/package.json | 2 +- javascript/packages/utils/package.json | 2 +- 3 files changed, 32 insertions(+), 30 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 5f8a5d739..dab9d579e 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -4602,9 +4602,9 @@ "dev": true }, "node_modules/mocha": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz", - "integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", @@ -4613,13 +4613,12 @@ "diff": "5.0.0", "escape-string-regexp": "4.0.0", "find-up": "5.0.0", - "glob": "7.2.0", + "glob": "8.1.0", "he": "1.2.0", "js-yaml": "4.1.0", "log-symbols": "4.1.0", "minimatch": "5.0.1", "ms": "2.1.3", - "nanoid": "3.3.3", "serialize-javascript": "6.0.0", "strip-json-comments": "3.1.1", "supports-color": "8.1.1", @@ -4634,10 +4633,6 @@ }, "engines": { "node": ">= 14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mochajs" } }, "node_modules/mocha/node_modules/brace-expansion": { @@ -4648,6 +4643,24 @@ "balanced-match": "^1.0.0" } }, + "node_modules/mocha/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/mocha/node_modules/minimatch": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", @@ -4720,17 +4733,6 @@ "readable-stream": "^3.6.0" } }, - "node_modules/nanoid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", - "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/napi-build-utils": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", @@ -6909,12 +6911,12 @@ }, "packages/cli": { "name": "@zombienet/cli", - "version": "1.3.94", + "version": "1.3.100", "license": "GPL-3.0-or-later", "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.10", - "@zombienet/orchestrator": "^0.0.76", - "@zombienet/utils": "^0.0.24", + "@zombienet/orchestrator": "^0.0.82", + "@zombienet/utils": "^0.0.25", "cli-progress": "^3.12.0", "commander": "^11.1.0", "debug": "^4.3.4", @@ -6935,13 +6937,13 @@ }, "packages/orchestrator": { "name": "@zombienet/orchestrator", - "version": "0.0.76", + "version": "0.0.82", "license": "GPL-3.0-or-later", "dependencies": { "@polkadot/api": "^10.12.4", "@polkadot/keyring": "^12.6.2", "@polkadot/util-crypto": "^12.6.1", - "@zombienet/utils": "^0.0.24", + "@zombienet/utils": "^0.0.25", "chai": "^4.3.10", "debug": "^4.3.4", "execa": "^5.1.1", @@ -6951,7 +6953,7 @@ "JSONStream": "^1.3.5", "libp2p-crypto": "^0.21.2", "minimatch": "^9.0.3", - "mocha": "^10.2.0", + "mocha": "^10.4.0", "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", "tmp-promise": "^3.0.3", @@ -6993,12 +6995,12 @@ }, "packages/utils": { "name": "@zombienet/utils", - "version": "0.0.24", + "version": "0.0.25", "license": "GPL-3.0-or-later", "dependencies": { "cli-table3": "^0.6.3", "debug": "^4.3.4", - "mocha": "^10.2.0", + "mocha": "^10.4.0", "nunjucks": "^3.2.4", "toml": "^3.0.0", "ts-node": "^10.9.2" diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 9e9989f0f..4cb882034 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -50,7 +50,7 @@ "JSONStream": "^1.3.5", "libp2p-crypto": "^0.21.2", "minimatch": "^9.0.3", - "mocha": "^10.2.0", + "mocha": "^10.4.0", "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", "tmp-promise": "^3.0.3", diff --git a/javascript/packages/utils/package.json b/javascript/packages/utils/package.json index cbd61bf29..06a13a8a9 100644 --- a/javascript/packages/utils/package.json +++ b/javascript/packages/utils/package.json @@ -32,7 +32,7 @@ "dependencies": { "cli-table3": "^0.6.3", "debug": "^4.3.4", - "mocha": "^10.2.0", + "mocha": "^10.4.0", "nunjucks": "^3.2.4", "toml": "^3.0.0", "ts-node": "^10.9.2" From ba844105a57a970fcfefacaff84bfdb7f30df1ae Mon Sep 17 00:00:00 2001 From: "mergify[bot]" Date: Thu, 11 Apr 2024 05:19:52 +0000 Subject: [PATCH 2/2] Fix nix hash --- flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-module.nix b/flake-module.nix index 1121140c9..931ea72ec 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -8,7 +8,7 @@ ... }: let # this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock - npmDepsHash = "sha256-WMHOM+23ZSGoxmRnTvzLWTt7nmSEH6AY+I2xofebYRk="; + npmDepsHash = "sha256-LLVXN1tn3YLSBmyeuRh3qFzkr8TPAgJ4BP90rHHUQSw="; #### # there is officia polkadot on nixpkgs, but it has no local rococo wasm to run