Skip to content

Commit b7fbe92

Browse files
Bump @babel/traverse from 7.18.6 to 7.23.2 in /docs
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.6 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1e7ea6 commit b7fbe92

File tree

1 file changed

+149
-37
lines changed

1 file changed

+149
-37
lines changed

docs/yarn.lock

+149-37
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@
161161
dependencies:
162162
"@babel/highlight" "^7.18.6"
163163

164+
"@babel/code-frame@^7.22.13":
165+
version "7.22.13"
166+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
167+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
168+
dependencies:
169+
"@babel/highlight" "^7.22.13"
170+
chalk "^2.4.2"
171+
164172
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.6":
165173
version "7.18.6"
166174
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53"
@@ -253,6 +261,16 @@
253261
"@jridgewell/gen-mapping" "^0.3.2"
254262
jsesc "^2.5.1"
255263

264+
"@babel/generator@^7.23.0":
265+
version "7.23.0"
266+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
267+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
268+
dependencies:
269+
"@babel/types" "^7.23.0"
270+
"@jridgewell/gen-mapping" "^0.3.2"
271+
"@jridgewell/trace-mapping" "^0.3.17"
272+
jsesc "^2.5.1"
273+
256274
"@babel/helper-annotate-as-pure@^7.18.6":
257275
version "7.18.6"
258276
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -353,6 +371,11 @@
353371
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
354372
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
355373

374+
"@babel/helper-environment-visitor@^7.22.20":
375+
version "7.22.20"
376+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
377+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
378+
356379
"@babel/helper-explode-assignable-expression@^7.18.6":
357380
version "7.18.6"
358381
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -376,13 +399,28 @@
376399
"@babel/template" "^7.18.10"
377400
"@babel/types" "^7.19.0"
378401

402+
"@babel/helper-function-name@^7.23.0":
403+
version "7.23.0"
404+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
405+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
406+
dependencies:
407+
"@babel/template" "^7.22.15"
408+
"@babel/types" "^7.23.0"
409+
379410
"@babel/helper-hoist-variables@^7.18.6":
380411
version "7.18.6"
381412
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
382413
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
383414
dependencies:
384415
"@babel/types" "^7.18.6"
385416

417+
"@babel/helper-hoist-variables@^7.22.5":
418+
version "7.22.5"
419+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
420+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
421+
dependencies:
422+
"@babel/types" "^7.22.5"
423+
386424
"@babel/helper-member-expression-to-functions@^7.18.6":
387425
version "7.18.6"
388426
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc"
@@ -531,11 +569,23 @@
531569
dependencies:
532570
"@babel/types" "^7.18.6"
533571

572+
"@babel/helper-split-export-declaration@^7.22.6":
573+
version "7.22.6"
574+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
575+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
576+
dependencies:
577+
"@babel/types" "^7.22.5"
578+
534579
"@babel/helper-string-parser@^7.19.4":
535580
version "7.19.4"
536581
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
537582
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
538583

584+
"@babel/helper-string-parser@^7.22.5":
585+
version "7.22.5"
586+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
587+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
588+
539589
"@babel/helper-validator-identifier@^7.18.6":
540590
version "7.18.6"
541591
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -546,6 +596,11 @@
546596
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
547597
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
548598

599+
"@babel/helper-validator-identifier@^7.22.20":
600+
version "7.22.20"
601+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
602+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
603+
549604
"@babel/helper-validator-option@^7.18.6":
550605
version "7.18.6"
551606
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -598,6 +653,15 @@
598653
chalk "^2.0.0"
599654
js-tokens "^4.0.0"
600655

656+
"@babel/highlight@^7.22.13":
657+
version "7.22.20"
658+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
659+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
660+
dependencies:
661+
"@babel/helper-validator-identifier" "^7.22.20"
662+
chalk "^2.4.2"
663+
js-tokens "^4.0.0"
664+
601665
"@babel/parser@^7.12.7", "@babel/parser@^7.18.6":
602666
version "7.18.6"
603667
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
@@ -608,6 +672,11 @@
608672
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
609673
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
610674

