Skip to content

Commit 38bef2f

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

File tree

2 files changed

+160
-9
lines changed

2 files changed

+160
-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.0.3",
4545
"@semantic-release/git": "10.0.1",
4646
"@semantic-release/npm": "9.0.1",
4747
"@types/cheerio": "0.22.35",

yarn.lock

Lines changed: 159 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.22.13":
55+
version "7.26.2"
56+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
57+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
58+
dependencies:
59+
"@babel/helper-validator-identifier" "^7.25.9"
60+
js-tokens "^4.0.0"
61+
picocolors "^1.0.0"
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.25.9":
184+
version "7.25.9"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
186+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
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.0.3"
1028+
resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-7.0.3.tgz#be0b2d8e7e2bcf05076fc48914a643b939c2c151"
1029+
integrity sha512-uNWwPNtWi3WTcTm3fWfFQEuj8otOvwoS5m9yo2jSVHuvqdZNsOWmuL0/FqcVyZnCI32fxyYV0G7PPb/TzCH6jw==
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.2"
2798+
resolved "https://registry.yarnpkg.com/execa/-/execa-9.5.2.tgz#a4551034ee0795e241025d2f987dab3f4242dff2"
2799+
integrity sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==
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.0"
3279+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-8.0.0.tgz#2d3d63481c7c2319f0373428b01ffe30da6df852"
3280+
integrity sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==
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@^0.1.2:
3347+
version "0.1.2"
3348+
resolved "https://registry.yarnpkg.com/index-to-position/-/index-to-position-0.1.2.tgz#e11bfe995ca4d8eddb1ec43274488f3c201a7f09"
3349+
integrity sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==
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.1.0"
5285+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-8.1.0.tgz#91cdc7728004e955af9cb734de5684733b24a717"
5286+
integrity sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==
5287+
dependencies:
5288+
"@babel/code-frame" "^7.22.13"
5289+
index-to-position "^0.1.2"
5290+
type-fest "^4.7.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"
@@ -5290,6 +5409,13 @@ pretty-format@^27.5.1:
52905409
ansi-styles "^5.0.0"
52915410
react-is "^17.0.1"
52925411

5412+
pretty-ms@^9.0.0:
5413+
version "9.2.0"
5414+
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-9.2.0.tgz#e14c0aad6493b69ed63114442a84133d7e560ef0"
5415+
integrity sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==
5416+
dependencies:
5417+
parse-ms "^4.0.0"
5418+
52935419
proc-log@^1.0.0:
52945420
version "1.0.0"
52955421
resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-1.0.0.tgz#0d927307401f69ed79341e83a0b2c9a13395eb77"
@@ -5686,6 +5812,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
56865812
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af"
56875813
integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
56885814

5815+
signal-exit@^4.1.0:
5816+
version "4.1.0"
5817+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
5818+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
5819+
56895820
signale@^1.2.1:
56905821
version "1.4.0"
56915822
resolved "https://registry.yarnpkg.com/signale/-/signale-1.4.0.tgz#c4be58302fb0262ac00fc3d886a7c113759042f1"
@@ -5917,6 +6048,11 @@ strip-final-newline@^2.0.0:
59176048
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
59186049
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
59196050

6051+
strip-final-newline@^4.0.0:
6052+
version "4.0.0"
6053+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz#35a369ec2ac43df356e3edd5dcebb6429aa1fa5c"
6054+
integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==
6055+
59206056
strip-indent@^3.0.0:
59216057
version "3.0.0"
59226058
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
@@ -6225,6 +6361,11 @@ type-fest@^1.0.2:
62256361
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
62266362
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
62276363

6364+
type-fest@^4.7.1:
6365+
version "4.33.0"
6366+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.33.0.tgz#2da0c135b9afa76cf8b18ecfd4f260ecd414a432"
6367+
integrity sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==
6368+
62286369
typedarray-to-buffer@^3.1.5:
62296370
version "3.1.5"
62306371
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
@@ -6257,6 +6398,11 @@ unbox-primitive@^1.0.1:
62576398
has-symbols "^1.0.2"
62586399
which-boxed-primitive "^1.0.2"
62596400

6401+
unicorn-magic@^0.3.0:
6402+
version "0.3.0"
6403+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
6404+
integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
6405+
62606406
unique-filename@^1.1.1:
62616407
version "1.1.1"
62626408
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
@@ -6547,3 +6693,8 @@ yocto-queue@^0.1.0:
65476693
version "0.1.0"
65486694
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
65496695
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
6696+
6697+
yoctocolors@^2.0.0:
6698+
version "2.1.1"
6699+
resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.1.tgz#e0167474e9fbb9e8b3ecca738deaa61dd12e56fc"
6700+
integrity sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==

0 commit comments

Comments
 (0)