Skip to content

Commit cc29a94

Browse files
chore(deps): update dependency @types/sinon to v17
1 parent 687bfe0 commit cc29a94

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@sourcegraph/tsconfig": "^4.0.1",
124124
"@types/mocha": "8.2.2",
125125
"@types/node": "14.17.3",
126-
"@types/sinon": "10.0.2",
126+
"@types/sinon": "17.0.4",
127127
"eslint": "^7.28.0",
128128
"husky": "^4.3.6",
129129
"lnfs-cli": "^2.1.0",

yarn.lock

+10-12
Original file line numberDiff line numberDiff line change
@@ -1130,13 +1130,6 @@
11301130
dependencies:
11311131
"@sinonjs/commons" "^1.7.0"
11321132

1133-
"@sinonjs/fake-timers@^7.1.0":
1134-
version "7.1.2"
1135-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
1136-
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
1137-
dependencies:
1138-
"@sinonjs/commons" "^1.7.0"
1139-
11401133
"@sinonjs/formatio@^5.0.1":
11411134
version "5.0.1"
11421135
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
@@ -1232,12 +1225,17 @@
12321225
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
12331226
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
12341227

1235-
"@types/sinon@10.0.2":
1236-
version "10.0.2"
1237-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4"
1238-
integrity sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==
1228+
"@types/sinon@17.0.4":
1229+
version "17.0.4"
1230+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.4.tgz#fd9a3e8e07eea1a3f4a6f82a972c899e5778f369"
1231+
integrity sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==
12391232
dependencies:
1240-
"@sinonjs/fake-timers" "^7.1.0"
1233+
"@types/sinonjs__fake-timers" "*"
1234+
1235+
"@types/sinonjs__fake-timers@*":
1236+
version "8.1.5"
1237+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz#5fd3592ff10c1e9695d377020c033116cc2889f2"
1238+
integrity sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==
12411239

12421240
"@typescript-eslint/eslint-plugin@^3.10.0":
12431241
version "3.10.1"

0 commit comments

Comments
 (0)