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

Commit bb41292

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

File tree

2 files changed

+38
-43
lines changed

2 files changed

+38
-43
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.1",
5454
"tslint": "6.1.3",
5555
"typedoc": "0.23.28",
5656
"typescript": "5.0.4"

yarn.lock

Lines changed: 36 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,12 @@
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/fake-timers@^11.2.2":
262+
version "11.2.2"
263+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
264+
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
265265
dependencies:
266-
"@sinonjs/commons" "^2.0.0"
266+
"@sinonjs/commons" "^3.0.0"
267267

268268
"@sinonjs/samsam@^8.0.0":
269269
version "8.0.0"
@@ -274,20 +274,20 @@
274274
lodash.get "^4.4.2"
275275
type-detect "^4.0.8"
276276

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==
277+
"@sinonjs/text-encoding@^0.7.2":
278+
version "0.7.2"
279+
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
280+
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
281281

282282
"@types/node@18.16.14":
283283
version "18.16.14"
284284
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.14.tgz#ab67bb907f1146afc6fedb9ce60ae8a99c989631"
285285
integrity sha512-+ImzUB3mw2c5ISJUq0punjDilUQ5GnUim0ZRvchHIWJmOC0G+p0kzhXBqj6cDjK0QdPFwzrHWgrJp3RPvCG5qg==
286286

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==
287+
"@types/sinon@17.0.3":
288+
version "17.0.3"
289+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
290+
integrity sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==
291291
dependencies:
292292
"@types/sinonjs__fake-timers" "*"
293293

@@ -1760,10 +1760,6 @@ is-windows@^1.0.2:
17601760
version "1.0.2"
17611761
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
17621762

1763-
isarray@0.0.1:
1764-
version "0.0.1"
1765-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
1766-
17671763
isarray@1.0.0:
17681764
version "1.0.0"
17691765
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -1921,10 +1917,10 @@ jsprim@^1.2.2:
19211917
json-schema "0.2.3"
19221918
verror "1.3.6"
19231919

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==
1920+
just-extend@^6.2.0:
1921+
version "6.2.0"
1922+
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
1923+
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
19281924

19291925
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
19301926
version "3.2.2"
@@ -2208,16 +2204,16 @@ nanomatch@^1.2.9:
22082204
snapdragon "^0.8.1"
22092205
to-regex "^3.0.1"
22102206

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==
2207+
nise@^5.1.5:
2208+
version "5.1.7"
2209+
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.7.tgz#03ca96539efb306612eb60a8c5d6beeb208e27e5"
2210+
integrity sha512-wWtNUhkT7k58uvWTB/Gy26eA/EJKtPZFVAhEilN5UYVmmGRYOURbejRUyKm0Uu9XVEW7K5nBOZfR8VMB4QR2RQ==
22152211
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"
2212+
"@sinonjs/commons" "^3.0.0"
2213+
"@sinonjs/fake-timers" "^11.2.2"
2214+
"@sinonjs/text-encoding" "^0.7.2"
2215+
just-extend "^6.2.0"
2216+
path-to-regexp "^6.2.1"
22212217

22222218
node-emoji@1.8.1:
22232219
version "1.8.1"
@@ -2443,11 +2439,10 @@ path-parse@^1.0.5:
24432439
version "1.0.5"
24442440
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
24452441

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"
2442+
path-to-regexp@^6.2.1:
2443+
version "6.2.1"
2444+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"
2445+
integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==
24512446

24522447
path-type@^4.0.0:
24532448
version "4.0.0"
@@ -2819,16 +2814,16 @@ signal-exit@^3.0.7:
28192814
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
28202815
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
28212816

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==
2817+
sinon@17.0.1:
2818+
version "17.0.1"
2819+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
2820+
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
28262821
dependencies:
28272822
"@sinonjs/commons" "^3.0.0"
2828-
"@sinonjs/fake-timers" "^10.0.2"
2823+
"@sinonjs/fake-timers" "^11.2.2"
28292824
"@sinonjs/samsam" "^8.0.0"
28302825
diff "^5.1.0"
2831-
nise "^5.1.4"
2826+
nise "^5.1.5"
28322827
supports-color "^7.2.0"
28332828

28342829
slash@^3.0.0:

0 commit comments

Comments
 (0)