Skip to content

Commit e8355ee

Browse files
chore(deps-dev): bump sinon from 18.0.0 to 21.0.0 in /build
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 21.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/commits) --- updated-dependencies: - dependency-name: sinon dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e669de2 commit e8355ee

2 files changed

Lines changed: 32 additions & 67 deletions

File tree

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"karma-jasmine": "^1.1.2",
4646
"karma-jasmine-sinon": "^1.0.4",
4747
"karma-junit-reporter": "*",
48-
"sinon": "^18.0.0"
48+
"sinon": "^21.0.1"
4949
},
5050
"resolutions": {
5151
"socket.io-parser": "4.2.3",

build/yarn.lock

Lines changed: 31 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -325,40 +325,27 @@
325325
"@jridgewell/resolve-uri" "^3.1.0"
326326
"@jridgewell/sourcemap-codec" "^1.4.14"
327327

328-
"@sinonjs/commons@^2.0.0":
329-
version "2.0.0"
330-
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
331-
integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==
332-
dependencies:
333-
type-detect "4.0.8"
334-
335-
"@sinonjs/commons@^3.0.0", "@sinonjs/commons@^3.0.1":
328+
"@sinonjs/commons@^3.0.1":
336329
version "3.0.1"
337330
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
338331
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
339332
dependencies:
340333
type-detect "4.0.8"
341334

342-
"@sinonjs/fake-timers@^11.2.2":
343-
version "11.2.2"
344-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
345-
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
335+
"@sinonjs/fake-timers@^15.1.0":
336+
version "15.1.0"
337+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-15.1.0.tgz#f42e713425d4eb1a7bc88ef5d7f76c4546586c25"
338+
integrity sha512-cqfapCxwTGsrR80FEgOoPsTonoefMBY7dnUEbQ+GRcved0jvkJLzvX6F4WtN+HBqbPX/SiFsIRUp+IrCW/2I2w==
346339
dependencies:
347-
"@sinonjs/commons" "^3.0.0"
340+
"@sinonjs/commons" "^3.0.1"
348341

349-
"@sinonjs/samsam@^8.0.0":
350-
version "8.0.0"
351-
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60"
352-
integrity sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==
342+
"@sinonjs/samsam@^8.0.3":
343+
version "8.0.3"
344+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.3.tgz#eb6ffaef421e1e27783cc9b52567de20cb28072d"
345+
integrity sha512-hw6HbX+GyVZzmaYNh82Ecj1vdGZrqVIn/keDTg63IgAwiQPO+xCz99uG6Woqgb4tM0mUiFENKZ4cqd7IX94AXQ==
353346
dependencies:
354-
"@sinonjs/commons" "^2.0.0"
355-
lodash.get "^4.4.2"
356-
type-detect "^4.0.8"
357-
358-
"@sinonjs/text-encoding@^0.7.2":
359-
version "0.7.2"
360-
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
361-
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
347+
"@sinonjs/commons" "^3.0.1"
348+
type-detect "^4.1.0"
362349

363350
"@socket.io/component-emitter@~3.1.0":
364351
version "3.1.2"
@@ -670,10 +657,10 @@ di@^0.0.1:
670657
resolved "https://registry.yarnpkg.com/di/-/di-0.0.1.tgz#806649326ceaa7caa3306d75d985ea2748ba913c"
671658
integrity sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==
672659

673-
diff@^5.2.0:
674-
version "5.2.0"
675-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
676-
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
660+
diff@^8.0.2:
661+
version "8.0.3"
662+
resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.3.tgz#c7da3d9e0e8c283bb548681f8d7174653720c2d5"
663+
integrity sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==
677664

678665
dom-serialize@^2.2.1:
679666
version "2.2.1"
@@ -1055,11 +1042,6 @@ jsonfile@^4.0.0:
10551042
optionalDependencies:
10561043
graceful-fs "^4.1.6"
10571044

1058-
just-extend@^6.2.0:
1059-
version "6.2.0"
1060-
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
1061-
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
1062-
10631045
karma-coverage@*:
10641046
version "2.2.1"
10651047
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.2.1.tgz#e1cc074f93ace9dc4fb7e7aeca7135879c2e358c"
@@ -1128,11 +1110,6 @@ karma@^6.4.4:
11281110
ua-parser-js "^0.7.30"
11291111
yargs "^16.1.1"
11301112

1131-
lodash.get@^4.4.2:
1132-
version "4.4.2"
1133-
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
1134-
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
1135-
11361113
lodash.uniq@^4.5.0:
11371114
version "4.5.0"
11381115
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -1266,17 +1243,6 @@ neo-async@^2.6.2:
12661243
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
12671244
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
12681245

1269-
nise@^6.0.0:
1270-
version "6.0.0"
1271-
resolved "https://registry.yarnpkg.com/nise/-/nise-6.0.0.tgz#ae56fccb5d912037363c3b3f29ebbfa28bde8b48"
1272-
integrity sha512-K8ePqo9BFvN31HXwEtTNGzgrPpmvgciDsFz8aztFjt4LqKO/JeFD8tBOeuDiCMXrIl/m1YvfH8auSpxfaD09wg==
1273-
dependencies:
1274-
"@sinonjs/commons" "^3.0.0"
1275-
"@sinonjs/fake-timers" "^11.2.2"
1276-
"@sinonjs/text-encoding" "^0.7.2"
1277-
just-extend "^6.2.0"
1278-
path-to-regexp "^6.2.1"
1279-
12801246
node-releases@^2.0.14:
12811247
version "2.0.14"
12821248
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
@@ -1342,11 +1308,6 @@ path-is-absolute@^1.0.0:
13421308
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
13431309
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
13441310

1345-
path-to-regexp@^6.2.1:
1346-
version "6.3.0"
1347-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
1348-
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==
1349-
13501311
picocolors@^1.0.0, picocolors@^1.0.1:
13511312
version "1.0.1"
13521313
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
@@ -1461,17 +1422,16 @@ signal-exit@^3.0.2:
14611422
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
14621423
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
14631424

1464-
"sinon@>= 1.7.1", sinon@^18.0.0:
1465-
version "18.0.0"
1466-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.0.tgz#69ca293dbc3e82590a8b0d46c97f63ebc1e5fc01"
1467-
integrity sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA==
1425+
"sinon@>= 1.7.1", sinon@^21.0.1:
1426+
version "21.0.1"
1427+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-21.0.1.tgz#36b9126065a44906f7ba4a47b723b99315a8c356"
1428+
integrity sha512-Z0NVCW45W8Mg5oC/27/+fCqIHFnW8kpkFOq0j9XJIev4Ld0mKmERaZv5DMLAb9fGCevjKwaEeIQz5+MBXfZcDw==
14681429
dependencies:
14691430
"@sinonjs/commons" "^3.0.1"
1470-
"@sinonjs/fake-timers" "^11.2.2"
1471-
"@sinonjs/samsam" "^8.0.0"
1472-
diff "^5.2.0"
1473-
nise "^6.0.0"
1474-
supports-color "^7"
1431+
"@sinonjs/fake-timers" "^15.1.0"
1432+
"@sinonjs/samsam" "^8.0.3"
1433+
diff "^8.0.2"
1434+
supports-color "^7.2.0"
14751435

14761436
socket.io-adapter@~2.5.2:
14771437
version "2.5.4"
@@ -1563,7 +1523,7 @@ supports-color@^5.3.0:
15631523
dependencies:
15641524
has-flag "^3.0.0"
15651525

1566-
supports-color@^7, supports-color@^7.1.0:
1526+
supports-color@^7.1.0, supports-color@^7.2.0:
15671527
version "7.2.0"
15681528
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
15691529
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
@@ -1597,11 +1557,16 @@ toidentifier@1.0.1:
15971557
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
15981558
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
15991559

1600-
type-detect@4.0.8, type-detect@^4.0.8:
1560+
type-detect@4.0.8:
16011561
version "4.0.8"
16021562
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
16031563
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
16041564

1565+
type-detect@^4.1.0:
1566+
version "4.1.0"
1567+
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"
1568+
integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==
1569+
16051570
type-is@~1.6.18:
16061571
version "1.6.18"
16071572
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)