Skip to content

Commit af5b64c

Browse files
committed
Merge branch 'master' of ssh://github.com/react-native-segmented-control/segmented-control
2 parents cbdf98e + c70cfa6 commit af5b64c

File tree

1 file changed

+91
-81
lines changed

1 file changed

+91
-81
lines changed

yarn.lock

Lines changed: 91 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.1.0":
5+
"@ampproject/remapping@^2.2.0":
66
version "2.2.0"
77
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
88
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
@@ -36,10 +36,10 @@
3636
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
3737
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
3838

39-
"@babel/compat-data@^7.19.3":
40-
version "7.19.3"
41-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
42-
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
39+
"@babel/compat-data@^7.20.5":
40+
version "7.21.0"
41+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
42+
integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==
4343

4444
"@babel/core@7.9.0":
4545
version "7.9.0"
@@ -64,33 +64,34 @@
6464
source-map "^0.5.0"
6565

6666
"@babel/core@^7.0.0", "@babel/core@^7.10.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0":
67-
version "7.19.6"
68-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
69-
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
67+
version "7.21.0"
68+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
69+
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
7070
dependencies:
71-
"@ampproject/remapping" "^2.1.0"
71+
"@ampproject/remapping" "^2.2.0"
7272
"@babel/code-frame" "^7.18.6"
73-
"@babel/generator" "^7.19.6"
74-
"@babel/helper-compilation-targets" "^7.19.3"
75-
"@babel/helper-module-transforms" "^7.19.6"
76-
"@babel/helpers" "^7.19.4"
77-
"@babel/parser" "^7.19.6"
78-
"@babel/template" "^7.18.10"
79-
"@babel/traverse" "^7.19.6"
80-
"@babel/types" "^7.19.4"
73+
"@babel/generator" "^7.21.0"
74+
"@babel/helper-compilation-targets" "^7.20.7"
75+
"@babel/helper-module-transforms" "^7.21.0"
76+
"@babel/helpers" "^7.21.0"
77+
"@babel/parser" "^7.21.0"
78+
"@babel/template" "^7.20.7"
79+
"@babel/traverse" "^7.21.0"
80+
"@babel/types" "^7.21.0"
8181
convert-source-map "^1.7.0"
8282
debug "^4.1.0"
8383
gensync "^1.0.0-beta.2"
84-
json5 "^2.2.1"
84+
json5 "^2.2.2"
8585
semver "^6.3.0"
8686

87-
"@babel/generator@^7.19.6", "@babel/generator@^7.20.0", "@babel/generator@^7.5.0", "@babel/generator@^7.7.2", "@babel/generator@^7.9.0":
88-
version "7.20.0"
89-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.0.tgz#0bfc5379e0efb05ca6092091261fcdf7ec36249d"
90-
integrity sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==
87+
"@babel/generator@^7.21.0", "@babel/generator@^7.5.0", "@babel/generator@^7.7.2", "@babel/generator@^7.9.0":
88+
version "7.21.0"
89+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f"
90+
integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA==
9191
dependencies:
92-
"@babel/types" "^7.20.0"
92+
"@babel/types" "^7.21.0"
9393
"@jridgewell/gen-mapping" "^0.3.2"
94+
"@jridgewell/trace-mapping" "^0.3.17"
9495
jsesc "^2.5.1"
9596

9697
"@babel/helper-annotate-as-pure@^7.10.4":
@@ -115,14 +116,15 @@
115116
"@babel/helper-explode-assignable-expression" "^7.18.6"
116117
"@babel/types" "^7.18.9"
117118

118-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
119-
version "7.19.3"
120-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
121-
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
119+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.20.7":
120+
version "7.20.7"
121+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
122+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
122123
dependencies:
123-
"@babel/compat-data" "^7.19.3"
124+
"@babel/compat-data" "^7.20.5"
124125
"@babel/helper-validator-option" "^7.18.6"
125126
browserslist "^4.21.3"
127+
lru-cache "^5.1.1"
126128
semver "^6.3.0"
127129

128130
"@babel/helper-create-class-features-plugin@^7.13.0":
@@ -207,6 +209,14 @@
207209
"@babel/template" "^7.18.10"
208210
"@babel/types" "^7.19.0"
209211

