From 89392dbfdf5471e540ec563980f34ecbfcc9981f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:42:12 +0530 Subject: [PATCH] chore(deps)(deps-dev): bump karma-chrome-launcher from 3.1.1 to 3.2.0 (#1441) Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: karma-chrome-launcher dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 149 ++++++++++++----------- packages/core/package.json | 2 +- packages/dns-discovery/package.json | 2 +- packages/enr/package.json | 2 +- packages/message-encryption/package.json | 2 +- packages/message-hash/package.json | 2 +- 6 files changed, 81 insertions(+), 78 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2ff3d1082..02be53fb5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13962,9 +13962,10 @@ } }, "node_modules/karma-chrome-launcher": { - "version": "3.1.1", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", + "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", "dev": true, - "license": "MIT", "dependencies": { "which": "^1.2.1" } @@ -27558,13 +27559,13 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.20", + "version": "0.0.21", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/hashes": "^1.3.0", - "@waku/interfaces": "0.0.15", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "debug": "^4.3.4", "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", @@ -27594,7 +27595,7 @@ "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -27629,13 +27630,13 @@ }, "packages/dns-discovery": { "name": "@waku/dns-discovery", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/interface-peer-discovery": "^2.0.0", "@libp2p/interfaces": "^3.3.2", - "@waku/enr": "0.0.14", - "@waku/utils": "0.0.8", + "@waku/enr": "0.0.15", + "@waku/utils": "0.0.9", "debug": "^4.3.4", "dns-query": "^0.11.2", "hi-base32": "^0.5.1", @@ -27652,11 +27653,11 @@ "@rollup/plugin-node-resolve": "^15.0.2", "@types/chai": "^4.3.4", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", + "@waku/interfaces": "0.0.16", "chai": "^4.3.7", "cspell": "^6.31.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -27684,7 +27685,7 @@ }, "packages/enr": { "name": "@waku/enr", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT OR Apache-2.0", "dependencies": { "@ethersproject/rlp": "^5.7.0", @@ -27692,7 +27693,7 @@ "@libp2p/peer-id": "^2.0.4", "@multiformats/multiaddr": "^12.0.0", "@noble/secp256k1": "^1.7.1", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "debug": "^4.3.4", "js-sha3": "^0.8.0" }, @@ -27706,11 +27707,11 @@ "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", + "@waku/interfaces": "0.0.16", "chai": "^4.3.7", "cspell": "^6.31.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -27729,7 +27730,7 @@ }, "packages/interfaces": { "name": "@waku/interfaces", - "version": "0.0.15", + "version": "0.0.16", "license": "MIT OR Apache-2.0", "devDependencies": { "@chainsafe/libp2p-gossipsub": "^9.1.0", @@ -27769,14 +27770,14 @@ }, "packages/message-encryption": { "name": "@waku/message-encryption", - "version": "0.0.18", + "version": "0.0.19", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/secp256k1": "^1.7.1", - "@waku/core": "0.0.20", - "@waku/interfaces": "0.0.15", + "@waku/core": "0.0.21", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "debug": "^4.3.4", "js-sha3": "^0.8.0" }, @@ -27797,7 +27798,7 @@ "cspell": "^6.31.1", "fast-check": "^3.8.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -27831,11 +27832,11 @@ }, "packages/message-hash": { "name": "@waku/message-hash", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/hashes": "^1.2.0", - "@waku/utils": "0.0.8" + "@waku/utils": "0.0.9" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", @@ -27845,14 +27846,14 @@ "@types/debug": "^4.1.7", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", + "@waku/interfaces": "0.0.16", "chai": "^4.3.7", "cspell": "^6.28.0", "fast-check": "^3.7.0", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -27871,16 +27872,16 @@ }, "packages/peer-exchange": { "name": "@waku/peer-exchange", - "version": "0.0.13", + "version": "0.0.14", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/interface-peer-discovery": "^2.0.0", "@libp2p/interfaces": "^3.3.2", - "@waku/core": "0.0.20", - "@waku/enr": "0.0.14", - "@waku/interfaces": "0.0.15", + "@waku/core": "0.0.21", + "@waku/enr": "0.0.15", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "debug": "^4.3.4", "it-all": "^3.0.2", "it-length-prefixed": "^9.0.1", @@ -27964,15 +27965,15 @@ }, "packages/relay": { "name": "@waku/relay", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "^9.1.0", "@noble/hashes": "^1.3.0", - "@waku/core": "0.0.20", - "@waku/interfaces": "0.0.15", + "@waku/core": "0.0.21", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "debug": "^4.3.4", "fast-check": "^3.8.1" @@ -27994,17 +27995,17 @@ }, "packages/sdk": { "name": "@waku/sdk", - "version": "0.0.16", + "version": "0.0.17", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-noise": "^12.0.1", "@libp2p/mplex": "^8.0.4", "@libp2p/websockets": "^6.0.3", - "@waku/core": "0.0.20", - "@waku/dns-discovery": "0.0.14", - "@waku/interfaces": "0.0.15", - "@waku/relay": "0.0.3", - "@waku/utils": "0.0.8", + "@waku/core": "0.0.21", + "@waku/dns-discovery": "0.0.15", + "@waku/interfaces": "0.0.16", + "@waku/relay": "0.0.4", + "@waku/utils": "0.0.9", "libp2p": "^0.45.9" }, "devDependencies": { @@ -28325,7 +28326,7 @@ }, "packages/utils": { "name": "@waku/utils", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT OR Apache-2.0", "dependencies": { "debug": "^4.3.4", @@ -28339,7 +28340,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", + "@waku/interfaces": "0.0.16", "cspell": "^6.31.1", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", @@ -32142,9 +32143,9 @@ "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.1", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "cspell": "^6.31.1", "debug": "^4.3.4", @@ -32155,7 +32156,7 @@ "it-length-prefixed": "^9.0.1", "it-pipe": "^3.0.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -32192,16 +32193,16 @@ "@rollup/plugin-node-resolve": "^15.0.2", "@types/chai": "^4.3.4", "@waku/build-utils": "*", - "@waku/enr": "0.0.14", - "@waku/interfaces": "0.0.15", - "@waku/utils": "0.0.8", + "@waku/enr": "0.0.15", + "@waku/interfaces": "0.0.16", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "cspell": "^6.31.1", "debug": "^4.3.4", "dns-query": "^0.11.2", "hi-base32": "^0.5.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -32239,14 +32240,14 @@ "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", - "@waku/utils": "0.0.8", + "@waku/interfaces": "0.0.16", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "cspell": "^6.31.1", "debug": "^4.3.4", "js-sha3": "^0.8.0", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -32308,17 +32309,17 @@ "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", - "@waku/core": "0.0.20", - "@waku/interfaces": "0.0.15", + "@waku/core": "0.0.21", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "cspell": "^6.31.1", "debug": "^4.3.4", "fast-check": "^3.8.1", "js-sha3": "^0.8.0", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -32355,15 +32356,15 @@ "@types/debug": "^4.1.7", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", - "@waku/utils": "0.0.8", + "@waku/interfaces": "0.0.16", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "cspell": "^6.28.0", "fast-check": "^3.7.0", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", @@ -32392,11 +32393,11 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@waku/build-utils": "*", - "@waku/core": "0.0.20", - "@waku/enr": "0.0.14", - "@waku/interfaces": "0.0.15", + "@waku/core": "0.0.21", + "@waku/enr": "0.0.15", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "cspell": "^6.31.1", "debug": "^4.3.4", @@ -32458,10 +32459,10 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@waku/build-utils": "*", - "@waku/core": "0.0.20", - "@waku/interfaces": "0.0.15", + "@waku/core": "0.0.21", + "@waku/interfaces": "0.0.16", "@waku/proto": "0.0.5", - "@waku/utils": "0.0.8", + "@waku/utils": "0.0.9", "chai": "^4.3.7", "debug": "^4.3.4", "fast-check": "^3.8.1", @@ -32496,11 +32497,11 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@waku/build-utils": "*", - "@waku/core": "0.0.20", - "@waku/dns-discovery": "0.0.14", - "@waku/interfaces": "0.0.15", - "@waku/relay": "0.0.3", - "@waku/utils": "0.0.8", + "@waku/core": "0.0.21", + "@waku/dns-discovery": "0.0.15", + "@waku/interfaces": "0.0.16", + "@waku/relay": "0.0.4", + "@waku/utils": "0.0.9", "cspell": "^6.31.1", "interface-datastore": "^7.0.4", "libp2p": "^0.45.9", @@ -32708,7 +32709,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.15", + "@waku/interfaces": "0.0.16", "cspell": "^6.31.1", "debug": "^4.3.4", "npm-run-all": "^4.1.5", @@ -37789,7 +37790,9 @@ } }, "karma-chrome-launcher": { - "version": "3.1.1", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", + "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", "dev": true, "requires": { "which": "^1.2.1" diff --git a/packages/core/package.json b/packages/core/package.json index bf50574662..fd4a00cb94 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -105,7 +105,7 @@ "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", diff --git a/packages/dns-discovery/package.json b/packages/dns-discovery/package.json index 063069efc3..50b11d72c2 100644 --- a/packages/dns-discovery/package.json +++ b/packages/dns-discovery/package.json @@ -75,7 +75,7 @@ "chai": "^4.3.7", "cspell": "^6.31.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", diff --git a/packages/enr/package.json b/packages/enr/package.json index d5060772f9..a8fc8be74d 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -74,7 +74,7 @@ "chai": "^4.3.7", "cspell": "^6.31.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index fe7f6ccd13..c97182b927 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -96,7 +96,7 @@ "cspell": "^6.31.1", "fast-check": "^3.8.1", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", diff --git a/packages/message-hash/package.json b/packages/message-hash/package.json index 686c49adc8..b7e84b7bfb 100644 --- a/packages/message-hash/package.json +++ b/packages/message-hash/package.json @@ -70,7 +70,7 @@ "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", + "karma-chrome-launcher": "^3.2.0", "karma-mocha": "^2.0.1", "karma-webpack": "^5.0.0", "mocha": "^10.2.0",