Skip to content

Commit a997c3d

Browse files
chore(deps): update dependency @types/sinon to v10.0.19
1 parent 8a4b74a commit a997c3d

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": "10.0.19",
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/[email protected].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/[email protected].19":
1229+
version "10.0.19"
1230+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.19.tgz#752b752bc40bb5af0bb1aec29bde49b139b91d35"
1231+
integrity sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==
12391232
dependencies:
1240-
"@sinonjs/fake-timers" "^7.1.0"
1233+
"@types/sinonjs__fake-timers" "*"
1234+
1235+
"@types/sinonjs__fake-timers@*":
1236+
version "8.1.3"
1237+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.3.tgz#575789c5cf6d410cb288b0b4affaf7e6da44ca51"
1238+
integrity sha512-4g+2YyWe0Ve+LBh+WUm1697PD0Kdi6coG1eU0YjQbwx61AZ8XbEpL1zIT6WjuUKrCMCROpEaYQPDjBnDouBVAQ==
12411239

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

0 commit comments

Comments
 (0)