675+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
676+
version "7.23.0"
677+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
678+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
679+
611680
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
612681
version "7.18.6"
613682
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1634,35 +1703,28 @@
16341703
"@babel/parser" "^7.18.10"
16351704
"@babel/types" "^7.18.10"
16361705

1637-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6":
1638-
version "7.18.6"
1639-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
1640-
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1641-
dependencies:
1642-
"@babel/code-frame" "^7.18.6"
1643-
"@babel/generator" "^7.18.6"
1644-
"@babel/helper-environment-visitor" "^7.18.6"
1645-
"@babel/helper-function-name" "^7.18.6"
1646-
"@babel/helper-hoist-variables" "^7.18.6"
1647-
"@babel/helper-split-export-declaration" "^7.18.6"
1648-
"@babel/parser" "^7.18.6"
1649-
"@babel/types" "^7.18.6"
1650-
debug "^4.1.0"
1651-
globals "^11.1.0"
1652-
1653-
"@babel/traverse@^7.18.8", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
1654-
version "7.20.5"
1655-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1656-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1657-
dependencies:
1658-
"@babel/code-frame" "^7.18.6"
1659-
"@babel/generator" "^7.20.5"
1660-
"@babel/helper-environment-visitor" "^7.18.9"
1661-
"@babel/helper-function-name" "^7.19.0"
1662-
"@babel/helper-hoist-variables" "^7.18.6"
1663-
"@babel/helper-split-export-declaration" "^7.18.6"
1664-
"@babel/parser" "^7.20.5"
1665-
"@babel/types" "^7.20.5"
1706+
"@babel/template@^7.22.15":
1707+
version "7.22.15"
1708+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1709+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1710+
dependencies:
1711+
"@babel/code-frame" "^7.22.13"
1712+
"@babel/parser" "^7.22.15"
1713+
"@babel/types" "^7.22.15"
1714+
1715+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.8", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
1716+
version "7.23.2"
1717+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1718+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1719+
dependencies:
1720+
"@babel/code-frame" "^7.22.13"
1721+
"@babel/generator" "^7.23.0"
1722+
"@babel/helper-environment-visitor" "^7.22.20"
1723+
"@babel/helper-function-name" "^7.23.0"
1724+
"@babel/helper-hoist-variables" "^7.22.5"
1725+
"@babel/helper-split-export-declaration" "^7.22.6"
1726+
"@babel/parser" "^7.23.0"
1727+
"@babel/types" "^7.23.0"
16661728
debug "^4.1.0"
16671729
globals "^11.1.0"
16681730

@@ -1683,6 +1745,15 @@
16831745
"@babel/helper-validator-identifier" "^7.19.1"
16841746
to-fast-properties "^2.0.0"
16851747

1748+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1749+
version "7.23.0"
1750+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1751+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1752+
dependencies:
1753+
"@babel/helper-string-parser" "^7.22.5"
1754+
"@babel/helper-validator-identifier" "^7.22.20"
1755+
to-fast-properties "^2.0.0"
1756+
16861757
16871758
version "1.5.0"
16881759
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -2166,6 +2237,11 @@
21662237
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.8.tgz#687cc2bbf243f4e9a868ecf2262318e2658873a1"
21672238
integrity sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w==
21682239

2240+
"@jridgewell/resolve-uri@^3.1.0":
2241+
version "3.1.1"
2242+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
2243+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
2244+
21692245
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
21702246
version "1.1.2"
21712247
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -2184,6 +2260,11 @@
21842260
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
21852261
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
21862262

2263+
"@jridgewell/sourcemap-codec@^1.4.14":
2264+
version "1.4.15"
2265+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
2266+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
2267+
21872268
"@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
21882269
version "0.3.17"
21892270
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
@@ -2192,6 +2273,14 @@
21922273
"@jridgewell/resolve-uri" "3.1.0"
21932274
"@jridgewell/sourcemap-codec" "1.4.14"
21942275

2276+
"@jridgewell/trace-mapping@^0.3.17":
2277+
version "0.3.20"
2278+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
2279+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
2280+
dependencies:
2281+
"@jridgewell/resolve-uri" "^3.1.0"
2282+
"@jridgewell/sourcemap-codec" "^1.4.14"
2283+
21952284
"@jridgewell/trace-mapping@^0.3.7":
21962285
version "0.3.14"
21972286
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
@@ -2281,15 +2370,33 @@
22812370
os-homedir "^1.0.1"
22822371
regexpu-core "^4.5.4"
22832372

