Skip to content

Commit b499e64

Browse files
chore(deps): update dependency sinon to v10 (cucumber#1631)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 05587a6 commit b499e64

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"nyc": "15.1.0",
248248
"prettier": "2.2.1",
249249
"semver": "7.3.5",
250-
"sinon": "9.2.4",
250+
"sinon": "10.0.0",
251251
"sinon-chai": "3.6.0",
252252
"stream-buffers": "3.0.2",
253253
"stream-to-string": "1.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3104,10 +3104,10 @@ next-tick@~1.0.0:
31043104
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
31053105
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
31063106

3107-
nise@^4.0.4:
3108-
version "4.0.4"
3109-
resolved "https://registry.yarnpkg.com/nise/-/nise-4.0.4.tgz#d73dea3e5731e6561992b8f570be9e363c4512dd"
3110-
integrity sha512-bTTRUNlemx6deJa+ZyoCUTRvH3liK5+N6VQZ4NIw90AgDXY6iPnsqplNFf6STcj+ePk0H/xqxnP75Lr0J0Fq3A==
3107+
nise@^4.1.0:
3108+
version "4.1.0"
3109+
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
3110+
integrity sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==
31113111
dependencies:
31123112
"@sinonjs/commons" "^1.7.0"
31133113
"@sinonjs/fake-timers" "^6.0.0"
@@ -3861,16 +3861,16 @@ [email protected]:
38613861
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.6.0.tgz#25bd59a37ef8990245e085a40f1f79d6bf023b7a"
38623862
integrity sha512-bk2h+0xyKnmvazAnc7HE5esttqmCerSMcBtuB2PS2T4tG6x8woXAxZeJaOJWD+8reXHngnXn0RtIbfEW9OTHFg==
38633863

3864-
sinon@9.2.4:
3865-
version "9.2.4"
3866-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.4.tgz#e55af4d3b174a4443a8762fa8421c2976683752b"
3867-
integrity sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==
3864+
sinon@10.0.0:
3865+
version "10.0.0"
3866+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
3867+
integrity sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==
38683868
dependencies:
38693869
"@sinonjs/commons" "^1.8.1"
38703870
"@sinonjs/fake-timers" "^6.0.1"
38713871
"@sinonjs/samsam" "^5.3.1"
38723872
diff "^4.0.2"
3873-
nise "^4.0.4"
3873+
nise "^4.1.0"
38743874
supports-color "^7.1.0"
38753875

38763876
slash@^3.0.0:

0 commit comments

Comments
 (0)