212+
"@babel/helper-function-name@^7.21.0":
213+
version "7.21.0"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
215+
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
216+
dependencies:
217+
"@babel/template" "^7.20.7"
218+
"@babel/types" "^7.21.0"
219+
210220
"@babel/helper-get-function-arity@^7.12.13":
211221
version "7.12.13"
212222
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -256,19 +266,19 @@
256266
dependencies:
257267
"@babel/types" "^7.18.6"
258268

259-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.9.0":
260-
version "7.19.6"
261-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
262-
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
269+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.21.0", "@babel/helper-module-transforms@^7.9.0":
270+
version "7.21.0"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
272+
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
263273
dependencies:
264274
"@babel/helper-environment-visitor" "^7.18.9"
265275
"@babel/helper-module-imports" "^7.18.6"
266-
"@babel/helper-simple-access" "^7.19.4"
276+
"@babel/helper-simple-access" "^7.20.2"
267277
"@babel/helper-split-export-declaration" "^7.18.6"
268278
"@babel/helper-validator-identifier" "^7.19.1"
269-
"@babel/template" "^7.18.10"
270-
"@babel/traverse" "^7.19.6"
271-
"@babel/types" "^7.19.4"
279+
"@babel/template" "^7.20.7"
280+
"@babel/traverse" "^7.21.0"
281+
"@babel/types" "^7.21.0"
272282

273283
"@babel/helper-optimise-call-expression@^7.10.4":
274284
version "7.10.4"
@@ -361,12 +371,12 @@
361371
dependencies:
362372
"@babel/types" "^7.18.6"
363373

364-
"@babel/helper-simple-access@^7.19.4":
365-
version "7.19.4"
366-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
367-
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
374+
"@babel/helper-simple-access@^7.20.2":
375+
version "7.20.2"
376+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
377+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
368378
dependencies:
369-
"@babel/types" "^7.19.4"
379+
"@babel/types" "^7.20.2"
370380

371381
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
372382
version "7.18.9"
@@ -424,14 +434,14 @@
424434
"@babel/traverse" "^7.19.0"
425435
"@babel/types" "^7.19.0"
426436

427-
"@babel/helpers@^7.19.4", "@babel/helpers@^7.9.0":
428-
version "7.20.0"
429-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.0.tgz#27c8ffa8cc32a2ed3762fba48886e7654dbcf77f"
430-
integrity sha512-aGMjYraN0zosCEthoGLdqot1oRsmxVTQRHadsUPz5QM44Zej2PYRz7XiDE7GqnkZnNtLbOuxqoZw42vkU7+XEQ==
437+
"@babel/helpers@^7.21.0", "@babel/helpers@^7.9.0":
438+
version "7.21.0"
439+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
440+
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
431441
dependencies:
432-
"@babel/template" "^7.18.10"
433-
"@babel/traverse" "^7.20.0"
434-
"@babel/types" "^7.20.0"
442+
"@babel/template" "^7.20.7"
443+
"@babel/traverse" "^7.21.0"
444+
"@babel/types" "^7.21.0"
435445

436446
"@babel/highlight@^7.10.4":
437447
version "7.13.10"
@@ -451,10 +461,10 @@
451461
chalk "^2.0.0"
452462
js-tokens "^4.0.0"
453463

454-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6", "@babel/parser@^7.20.0", "@babel/parser@^7.7.0", "@babel/parser@^7.9.0":
455-
version "7.20.0"
456-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.0.tgz#b26133c888da4d79b0d3edcf42677bcadc783046"
457-
integrity sha512-G9VgAhEaICnz8iiJeGJQyVl6J2nTjbW0xeisva0PK6XcKsga7BIaqm4ZF8Rg1Wbaqmy6znspNqhPaPkyukujzg==
464+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.7.0", "@babel/parser@^7.9.0":
465+
version "7.21.0"
466+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4"
467+
integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg==
458468

459469
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
460470
version "7.18.6"
@@ -1291,35 +1301,35 @@
12911301
dependencies:
12921302
regenerator-runtime "^0.13.10"
12931303

