Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit ada9349

Browse files
committed
Update dependency @types/sinon to v17
1 parent 64e6361 commit ada9349

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/dotenv": "8.2.0",
2727
"@types/node": "20.14.10",
2828
"@types/ramda": "0.30.1",
29-
"@types/sinon": "10.0.20",
29+
"@types/sinon": "17.0.3",
3030
"@typescript-eslint/eslint-plugin": "5.62.0",
3131
"@typescript-eslint/parser": "5.62.0",
3232
"ava": "4.3.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,10 +1524,10 @@
15241524
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
15251525
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
15261526

1527-
"@types/sinon@10.0.20":
1528-
version "10.0.20"
1529-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.20.tgz#f1585debf4c0d99f9938f4111e5479fb74865146"
1530-
integrity sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==
1527+
"@types/sinon@17.0.3":
1528+
version "17.0.3"
1529+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
1530+
integrity sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==
15311531
dependencies:
15321532
"@types/sinonjs__fake-timers" "*"
15331533

0 commit comments

Comments
 (0)