Skip to content

Commit 4d94bac

Browse files
chore(deps): update dependency sinon to v20 (#1292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6341c5e commit 4d94bac

File tree

9 files changed

+15
-66
lines changed

9 files changed

+15
-66
lines changed

packages/mg-assetscraper-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",
3434
"nock": "13.5.6",
35-
"sinon": "^18.0.0",
35+
"sinon": "^20.0.0",
3636
"typescript": "5.5.4"
3737
},
3838
"dependencies": {

packages/mg-beehiiv-members/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"c8": "10.1.3",
3131
"eslint": "8.57.0",
3232
"jest": "29.7.0",
33-
"sinon": "^19.0.0",
33+
"sinon": "^20.0.0",
3434
"typescript": "5.5.4"
3535
},
3636
"dependencies": {

packages/mg-beehiiv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dotenv": "16.5.0",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",
34-
"sinon": "^19.0.0",
34+
"sinon": "^20.0.0",
3535
"typescript": "5.5.4"
3636
},
3737
"dependencies": {

packages/mg-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"c8": "10.1.3",
3131
"eslint": "8.57.0",
3232
"jest": "29.7.0",
33-
"sinon": "19.0.5",
33+
"sinon": "20.0.0",
3434
"typescript": "5.5.4"
3535
},
3636
"dependencies": {

packages/mg-html-lexical/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"c8": "10.1.3",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",
34-
"sinon": "19.0.5",
34+
"sinon": "20.0.0",
3535
"typescript": "5.5.4"
3636
},
3737
"dependencies": {

packages/mg-mailchimp-members/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"c8": "10.1.3",
3131
"eslint": "8.57.0",
3232
"jest": "29.7.0",
33-
"sinon": "^19.0.0",
33+
"sinon": "^20.0.0",
3434
"typescript": "5.5.4"
3535
},
3636
"dependencies": {

packages/mg-medium-members/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"c8": "10.1.3",
3030
"eslint": "8.57.0",
3131
"jest": "29.7.0",
32-
"sinon": "^19.0.0",
32+
"sinon": "^20.0.0",
3333
"typescript": "5.5.4"
3434
},
3535
"dependencies": {

packages/mg-stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dotenv": "16.5.0",
3333
"eslint": "8.57.0",
3434
"jest": "29.7.0",
35-
"sinon": "^19.0.0",
35+
"sinon": "^20.0.0",
3636
"ts-jest": "^29.1.2",
3737
"ts-node": "^10.9.2",
3838
"typescript": "5.5.4"

yarn.lock

Lines changed: 7 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,28 +1221,21 @@
12211221
dependencies:
12221222
type-detect "4.0.8"
12231223

1224-
"@sinonjs/[email protected]":
1225-
version "11.2.2"
1226-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
1227-
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
1228-
dependencies:
1229-
"@sinonjs/commons" "^3.0.0"
1230-
12311224
"@sinonjs/fake-timers@^10.0.2":
12321225
version "10.3.0"
12331226
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
12341227
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
12351228
dependencies:
12361229
"@sinonjs/commons" "^3.0.0"
12371230

1238-
"@sinonjs/fake-timers@^13.0.1", "@sinonjs/fake-timers@^13.0.5":
1231+
"@sinonjs/fake-timers@^13.0.5":
12391232
version "13.0.5"
12401233
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz#36b9dbc21ad5546486ea9173d6bea063eb1717d5"
12411234
integrity sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==
12421235
dependencies:
12431236
"@sinonjs/commons" "^3.0.1"
12441237

1245-
"@sinonjs/samsam@^8.0.0", "@sinonjs/samsam@^8.0.1":
1238+
"@sinonjs/samsam@^8.0.1":
12461239
version "8.0.2"
12471240
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.2.tgz#e4386bf668ff36c95949e55a38dc5f5892fc2689"
12481241
integrity sha512-v46t/fwnhejRSFTGqbpn9u+LQ9xJDse10gNnPgAcxgdoCDMXj/G2asWAC/8Qs+BAZDicX+MNZouXT1A7c83kVw==
@@ -1251,11 +1244,6 @@
12511244
lodash.get "^4.4.2"
12521245
type-detect "^4.1.0"
12531246

1254-
"@sinonjs/text-encoding@^0.7.3":
1255-
version "0.7.3"
1256-
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz#282046f03e886e352b2d5f5da5eb755e01457f3f"
1257-
integrity sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==
1258-
12591247
"@stdlib/array-float32@^0.0.x":
12601248
version "0.0.6"
12611249
resolved "https://registry.yarnpkg.com/@stdlib/array-float32/-/array-float32-0.0.6.tgz#7a1c89db3c911183ec249fa32455abd9328cfa27"
@@ -5639,11 +5627,6 @@ diff@^4.0.1:
56395627
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
56405628
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
56415629

5642-
diff@^5.2.0:
5643-
version "5.2.0"
5644-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
5645-
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
5646-
56475630
diff@^7.0.0:
56485631
version "7.0.0"
56495632
resolved "https://registry.yarnpkg.com/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
@@ -8616,11 +8599,6 @@ juice@^10.0.0:
86168599
slick "^1.12.2"
86178600
web-resource-inliner "^6.0.1"
86188601

8619-
just-extend@^6.2.0:
8620-
version "6.2.0"
8621-
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
8622-
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
8623-
86248602
jwa@^1.4.1:
86258603
version "1.4.1"
86268604
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -9531,17 +9509,6 @@ neo-async@^2.6.2:
95319509
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
95329510
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
95339511

9534-
nise@^6.0.0, nise@^6.1.1:
9535-
version "6.1.1"
9536-
resolved "https://registry.yarnpkg.com/nise/-/nise-6.1.1.tgz#78ea93cc49be122e44cb7c8fdf597b0e8778b64a"
9537-
integrity sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==
9538-
dependencies:
9539-
"@sinonjs/commons" "^3.0.1"
9540-
"@sinonjs/fake-timers" "^13.0.1"
9541-
"@sinonjs/text-encoding" "^0.7.3"
9542-
just-extend "^6.2.0"
9543-
path-to-regexp "^8.1.0"
9544-
95459512
no-case@^2.2.0:
95469513
version "2.3.2"
95479514
resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
@@ -10081,11 +10048,6 @@ path-scurry@^1.11.1:
1008110048
lru-cache "^10.2.0"
1008210049
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1008310050

10084-
path-to-regexp@^8.1.0:
10085-
version "8.2.0"
10086-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz#73990cc29e57a3ff2a0d914095156df5db79e8b4"
10087-
integrity sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==
10088-
1008910051
path-type@^4.0.0:
1009010052
version "4.0.0"
1009110053
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -11145,30 +11107,17 @@ simple-swizzle@^0.2.2:
1114511107
dependencies:
1114611108
is-arrayish "^0.3.1"
1114711109

11148-
sinon@19.0.5, sinon@^19.0.0:
11149-
version "19.0.5"
11150-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-19.0.5.tgz#64fd2f84786a043f721246c40b36bef4c4b76b3c"
11151-
integrity sha512-r15s9/s+ub/d4bxNXqIUmwp6imVSdTorIRaxoecYjqTVLZ8RuoXr/4EDGwIBo6Waxn7f2gnURX9zuhAfCwaF6Q==
11110+
sinon@20.0.0, sinon@^20.0.0:
11111+
version "20.0.0"
11112+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-20.0.0.tgz#4b653468735f7152ba694d05498c2b5d024ab006"
11113+
integrity sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==
1115211114
dependencies:
1115311115
"@sinonjs/commons" "^3.0.1"
1115411116
"@sinonjs/fake-timers" "^13.0.5"
1115511117
"@sinonjs/samsam" "^8.0.1"
1115611118
diff "^7.0.0"
11157-
nise "^6.1.1"
1115811119
supports-color "^7.2.0"
1115911120

11160-
sinon@^18.0.0:
11161-
version "18.0.1"
11162-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.1.tgz#464334cdfea2cddc5eda9a4ea7e2e3f0c7a91c5e"
11163-
integrity sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw==
11164-
dependencies:
11165-
"@sinonjs/commons" "^3.0.1"
11166-
"@sinonjs/fake-timers" "11.2.2"
11167-
"@sinonjs/samsam" "^8.0.0"
11168-
diff "^5.2.0"
11169-
nise "^6.0.0"
11170-
supports-color "^7"
11171-
1117211121
sisteransi@^1.0.5:
1117311122
version "1.0.5"
1117411123
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -11624,7 +11573,7 @@ supports-color@^5.3.0:
1162411573
dependencies:
1162511574
has-flag "^3.0.0"
1162611575

11627-
supports-color@^7, supports-color@^7.1.0, supports-color@^7.2.0:
11576+
supports-color@^7.1.0, supports-color@^7.2.0:
1162811577
version "7.2.0"
1162911578
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
1163011579
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==

0 commit comments

Comments
 (0)