Skip to content

Commit c2b2e2f

Browse files
Update dependency sinon to v21
1 parent 45f8cc2 commit c2b2e2f

File tree

2 files changed

+34
-36
lines changed

2 files changed

+34
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"madge": "^8.0.0",
6464
"prettier": "^3.5.3",
6565
"rimraf": "^6.0.1",
66-
"sinon": "^19.0.4",
66+
"sinon": "^21.0.0",
6767
"tslib": "^2.8.1",
6868
"typescript": "^5.8.2",
6969
"vite": "^6.2.2"

yarn.lock

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
dependencies:
729729
type-detect "4.0.8"
730730

731-
"@sinonjs/fake-timers@^13.0.1", "@sinonjs/fake-timers@^13.0.5":
731+
"@sinonjs/fake-timers@^13.0.5":
732732
version "13.0.5"
733733
resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz"
734734
integrity sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==
@@ -744,11 +744,6 @@
744744
lodash.get "^4.4.2"
745745
type-detect "^4.1.0"
746746

747-
"@sinonjs/text-encoding@^0.7.3":
748-
version "0.7.3"
749-
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz"
750-
integrity sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==
751-
752747
"@thepassle/axobject-query@^4.0.0":
753748
version "4.0.0"
754749
resolved "https://registry.npmjs.org/@thepassle/axobject-query/-/axobject-query-4.0.0.tgz"
@@ -3731,11 +3726,6 @@ jsonfile@^6.0.1:
37313726
optionalDependencies:
37323727
graceful-fs "^4.1.6"
37333728

3734-
just-extend@^6.2.0:
3735-
version "6.2.0"
3736-
resolved "https://registry.npmjs.org/just-extend/-/just-extend-6.2.0.tgz"
3737-
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
3738-
37393729
keygrip@~1.1.0:
37403730
version "1.1.0"
37413731
resolved "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz"
@@ -4149,17 +4139,6 @@ netmask@^2.0.2:
41494139
resolved "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz"
41504140
integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==
41514141

4152-
nise@^6.1.1:
4153-
version "6.1.1"
4154-
resolved "https://registry.npmjs.org/nise/-/nise-6.1.1.tgz"
4155-
integrity sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==
4156-
dependencies:
4157-
"@sinonjs/commons" "^3.0.1"
4158-
"@sinonjs/fake-timers" "^13.0.1"
4159-
"@sinonjs/text-encoding" "^0.7.3"
4160-
just-extend "^6.2.0"
4161-
path-to-regexp "^8.1.0"
4162-
41634142
node-source-walk@^7.0.1:
41644143
version "7.0.1"
41654144
resolved "https://registry.npmjs.org/node-source-walk/-/node-source-walk-7.0.1.tgz"
@@ -4454,11 +4433,6 @@ path-scurry@^2.0.0:
44544433
lru-cache "^11.0.0"
44554434
minipass "^7.1.2"
44564435

4457-
path-to-regexp@^8.1.0:
4458-
version "8.2.0"
4459-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz"
4460-
integrity sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==
4461-
44624436
path-type@^4.0.0:
44634437
version "4.0.0"
44644438
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
@@ -4985,16 +4959,15 @@ signal-exit@^4.0.1:
49854959
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
49864960
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
49874961

4988-
sinon@^19.0.4:
4989-
version "19.0.4"
4990-
resolved "https://registry.npmjs.org/sinon/-/sinon-19.0.4.tgz"
4991-
integrity sha512-myidFob7fjmYHJb+CHNLtAYScxn3sngGq4t75L2rCGGpE/k4OQVkN3KE5FsN+XkO2+fcDZ65PGvq3KHrlLAm7g==
4962+
sinon@^21.0.0:
4963+
version "21.0.0"
4964+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-21.0.0.tgz#dbda73abc7e6cb803fef3368cfbecbb5936e8a9e"
4965+
integrity sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==
49924966
dependencies:
49934967
"@sinonjs/commons" "^3.0.1"
49944968
"@sinonjs/fake-timers" "^13.0.5"
49954969
"@sinonjs/samsam" "^8.0.1"
49964970
diff "^7.0.0"
4997-
nise "^6.1.1"
49984971
supports-color "^7.2.0"
49994972

50004973
slash@^3.0.0:
@@ -5080,7 +5053,16 @@ streamx@^2.15.0, streamx@^2.21.0:
50805053
optionalDependencies:
50815054
bare-events "^2.2.0"
50825055

5083-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5056+
"string-width-cjs@npm:string-width@^4.2.0":
5057+
version "4.2.3"
5058+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
5059+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5060+
dependencies:
5061+
emoji-regex "^8.0.0"
5062+
is-fullwidth-code-point "^3.0.0"
5063+
strip-ansi "^6.0.1"
5064+
5065+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
50845066
version "4.2.3"
50855067
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
50865068
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5146,7 +5128,14 @@ stringify-object@^3.2.1:
51465128
is-obj "^1.0.1"
51475129
is-regexp "^1.0.0"
51485130

5149-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5131+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5132+
version "6.0.1"
5133+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
5134+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5135+
dependencies:
5136+
ansi-regex "^5.0.1"
5137+
5138+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
51505139
version "6.0.1"
51515140
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
51525141
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5595,7 +5584,7 @@ wordwrapjs@^5.1.0:
55955584
resolved "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.0.tgz"
55965585
integrity sha512-JNjcULU2e4KJwUNv6CHgI46UvDGitb6dGryHajXTDiLgg1/RiGoPSDw4kZfYnwGtEXf2ZMeIewDQgFGzkCB2Sg==
55975586

5598-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5587+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
55995588
version "7.0.0"
56005589
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
56015590
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5613,6 +5602,15 @@ wrap-ansi@^6.2.0:
56135602
string-width "^4.1.0"
56145603
strip-ansi "^6.0.0"
56155604

5605+
wrap-ansi@^7.0.0:
5606+
version "7.0.0"
5607+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
5608+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5609+
dependencies:
5610+
ansi-styles "^4.0.0"
5611+
string-width "^4.1.0"
5612+
strip-ansi "^6.0.0"
5613+
56165614
wrap-ansi@^8.1.0:
56175615
version "8.1.0"
56185616
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)