Skip to content

Commit 3fd1b33

Browse files
chore(deps): update dependency @semantic-release/exec to v7
1 parent 81a0bd9 commit 3fd1b33

File tree

2 files changed

+165
-9
lines changed

2 files changed

+165
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/algolia/algoliasearch-crawler-github-actions#readme",
4242
"devDependencies": {
4343
"@semantic-release/changelog": "6.0.2",
44-
"@semantic-release/exec": "6.0.3",
44+
"@semantic-release/exec": "7.1.0",
4545
"@semantic-release/git": "10.0.1",
4646
"@semantic-release/npm": "9.0.1",
4747
"@types/cheerio": "0.22.35",

yarn.lock

Lines changed: 164 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
dependencies:
5252
"@babel/highlight" "^7.16.7"
5353

54+
"@babel/code-frame@^7.26.2":
55+
version "7.27.1"
56+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
57+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
58+
dependencies:
59+
"@babel/helper-validator-identifier" "^7.27.1"
60+
js-tokens "^4.0.0"
61+
picocolors "^1.1.1"
62+
5463
"@babel/compat-data@^7.16.4":
5564
version "7.16.8"
5665
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
@@ -171,6 +180,11 @@
171180
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
172181
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
173182

183+
"@babel/helper-validator-identifier@^7.27.1":
184+
version "7.27.1"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
186+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
187+
174188
"@babel/helper-validator-option@^7.16.7":
175189
version "7.16.7"
176190
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -966,6 +980,11 @@
966980
dependencies:
967981
"@octokit/openapi-types" "^11.2.0"
968982

983+
"@sec-ant/readable-stream@^0.4.1":
984+
version "0.4.1"
985+
resolved "https://registry.yarnpkg.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz#60de891bb126abfdc5410fdc6166aca065f10a0c"
986+
integrity sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==
987+
969988
"@semantic-release/[email protected]":
970989
version "6.0.2"
971990
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-6.0.2.tgz#fdcdbd368788c8fcc69c4af29bf2064f4afb45f4"
@@ -999,17 +1018,22 @@
9991018
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-3.0.0.tgz#30a3b97bbb5844d695eb22f9d3aa40f6a92770c2"
10001019
integrity sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==
10011020

1002-
"@semantic-release/[email protected]":
1003-
version "6.0.3"
1004-
resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-6.0.3.tgz#d212fdf19633bdfb553de6cb6c7f8781933224db"
1005-
integrity sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==
1021+
"@semantic-release/error@^4.0.0":
1022+
version "4.0.0"
1023+
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
1024+
integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==
1025+
1026+
"@semantic-release/[email protected]":
1027+
version "7.1.0"
1028+
resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-7.1.0.tgz#cfaffe85a589aa0f385eede256904ce70acb829f"
1029+
integrity sha512-4ycZ2atgEUutspPZ2hxO6z8JoQt4+y/kkHvfZ1cZxgl9WKJId1xPj+UadwInj+gMn2Gsv+fLnbrZ4s+6tK2TFQ==
10061030
dependencies:
1007-
"@semantic-release/error" "^3.0.0"
1031+
"@semantic-release/error" "^4.0.0"
10081032
aggregate-error "^3.0.0"
10091033
debug "^4.0.0"
1010-
execa "^5.0.0"
1011-
lodash "^4.17.4"
1012-
parse-json "^5.0.0"
1034+
execa "^9.0.0"
1035+
lodash-es "^4.17.21"
1036+
parse-json "^8.0.0"
10131037

10141038
"@semantic-release/[email protected]":
10151039
version "10.0.1"
@@ -1101,6 +1125,11 @@
11011125
lodash "^4.17.4"
11021126
read-pkg-up "^7.0.0"
11031127

1128+
"@sindresorhus/merge-streams@^4.0.0":
1129+
version "4.0.0"
1130+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339"
1131+
integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==
1132+
11041133
"@sinonjs/commons@^1.7.0":
11051134
version "1.8.3"
11061135
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
@@ -2764,6 +2793,24 @@ execa@^5.0.0:
27642793
signal-exit "^3.0.3"
27652794
strip-final-newline "^2.0.0"
27662795

2796+
execa@^9.0.0:
2797+
version "9.5.3"
2798+
resolved "https://registry.yarnpkg.com/execa/-/execa-9.5.3.tgz#aa9b6e92ea6692b88a240efc260ca30489b33e2a"
2799+
integrity sha512-QFNnTvU3UjgWFy8Ef9iDHvIdcgZ344ebkwYx4/KLbR+CKQA4xBaHzv+iRpp86QfMHP8faFQLh8iOc57215y4Rg==
2800+
dependencies:
2801+
"@sindresorhus/merge-streams" "^4.0.0"
2802+
cross-spawn "^7.0.3"
2803+
figures "^6.1.0"
2804+
get-stream "^9.0.0"
2805+
human-signals "^8.0.0"
2806+
is-plain-obj "^4.1.0"
2807+
is-stream "^4.0.1"
2808+
npm-run-path "^6.0.0"
2809+
pretty-ms "^9.0.0"
2810+
signal-exit "^4.1.0"
2811+
strip-final-newline "^4.0.0"
2812+
yoctocolors "^2.0.0"
2813+
27672814
exit@^0.1.2:
27682815
version "0.1.2"
27692816
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -2843,6 +2890,13 @@ figures@^3.0.0:
28432890
dependencies:
28442891
escape-string-regexp "^1.0.5"
28452892

2893+
figures@^6.1.0:
2894+
version "6.1.0"
2895+
resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a"
2896+
integrity sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==
2897+
dependencies:
2898+
is-unicode-supported "^2.0.0"
2899+
28462900
file-entry-cache@^6.0.1:
28472901
version "6.0.1"
28482902
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3006,6 +3060,14 @@ get-stream@^6.0.0:
30063060
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
30073061
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
30083062

3063+
get-stream@^9.0.0:
3064+
version "9.0.1"
3065+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-9.0.1.tgz#95157d21df8eb90d1647102b63039b1df60ebd27"
3066+
integrity sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==
3067+
dependencies:
3068+
"@sec-ant/readable-stream" "^0.4.1"
3069+
is-stream "^4.0.1"
3070+
30093071
get-symbol-description@^1.0.0:
30103072
version "1.0.0"
30113073
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
@@ -3212,6 +3274,11 @@ human-signals@^2.1.0:
32123274
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
32133275
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
32143276

3277+
human-signals@^8.0.0:
3278+
version "8.0.1"
3279+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-8.0.1.tgz#f08bb593b6d1db353933d06156cedec90abe51fb"
3280+
integrity sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==
3281+
32153282
humanize-ms@^1.2.1:
32163283
version "1.2.1"
32173284
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -3276,6 +3343,11 @@ indent-string@^4.0.0:
32763343
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
32773344
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
32783345

3346+
index-to-position@^1.1.0:
3347+
version "1.1.0"
3348+
resolved "https://registry.yarnpkg.com/index-to-position/-/index-to-position-1.1.0.tgz#2e50bd54c8040bdd6d9b3d95ec2a8fedf86b4d44"
3349+
integrity sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==
3350+
32793351
infer-owner@^1.0.4:
32803352
version "1.0.4"
32813353
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
@@ -3454,6 +3526,11 @@ is-plain-obj@^1.1.0:
34543526
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
34553527
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
34563528

3529+
is-plain-obj@^4.1.0:
3530+
version "4.1.0"
3531+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
3532+
integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
3533+
34573534
is-plain-object@^5.0.0:
34583535
version "5.0.0"
34593536
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
@@ -3482,6 +3559,11 @@ is-stream@^2.0.0:
34823559
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
34833560
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
34843561

3562+
is-stream@^4.0.1:
3563+
version "4.0.1"
3564+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
3565+
integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
3566+
34853567
is-string@^1.0.5, is-string@^1.0.7:
34863568
version "1.0.7"
34873569
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
@@ -3508,6 +3590,11 @@ is-typedarray@^1.0.0:
35083590
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
35093591
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
35103592

3593+
is-unicode-supported@^2.0.0:
3594+
version "2.1.0"
3595+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a"
3596+
integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==
3597+
35113598
is-weakref@^1.0.1:
35123599
version "1.0.2"
35133600
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
@@ -4309,6 +4396,11 @@ locate-path@^6.0.0:
43094396
dependencies:
43104397
p-locate "^5.0.0"
43114398

4399+
lodash-es@^4.17.21:
4400+
version "4.17.21"
4401+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
4402+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
4403+
43124404
lodash.capitalize@^4.2.1:
43134405
version "4.2.1"
43144406
resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9"
@@ -4858,6 +4950,14 @@ npm-run-path@^4.0.1:
48584950
dependencies:
48594951
path-key "^3.0.0"
48604952

4953+
npm-run-path@^6.0.0:
4954+
version "6.0.0"
4955+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-6.0.0.tgz#25cfdc4eae04976f3349c0b1afc089052c362537"
4956+
integrity sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==
4957+
dependencies:
4958+
path-key "^4.0.0"
4959+
unicorn-magic "^0.3.0"
4960+
48614961
npm-user-validate@^1.0.1:
48624962
version "1.0.1"
48634963
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.1.tgz#31428fc5475fe8416023f178c0ab47935ad8c561"
@@ -5180,6 +5280,20 @@ parse-json@^5.0.0, parse-json@^5.2.0:
51805280
json-parse-even-better-errors "^2.3.0"
51815281
lines-and-columns "^1.1.6"
51825282

5283+
parse-json@^8.0.0:
5284+
version "8.3.0"
5285+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-8.3.0.tgz#88a195a2157025139a2317a4f2f9252b61304ed5"
5286+
integrity sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==
5287+
dependencies:
5288+
"@babel/code-frame" "^7.26.2"
5289+
index-to-position "^1.1.0"
5290+
type-fest "^4.39.1"
5291+
5292+
parse-ms@^4.0.0:
5293+
version "4.0.0"
5294+
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4"
5295+
integrity sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==
5296+
51835297
51845298
version "6.0.1"
51855299
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
@@ -5205,6 +5319,11 @@ path-key@^3.0.0, path-key@^3.1.0:
52055319
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
52065320
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
52075321

5322+
path-key@^4.0.0:
5323+
version "4.0.0"
5324+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
5325+
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
5326+
52085327
path-parse@^1.0.7:
52095328
version "1.0.7"
52105329
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
@@ -5220,6 +5339,11 @@ picocolors@^1.0.0:
52205339
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
52215340
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
52225341

5342+
picocolors@^1.1.1:
5343+
version "1.1.1"
5344+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
5345+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
5346+
52235347
picomatch@^2.0.4, picomatch@^2.2.3:
52245348
version "2.3.1"
52255349
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -5290,6 +5414,13 @@ pretty-format@^27.5.1:
52905414
ansi-styles "^5.0.0"
52915415
react-is "^17.0.1"
52925416

5417+
pretty-ms@^9.0.0:
5418+
version "9.2.0"
5419+
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-9.2.0.tgz#e14c0aad6493b69ed63114442a84133d7e560ef0"
5420+
integrity sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==
5421+
dependencies:
5422+
parse-ms "^4.0.0"
5423+
52935424
proc-log@^1.0.0:
52945425
version "1.0.0"
52955426
resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-1.0.0.tgz#0d927307401f69ed79341e83a0b2c9a13395eb77"
@@ -5686,6 +5817,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
56865817
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af"
56875818
integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
56885819

5820+
signal-exit@^4.1.0:
5821+
version "4.1.0"
5822+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
5823+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
5824+
56895825
signale@^1.2.1:
56905826
version "1.4.0"
56915827
resolved "https://registry.yarnpkg.com/signale/-/signale-1.4.0.tgz#c4be58302fb0262ac00fc3d886a7c113759042f1"
@@ -5917,6 +6053,11 @@ strip-final-newline@^2.0.0:
59176053
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
59186054
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
59196055

6056+
strip-final-newline@^4.0.0:
6057+
version "4.0.0"
6058+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz#35a369ec2ac43df356e3edd5dcebb6429aa1fa5c"
6059+
integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==
6060+
59206061
strip-indent@^3.0.0:
59216062
version "3.0.0"
59226063
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
@@ -6225,6 +6366,11 @@ type-fest@^1.0.2:
62256366
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
62266367
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
62276368

6369+
type-fest@^4.39.1:
6370+
version "4.41.0"
6371+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
6372+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
6373+
62286374
typedarray-to-buffer@^3.1.5:
62296375
version "3.1.5"
62306376
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
@@ -6257,6 +6403,11 @@ unbox-primitive@^1.0.1:
62576403
has-symbols "^1.0.2"
62586404
which-boxed-primitive "^1.0.2"
62596405

6406+
unicorn-magic@^0.3.0:
6407+
version "0.3.0"
6408+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
6409+
integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
6410+
62606411
unique-filename@^1.1.1:
62616412
version "1.1.1"
62626413
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
@@ -6547,3 +6698,8 @@ yocto-queue@^0.1.0:
65476698
version "0.1.0"
65486699
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
65496700
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
6701+
6702+
yoctocolors@^2.0.0:
6703+
version "2.1.1"
6704+
resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.1.tgz#e0167474e9fbb9e8b3ecca738deaa61dd12e56fc"
6705+
integrity sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==

0 commit comments

Comments
 (0)