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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-28 00:42:12 +05:30 committed by GitHub
parent 92238136de
commit 89392dbfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 81 additions and 78 deletions

149
package-lock.json generated
View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",