Skip to content

Commit 0dedb10

Browse files
committed
Bump sinon-chai to v3.7.0
1 parent a87130b commit 0dedb10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"mocha": "^10.2.0",
2020
"proxyquire": "^2.1.1",
2121
"sinon": "^4.1.3",
22-
"sinon-chai": "^3.3.0"
22+
"sinon-chai": "^3.7.0"
2323
},
2424
"dependencies": {
2525
"mkdirp": "^3.0.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,10 +1048,10 @@ shebang-regex@^3.0.0:
10481048
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
10491049
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
10501050

1051-
sinon-chai@^3.3.0:
1052-
version "3.3.0"
1053-
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.3.0.tgz#8084ff99451064910fbe2c2cb8ab540c00b740ea"
1054-
integrity sha512-r2JhDY7gbbmh5z3Q62pNbrjxZdOAjpsqW/8yxAZRSqLZqowmfGZPGUZPFf3UX36NLis0cv8VEM5IJh9HgkSOAA==
1051+
sinon-chai@^3.7.0:
1052+
version "3.7.0"
1053+
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.7.0.tgz#cfb7dec1c50990ed18c153f1840721cf13139783"
1054+
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==
10551055

10561056
sinon@^4.1.3:
10571057
version "4.5.0"

0 commit comments

Comments
 (0)