From 5a8f76d590e46faef07b0b0aa394526d864255c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:07:19 +0000 Subject: [PATCH] chore(deps)(deps): bump chai from 4.5.0 to 6.2.0 Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 6.2.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.5.0...v6.2.0) --- updated-dependencies: - dependency-name: chai dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 199 ++++++++++++----------- packages/core/package.json | 2 +- packages/discovery/package.json | 2 +- packages/enr/package.json | 2 +- packages/message-encryption/package.json | 2 +- packages/relay/package.json | 2 +- packages/reliability-tests/package.json | 2 +- packages/rln/package.json | 2 +- packages/sdk/package.json | 2 +- packages/sds/package.json | 2 +- packages/tests/package.json | 2 +- packages/utils/package.json | 2 +- 12 files changed, 119 insertions(+), 102 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa49a49a1b..3e09d2d67c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9176,6 +9176,45 @@ "ieee754": "^1.2.1" } }, + "node_modules/aegir/node_modules/chai": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", + "license": "MIT", + "dependencies": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", + "pathval": "^1.1.1", + "type-detect": "^4.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/aegir/node_modules/chai-bites": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/chai-bites/-/chai-bites-0.1.2.tgz", + "integrity": "sha512-eZVKGTywFkRuMle/UkiT9OXU4y4WeNy0yKe2t5iclIW3Yn9X3l7iWZoSeTjTpeQ1SIMn3In0rctjVCaRuKCmng==", + "license": "Apache-2.0", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "chai": ">=2 <5" + } + }, + "node_modules/aegir/node_modules/chai-string": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/chai-string/-/chai-string-1.6.0.tgz", + "integrity": "sha512-sXV7whDmpax+8H++YaZelgin7aur1LGf9ZhjZa3ojETFJ0uPVuS4XEXuIagpZ/c8uVOtsSh4MwOjy5CBLjJSXA==", + "license": "MIT", + "peerDependencies": { + "chai": "^4.1.2" + } + }, "node_modules/aegir/node_modules/chokidar": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", @@ -11984,21 +12023,12 @@ } }, "node_modules/chai": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", - "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.0.tgz", + "integrity": "sha512-aUTnJc/JipRzJrNADXVvpVqi6CO0dn3nx4EVPxijri+fj3LUUDyZQOgVeW54Ob3Y1Xh9Iz8f+CgaCl8v0mn9bA==", "license": "MIT", - "dependencies": { - "assertion-error": "^1.1.0", - "check-error": "^1.0.3", - "deep-eql": "^4.1.3", - "get-func-name": "^2.0.2", - "loupe": "^2.3.6", - "pathval": "^1.1.1", - "type-detect": "^4.1.0" - }, "engines": { - "node": ">=4" + "node": ">=18" } }, "node_modules/chai-as-promised": { @@ -12013,18 +12043,6 @@ "chai": ">= 2.1.2 < 6" } }, - "node_modules/chai-bites": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/chai-bites/-/chai-bites-0.1.2.tgz", - "integrity": "sha512-eZVKGTywFkRuMle/UkiT9OXU4y4WeNy0yKe2t5iclIW3Yn9X3l7iWZoSeTjTpeQ1SIMn3In0rctjVCaRuKCmng==", - "license": "Apache-2.0", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "chai": ">=2 <5" - } - }, "node_modules/chai-parentheses": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/chai-parentheses/-/chai-parentheses-0.0.2.tgz", @@ -12043,15 +12061,6 @@ "chai": "*" } }, - "node_modules/chai-string": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/chai-string/-/chai-string-1.6.0.tgz", - "integrity": "sha512-sXV7whDmpax+8H++YaZelgin7aur1LGf9ZhjZa3ojETFJ0uPVuS4XEXuIagpZ/c8uVOtsSh4MwOjy5CBLjJSXA==", - "license": "MIT", - "peerDependencies": { - "chai": "^4.1.2" - } - }, "node_modules/chai-subset": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/chai-subset/-/chai-subset-1.6.0.tgz", @@ -29842,6 +29851,24 @@ "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", "license": "MIT" }, + "node_modules/react-native-test-runner/node_modules/chai": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", + "license": "MIT", + "dependencies": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", + "pathval": "^1.1.1", + "type-detect": "^4.1.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/react-native-test-runner/node_modules/ci-info": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", @@ -36556,6 +36583,24 @@ "node": ">=20" } }, + "packages/browser-tests/node_modules/chai": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", + "license": "MIT", + "dependencies": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", + "pathval": "^1.1.1", + "type-detect": "^4.1.0" + }, + "engines": { + "node": ">=4" + } + }, "packages/browser-tests/node_modules/dotenv": { "version": "7.0.0", "dev": true, @@ -36686,7 +36731,7 @@ "@types/mocha": "^10.0.6", "@types/uuid": "^9.0.8", "@waku/build-utils": "*", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "fast-check": "^3.19.0", "ignore-loader": "^0.1.2", @@ -36748,7 +36793,7 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.11", "@waku/build-utils": "*", - "chai": "^4.3.10", + "chai": "^6.2.0", "chai-as-promised": "^7.1.1", "cspell": "^8.6.1", "mocha": "^10.3.0", @@ -36782,7 +36827,7 @@ "@types/mocha": "^10.0.6", "@waku/build-utils": "*", "@waku/interfaces": "0.0.34", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "fast-check": "^3.19.0", "mocha": "^10.3.0", @@ -37088,6 +37133,24 @@ "ieee754": "^1.2.1" } }, + "packages/headless-tests/node_modules/chai": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", + "license": "MIT", + "dependencies": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", + "pathval": "^1.1.1", + "type-detect": "^4.1.0" + }, + "engines": { + "node": ">=4" + } + }, "packages/headless-tests/node_modules/commander": { "version": "10.0.1", "dev": true, @@ -37335,7 +37398,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@waku/build-utils": "*", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "fast-check": "^3.19.0", "mocha": "^10.3.0", @@ -37385,7 +37448,7 @@ "@waku/proto": "0.0.14", "@waku/sdk": "0.0.35", "@waku/utils": "0.0.27", - "chai": "^4.3.10", + "chai": "^6.2.0", "debug": "^4.3.4", "fast-check": "^3.19.0", "p-event": "^6.0.1" @@ -37445,7 +37508,7 @@ "@waku/sdk": "*", "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "datastore-core": "10.0.4", "debug": "^4.3.4", @@ -37469,7 +37532,7 @@ "@waku/core": "^0.0.39", "@waku/utils": "^0.0.27", "@waku/zerokit-rln-wasm": "^0.0.13", - "chai": "^5.1.2", + "chai": "^6.2.0", "chai-as-promised": "^8.0.1", "chai-spies": "^1.1.0", "chai-subset": "^1.6.0", @@ -37636,7 +37699,7 @@ "@types/mocha": "^10.0.9", "@waku/build-utils": "*", "@waku/message-encryption": "^0.0.37", - "chai": "^5.1.1", + "chai": "^6.2.0", "cspell": "^8.6.1", "interface-datastore": "8.3.2", "mocha": "^10.7.3", @@ -37838,7 +37901,7 @@ "@noble/hashes": "^1.7.1", "@waku/proto": "^0.0.14", "@waku/utils": "^0.0.27", - "chai": "^5.1.2", + "chai": "^6.2.0", "lodash": "^4.17.21" }, "devDependencies": { @@ -37858,52 +37921,6 @@ "node": ">=22" } }, - "packages/sds/node_modules/assertion-error": { - "version": "2.0.1", - "license": "MIT", - "engines": { - "node": ">=12" - } - }, - "packages/sds/node_modules/chai": { - "version": "5.2.0", - "license": "MIT", - "dependencies": { - "assertion-error": "^2.0.1", - "check-error": "^2.1.1", - "deep-eql": "^5.0.1", - "loupe": "^3.1.0", - "pathval": "^2.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "packages/sds/node_modules/check-error": { - "version": "2.1.1", - "license": "MIT", - "engines": { - "node": ">= 16" - } - }, - "packages/sds/node_modules/deep-eql": { - "version": "5.0.2", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "packages/sds/node_modules/loupe": { - "version": "3.1.3", - "license": "MIT" - }, - "packages/sds/node_modules/pathval": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">= 14.16" - } - }, "packages/tests": { "name": "@waku/tests", "version": "0.0.1", @@ -37941,7 +37958,7 @@ "@waku/sdk": "*", "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "datastore-core": "10.0.4", "debug": "^4.3.4", @@ -37962,7 +37979,7 @@ "dependencies": { "@noble/hashes": "^1.3.2", "@waku/interfaces": "0.0.34", - "chai": "^4.3.10", + "chai": "^6.2.0", "debug": "^4.3.4", "uint8arrays": "^5.0.1" }, diff --git a/packages/core/package.json b/packages/core/package.json index ff2fb1899d..700b6cfc74 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -89,7 +89,7 @@ "@types/mocha": "^10.0.6", "@types/uuid": "^9.0.8", "@waku/build-utils": "*", - "chai": "^4.3.10", + "chai": "^6.2.0", "sinon": "^18.0.0", "cspell": "^8.6.1", "fast-check": "^3.19.0", diff --git a/packages/discovery/package.json b/packages/discovery/package.json index 6082f191c2..42039e76c5 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -70,7 +70,7 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.11", "@waku/build-utils": "*", - "chai": "^4.3.10", + "chai": "^6.2.0", "chai-as-promised": "^7.1.1", "cspell": "^8.6.1", "mocha": "^10.3.0", diff --git a/packages/enr/package.json b/packages/enr/package.json index 80144ddc32..12d35d0225 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -68,7 +68,7 @@ "@types/mocha": "^10.0.6", "@waku/build-utils": "*", "@waku/interfaces": "0.0.34", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "fast-check": "^3.19.0", "mocha": "^10.3.0", diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index b9a4901875..0d01898d4f 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -91,7 +91,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@waku/build-utils": "*", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "fast-check": "^3.19.0", "mocha": "^10.3.0", diff --git a/packages/relay/package.json b/packages/relay/package.json index a3f9bec26a..3b4f5012d8 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -56,7 +56,7 @@ "@waku/interfaces": "0.0.34", "@waku/proto": "0.0.14", "@waku/utils": "0.0.27", - "chai": "^4.3.10", + "chai": "^6.2.0", "debug": "^4.3.4", "fast-check": "^3.19.0", "p-event": "^6.0.1" diff --git a/packages/reliability-tests/package.json b/packages/reliability-tests/package.json index 97dfac7ba1..5a73926c14 100644 --- a/packages/reliability-tests/package.json +++ b/packages/reliability-tests/package.json @@ -84,7 +84,7 @@ "@waku/sdk": "*", "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "datastore-core": "10.0.4", "debug": "^4.3.4", diff --git a/packages/rln/package.json b/packages/rln/package.json index bb34607c96..b57c87fb14 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -84,7 +84,7 @@ "ethers": "^5.7.2", "lodash": "^4.17.21", "uuid": "^11.0.5", - "chai": "^5.1.2", + "chai": "^6.2.0", "chai-as-promised": "^8.0.1", "chai-spies": "^1.1.0", "chai-subset": "^1.6.0", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index a72b4025d7..e667c6df94 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -87,7 +87,7 @@ "@types/mocha": "^10.0.9", "@waku/build-utils": "*", "@waku/message-encryption": "^0.0.37", - "chai": "^5.1.1", + "chai": "^6.2.0", "cspell": "^8.6.1", "interface-datastore": "8.3.2", "mocha": "^10.7.3", diff --git a/packages/sds/package.json b/packages/sds/package.json index 0e59d4fa41..7708314845 100644 --- a/packages/sds/package.json +++ b/packages/sds/package.json @@ -64,7 +64,7 @@ "@noble/hashes": "^1.7.1", "@waku/proto": "^0.0.14", "@waku/utils": "^0.0.27", - "chai": "^5.1.2", + "chai": "^6.2.0", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/packages/tests/package.json b/packages/tests/package.json index b059f4a909..674cac39a3 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -82,7 +82,7 @@ "@waku/sdk": "*", "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", - "chai": "^4.3.10", + "chai": "^6.2.0", "cspell": "^8.6.1", "datastore-core": "10.0.4", "debug": "^4.3.4", diff --git a/packages/utils/package.json b/packages/utils/package.json index be791ef342..ddb55426d8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -65,7 +65,7 @@ "dependencies": { "@noble/hashes": "^1.3.2", "@waku/interfaces": "0.0.34", - "chai": "^4.3.10", + "chai": "^6.2.0", "debug": "^4.3.4", "uint8arrays": "^5.0.1" },