1294-
"@babel/template@^7.0.0", "@babel/template@^7.12.13", "@babel/template@^7.18.10", "@babel/template@^7.3.3", "@babel/template@^7.8.6":
1295-
version "7.18.10"
1296-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1297-
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
1304+
"@babel/template@^7.0.0", "@babel/template@^7.12.13", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3", "@babel/template@^7.8.6":
1305+
version "7.20.7"
1306+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1307+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
12981308
dependencies:
12991309
"@babel/code-frame" "^7.18.6"
1300-
"@babel/parser" "^7.18.10"
1301-
"@babel/types" "^7.18.10"
1310+
"@babel/parser" "^7.20.7"
1311+
"@babel/types" "^7.20.7"
13021312

1303-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4", "@babel/traverse@^7.9.0":
1304-
version "7.20.0"
1305-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.0.tgz#538c4c6ce6255f5666eba02252a7b59fc2d5ed98"
1306-
integrity sha512-5+cAXQNARgjRUK0JWu2UBwja4JLSO/rBMPJzpsKb+oBF5xlUuCfljQepS4XypBQoiigL0VQjTZy6WiONtUdScQ==
1313+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.21.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4", "@babel/traverse@^7.9.0":
1314+
version "7.21.0"
1315+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc"
1316+
integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA==
13071317
dependencies:
13081318
"@babel/code-frame" "^7.18.6"
1309-
"@babel/generator" "^7.20.0"
1319+
"@babel/generator" "^7.21.0"
13101320
"@babel/helper-environment-visitor" "^7.18.9"
1311-
"@babel/helper-function-name" "^7.19.0"
1321+
"@babel/helper-function-name" "^7.21.0"
13121322
"@babel/helper-hoist-variables" "^7.18.6"
13131323
"@babel/helper-split-export-declaration" "^7.18.6"
1314-
"@babel/parser" "^7.20.0"
1315-
"@babel/types" "^7.20.0"
1324+
"@babel/parser" "^7.21.0"
1325+
"@babel/types" "^7.21.0"
13161326
debug "^4.1.0"
13171327
globals "^11.1.0"
13181328

1319-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0":
1320-
version "7.20.0"
1321-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"
1322-
integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==
1329+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0":
1330+
version "7.21.0"
1331+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819"
1332+
integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow==
13231333
dependencies:
13241334
"@babel/helper-string-parser" "^7.19.4"
13251335
"@babel/helper-validator-identifier" "^7.19.1"
@@ -2098,7 +2108,7 @@
20982108
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
20992109
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
21002110

2101-
"@jridgewell/trace-mapping@^0.3.12":
2111+
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17":
21022112
version "0.3.17"
21032113
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
21042114
integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
@@ -5564,9 +5574,9 @@ decamelize@^1.1.0, decamelize@^1.2.0:
55645574
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
55655575

55665576
decode-uri-component@^0.2.0:
5567-
version "0.2.0"
5568-
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
5569-
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
5577+
version "0.2.2"
5578+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
5579+
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
55705580

55715581
dedent@^0.7.0:
55725582
version "0.7.0"
@@ -9209,10 +9219,10 @@ json5@^1.0.1:
92099219
dependencies:
92109220
minimist "^1.2.0"
92119221

9212-
json5@^2.1.2, json5@^2.2.1:
9213-
version "2.2.1"
9214-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
9215-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
9222+
json5@^2.1.2, json5@^2.2.2:
9223+
version "2.2.3"
9224+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
9225+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
92169226

92179227
jsonfile@^2.1.0:
92189228
version "2.4.0"
@@ -9475,9 +9485,9 @@ loader-utils@2.0.0, loader-utils@^2.0.0:
94759485
json5 "^2.1.2"
94769486

94779487
loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
9478-
version "1.4.1"
9479-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.1.tgz#278ad7006660bccc4d2c0c1578e17c5c78d5c0e0"
9480-
integrity sha512-1Qo97Y2oKaU+Ro2xnDMR26g1BwMT29jNbem1EvcujW2jqt+j5COXyscjM7bLQkM9HaxI7pkWeW7gnI072yMI9Q==
9488+
version "1.4.2"
9489+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
9490+
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
94819491
dependencies:
94829492
big.js "^5.2.2"
94839493
emojis-list "^3.0.0"

0 commit comments

Comments
 (0)