2284-
"@plexusjs/core@^1.1.0":
2285-
version "1.1.0"
2286-
resolved "https://registry.yarnpkg.com/@plexusjs/core/-/core-1.1.0.tgz#82ba0acf76f915323bed38be213a24154200e331"
2287-
integrity sha512-RdzUxMu3n9+DzSpjbl/hcH1WU+gBczx3ENSJSkolkOCIHADXVs6bCXRLP/qCVmJwTyZNHOfAsR32avmH4sLmvA==
2373+
"@plexusjs/[email protected]":
2374+
version "1.7.4"
2375+
resolved "https://registry.yarnpkg.com/@plexusjs/api/-/api-1.7.4.tgz#50f17def2ca71248183063217f5f01233da6ca64"
2376+
integrity sha512-1gDM2lxQOXMioOhguwoM9Hcrfr+6Swn21+9LvdcsLi125hwLZAiyzfzoeHp33kVUog2H6Cx/2eFiOq3s1LNqJA==
2377+
dependencies:
2378+
"@plexusjs/utils" "1.7.4"
22882379

2289-
"@plexusjs/react@^1.1.0":
2290-
version "1.1.0"
2291-
resolved "https://registry.yarnpkg.com/@plexusjs/react/-/react-1.1.0.tgz#1d6397abec2746ac1f343a7162980883c4b07d2f"
2292-
integrity sha512-8LyhfroOzkL7FJ1RxGIGHtlfZoe+7r3212vDwTgiLOp9gbxwMxOwweE8pGtKxmgWnJq2WTKMUjYp0sfzGEkapQ==
2380+
"@plexusjs/[email protected]":
2381+
version "1.7.4"
2382+
resolved "https://registry.yarnpkg.com/@plexusjs/core/-/core-1.7.4.tgz#65cb51de5d4ed64350dd00d7ecd65909678a08bb"
2383+
integrity sha512-aBRxM9iQ2tijNhR9qcg99pbHnjMSukav6QFuw9hkqDk4x8jGxYPDcZPcIsnRQ3K3gdUgX4nwSDPeSQp/VmaLCg==
2384+
dependencies:
2385+
"@plexusjs/api" "1.7.4"
2386+
"@plexusjs/utils" "1.7.4"
2387+
2388+
"@plexusjs/[email protected]":
2389+
version "1.7.4"
2390+
resolved "https://registry.yarnpkg.com/@plexusjs/react/-/react-1.7.4.tgz#d310101d35b127b6348a7023fee5f3bd39f0e2bb"
2391+
integrity sha512-5U6jPdSBCohAb60iK8r2W8u/LaS5KUmRkhx+OAv7flwbKMuw7h/ktENEvzackxscUReQVsmzxzrdRlELGs5eOw==
2392+
dependencies:
2393+
"@plexusjs/utils" "1.7.4"
2394+
use-sync-external-store "^1.2.0"
2395+
2396+
"@plexusjs/[email protected]":
2397+
version "1.7.4"
2398+
resolved "https://registry.yarnpkg.com/@plexusjs/utils/-/utils-1.7.4.tgz#487796a9f018ed38873f42cf9a3e62a1612dbb0b"
2399+
integrity sha512-BE24X/qLSQm37hDK42pc4/mEq8hBLTprzyFO1sErOBqPLMv6t21/Q31V+Vy3+7MuLzJnIsVzQIKjuvNYxGxgGQ==
22932400

22942401
"@polka/url@^1.0.0-next.20":
22952402
version "1.0.0-next.21"
@@ -8306,6 +8413,11 @@ use-latest@^1.2.1:
83068413
dependencies:
83078414
use-isomorphic-layout-effect "^1.1.1"
83088415

8416+
use-sync-external-store@^1.2.0:
8417+
version "1.2.0"
8418+
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
8419+
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
8420+
83098421
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
83108422
version "1.0.2"
83118423
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)