Skip to content

Commit 50a629d

Browse files
chore(deps): update dependency @types/sinon to v17
1 parent df7dea9 commit 50a629d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"@types/mocha": "8.2.2",
186186
"@types/mock-require": "2.0.0",
187187
"@types/node": "14.17.3",
188-
"@types/sinon": "10.0.2",
188+
"@types/sinon": "17.0.3",
189189
"expect": "24.1.0",
190190
"lnfs-cli": "^2.1.0",
191191
"lodash": "^4.17.11",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,18 @@
940940
dependencies:
941941
"@sinonjs/fake-timers" "^7.1.0"
942942

943+
944+
version "17.0.3"
945+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
946+
integrity sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==
947+
dependencies:
948+
"@types/sinonjs__fake-timers" "*"
949+
950+
"@types/sinonjs__fake-timers@*":
951+
version "8.1.5"
952+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz#5fd3592ff10c1e9695d377020c033116cc2889f2"
953+
integrity sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==
954+
943955
"@types/stack-utils@^1.0.1":
944956
version "1.0.1"
945957
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz"

0 commit comments

Comments
 (0)