Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "22.13.11",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^3.2.12",
"@types/sinon-chai": "^4.0.0",
"@typescript-eslint/eslint-plugin": "8.27.0",
"@typescript-eslint/parser": "8.27.0",
"benchmark": "^2.1.4",
Expand All @@ -53,7 +53,7 @@
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^17.1.0",
"sinon": "19.0.4",
"sinon-chai": "3.7.0",
"sinon-chai": "4.0.0",
"snyk": "1.1296.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1006,13 +1006,13 @@ __metadata:
languageName: node
linkType: hard

"@types/sinon-chai@npm:^3.2.12":
version: 3.2.12
resolution: "@types/sinon-chai@npm:3.2.12"
"@types/sinon-chai@npm:^4.0.0":
version: 4.0.0
resolution: "@types/sinon-chai@npm:4.0.0"
dependencies:
"@types/chai": "npm:*"
"@types/sinon": "npm:*"
checksum: 10c0/2d4b865f117226c84d4fae861e702fa02598e2f347823dccb5dcdcf4bcc8a5f60fbf2c028feb34001d569b69ccbb401a42830cf85f4f5f2d0bd6283112b848f1
checksum: 10c0/9cc2b98ebd9d81cbb6fa234d81cf6d9a0f02af8e777bd19b66baa793455056c105640abc81e5108581f92ebd5753023920e99ee992fbd240e9dd28882bcd1276
languageName: node
linkType: hard

Expand Down Expand Up @@ -4307,7 +4307,7 @@ __metadata:
"@types/mocha": "npm:^10.0.10"
"@types/node": "npm:22.13.11"
"@types/sinon": "npm:^17.0.4"
"@types/sinon-chai": "npm:^3.2.12"
"@types/sinon-chai": "npm:^4.0.0"
"@typescript-eslint/eslint-plugin": "npm:8.27.0"
"@typescript-eslint/parser": "npm:8.27.0"
benchmark: "npm:^2.1.4"
Expand All @@ -4323,7 +4323,7 @@ __metadata:
mocha-lcov-reporter: "npm:^1.3.0"
nyc: "npm:^17.1.0"
sinon: "npm:19.0.4"
sinon-chai: "npm:3.7.0"
sinon-chai: "npm:4.0.0"
snyk: "npm:1.1296.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.8.2"
Expand Down Expand Up @@ -4601,13 +4601,13 @@ __metadata:
languageName: node
linkType: hard

"sinon-chai@npm:3.7.0":
version: 3.7.0
resolution: "sinon-chai@npm:3.7.0"
"sinon-chai@npm:4.0.0":
version: 4.0.0
resolution: "sinon-chai@npm:4.0.0"
peerDependencies:
chai: ^4.0.0
chai: ^5.0.0
sinon: ">=4.0.0"
checksum: 10c0/9bbb0494be89c313f5287c2a0c9890104e3070ad6bf06c359b0c3cd776ea6273f7846ee1ab01fa2e0328e741f8717348669ee232e83b94b193676a56f48d2c63
checksum: 10c0/c2be6f7d964fd05dcd0870807a1447bc180703aca0cdf5ba7ed21bf2a8a2e0c8d1d2e464b2289982870dfe1b58ae797000cc742e23eeac8dd2f6339dea7d717b
languageName: node
linkType: hard

Expand Down
Loading