Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit fb12ab5

Browse files
Update dependency sinon to v17
1 parent 9c40135 commit fb12ab5

File tree

2 files changed

+53
-51
lines changed

2 files changed

+53
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"homepage": "https://github.com/y13i/retryx#readme",
4545
"devDependencies": {
4646
"@types/node": "18.16.14",
47-
"@types/sinon": "10.0.15",
47+
"@types/sinon": "17.0.3",
4848
"ava": "5.2.0",
4949
"concurrently": "8.0.1",
5050
"coveralls": "3.1.1",
5151
"nyc": "15.1.0",
5252
"publish-please": "5.5.2",
53-
"sinon": "15.0.3",
53+
"sinon": "17.0.2",
5454
"tslint": "6.1.3",
5555
"typedoc": "0.23.28",
5656
"typescript": "5.0.4"

yarn.lock

Lines changed: 51 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,19 @@
258258
dependencies:
259259
type-detect "4.0.8"
260260

261-
"@sinonjs/fake-timers@^10.0.2":
262-
version "10.0.2"
263-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz#d10549ed1f423d80639c528b6c7f5a1017747d0c"
264-
integrity sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==
261+
"@sinonjs/commons@^3.0.1":
262+
version "3.0.1"
263+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
264+
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
265265
dependencies:
266-
"@sinonjs/commons" "^2.0.0"
266+
type-detect "4.0.8"
267+
268+
"@sinonjs/fake-timers@^11.2.2":
269+
version "11.2.2"
270+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
271+
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
272+
dependencies:
273+
"@sinonjs/commons" "^3.0.0"
267274

268275
"@sinonjs/samsam@^8.0.0":
269276
version "8.0.0"
@@ -274,20 +281,20 @@
274281
lodash.get "^4.4.2"
275282
type-detect "^4.0.8"
276283

277-
"@sinonjs/text-encoding@^0.7.1":
278-
version "0.7.1"
279-
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
280-
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
284+
"@sinonjs/text-encoding@^0.7.2":
285+
version "0.7.2"
286+
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
287+
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
281288

282289
"@types/node@18.16.14":
283290
version "18.16.14"
284291
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.14.tgz#ab67bb907f1146afc6fedb9ce60ae8a99c989631"
285292
integrity sha512-+ImzUB3mw2c5ISJUq0punjDilUQ5GnUim0ZRvchHIWJmOC0G+p0kzhXBqj6cDjK0QdPFwzrHWgrJp3RPvCG5qg==
286293

287-
"@types/sinon@10.0.15":
288-
version "10.0.15"
289-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.15.tgz#513fded9c3cf85e589bbfefbf02b2a0541186b48"
290-
integrity sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==
294+
"@types/sinon@17.0.3":
295+
version "17.0.3"
296+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
297+
integrity sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==
291298
dependencies:
292299
"@types/sinonjs__fake-timers" "*"
293300

@@ -1074,10 +1081,10 @@ diff@^4.0.1:
10741081
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
10751082
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
10761083

1077-
diff@^5.1.0:
1078-
version "5.1.0"
1079-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40"
1080-
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
1084+
diff@^5.2.0:
1085+
version "5.2.0"
1086+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
1087+
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
10811088

10821089
dir-glob@^3.0.1:
10831090
version "3.0.1"
@@ -1760,10 +1767,6 @@ is-windows@^1.0.2:
17601767
version "1.0.2"
17611768
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
17621769

1763-
isarray@0.0.1:
1764-
version "0.0.1"
1765-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
1766-
17671770
isarray@1.0.0:
17681771
version "1.0.0"
17691772
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -1921,10 +1924,10 @@ jsprim@^1.2.2:
19211924
json-schema "0.2.3"
19221925
verror "1.3.6"
19231926

1924-
just-extend@^4.0.2:
1925-
version "4.2.1"
1926-
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.2.1.tgz#ef5e589afb61e5d66b24eca749409a8939a8c744"
1927-
integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==
1927+
just-extend@^6.2.0:
1928+
version "6.2.0"
1929+
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
1930+
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
19281931

19291932
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
19301933
version "3.2.2"
@@ -2208,16 +2211,16 @@ nanomatch@^1.2.9:
22082211
snapdragon "^0.8.1"
22092212
to-regex "^3.0.1"
22102213

2211-
nise@^5.1.4:
2212-
version "5.1.4"
2213-
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.4.tgz#491ce7e7307d4ec546f5a659b2efe94a18b4bbc0"
2214-
integrity sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==
2214+
nise@^5.1.9:
2215+
version "5.1.9"
2216+
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
2217+
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
22152218
dependencies:
2216-
"@sinonjs/commons" "^2.0.0"
2217-
"@sinonjs/fake-timers" "^10.0.2"
2218-
"@sinonjs/text-encoding" "^0.7.1"
2219-
just-extend "^4.0.2"
2220-
path-to-regexp "^1.7.0"
2219+
"@sinonjs/commons" "^3.0.0"
2220+
"@sinonjs/fake-timers" "^11.2.2"
2221+
"@sinonjs/text-encoding" "^0.7.2"
2222+
just-extend "^6.2.0"
2223+
path-to-regexp "^6.2.1"
22212224

22222225
node-emoji@1.8.1:
22232226
version "1.8.1"
@@ -2443,11 +2446,10 @@ path-parse@^1.0.5:
24432446
version "1.0.5"
24442447
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
24452448

2446-
path-to-regexp@^1.7.0:
2447-
version "1.7.0"
2448-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d"
2449-
dependencies:
2450-
isarray "0.0.1"
2449+
path-to-regexp@^6.2.1:
2450+
version "6.2.2"
2451+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
2452+
integrity sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==
24512453

24522454
path-type@^4.0.0:
24532455
version "4.0.0"
@@ -2819,17 +2821,17 @@ signal-exit@^3.0.7:
28192821
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
28202822
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
28212823

2822-
sinon@15.0.3:
2823-
version "15.0.3"
2824-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.3.tgz#38005fcd80827177b6aa0245f82401d9ec88994b"
2825-
integrity sha512-si3geiRkeovP7Iel2O+qGL4NrO9vbMf3KsrJEi0ghP1l5aBkB5UxARea5j0FUsSqH3HLBh0dQPAyQ8fObRUqHw==
2824+
sinon@17.0.2:
2825+
version "17.0.2"
2826+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
2827+
integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
28262828
dependencies:
2827-
"@sinonjs/commons" "^3.0.0"
2828-
"@sinonjs/fake-timers" "^10.0.2"
2829+
"@sinonjs/commons" "^3.0.1"
2830+
"@sinonjs/fake-timers" "^11.2.2"
28292831
"@sinonjs/samsam" "^8.0.0"
2830-
diff "^5.1.0"
2831-
nise "^5.1.4"
2832-
supports-color "^7.2.0"
2832+
diff "^5.2.0"
2833+
nise "^5.1.9"
2834+
supports-color "^7"
28332835

28342836
slash@^3.0.0:
28352837
version "3.0.0"
@@ -3046,7 +3048,7 @@ supports-color@^5.3.0:
30463048
dependencies:
30473049
has-flag "^3.0.0"
30483050

3049-
supports-color@^7.1.0, supports-color@^7.2.0:
3051+
supports-color@^7, supports-color@^7.1.0:
30503052
version "7.2.0"
30513053
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
30523054
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==

0 commit comments

Comments
 (0)