mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 00:33:12 +00:00
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] <support@github.com>
This commit is contained in:
parent
79dd001b1f
commit
5a8f76d590
199
package-lock.json
generated
199
package-lock.json
generated
@ -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"
|
||||
},
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user