Skip to content

Commit 2d05af2

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @types/sinon to v10.0.11
1 parent e339ade commit 2d05af2

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
@@ -127,7 +127,7 @@
127127
"@types/lodash": "4.14.179",
128128
"@types/mocha": "8.2.3",
129129
"@types/node": "16.11.26",
130-
"@types/sinon": "10.0.10",
130+
"@types/sinon": "10.0.11",
131131
"expect": "^24.1.0",
132132
"husky": "^4.3.5",
133133
"lnfs-cli": "^2.1.0",

yarn.lock

+10-12
Original file line numberDiff line numberDiff line change
@@ -1047,13 +1047,6 @@
10471047
dependencies:
10481048
"@sinonjs/commons" "^1.7.0"
10491049

1050-
"@sinonjs/fake-timers@^7.1.0":
1051-
version "7.1.2"
1052-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
1053-
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
1054-
dependencies:
1055-
"@sinonjs/commons" "^1.7.0"
1056-
10571050
"@sinonjs/formatio@^5.0.1":
10581051
version "5.0.1"
10591052
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
@@ -1161,12 +1154,17 @@
11611154
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
11621155
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
11631156

1164-
"@types/[email protected].10":
1165-
version "10.0.10"
1166-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.10.tgz#f8acd72fbc2e87c4679f3e2c1ab3530dff1ab6e2"
1167-
integrity sha512-US5E539UfeL2DiWALzCyk0c4zKh6sCv86V/0lpda/afMJJ0oEm2SrKgedH5optvFWstnJ8e1MNYhLmPhAy4rvQ==
1157+
"@types/[email protected].11":
1158+
version "10.0.11"
1159+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.11.tgz#8245827b05d3fc57a6601bd35aee1f7ad330fc42"
1160+
integrity sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==
11681161
dependencies:
1169-
"@sinonjs/fake-timers" "^7.1.0"
1162+
"@types/sinonjs__fake-timers" "*"
1163+
1164+
"@types/sinonjs__fake-timers@*":
1165+
version "8.1.1"
1166+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
1167+
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
11701168

11711169
JSONStream@^1.0.4:
11721170
version "1.3.5"

0 commit comments

Comments
 (0)