Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 247c063

Browse files
committedMar 10, 2025·
chore: update yarn.lock
1 parent c86417c commit 247c063

File tree

1 file changed

+77
-35
lines changed

1 file changed

+77
-35
lines changed
 

‎yarn.lock

+77-35
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/highlight" "^7.23.4"
4141
chalk "^2.4.2"
4242

43-
"@babel/code-frame@^7.25.9":
43+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
4444
version "7.26.2"
4545
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
4646
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -49,11 +49,16 @@
4949
js-tokens "^4.0.0"
5050
picocolors "^1.0.0"
5151

52-
"@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
52+
"@babel/compat-data@^7.22.6":
5353
version "7.22.20"
5454
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
5555
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
5656

57+
"@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
58+
version "7.26.8"
59+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
60+
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
61+
5762
"@babel/core@^7.10.0":
5863
version "7.23.9"
5964
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
@@ -96,6 +101,17 @@
96101
"@jridgewell/trace-mapping" "^0.3.25"
97102
jsesc "^3.0.2"
98103

104+
"@babel/generator@^7.26.9":
105+
version "7.26.9"
106+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
107+
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
108+
dependencies:
109+
"@babel/parser" "^7.26.9"
110+
"@babel/types" "^7.26.9"
111+
"@jridgewell/gen-mapping" "^0.3.5"
112+
"@jridgewell/trace-mapping" "^0.3.25"
113+
jsesc "^3.0.2"
114+
99115
"@babel/helper-annotate-as-pure@^7.22.5":
100116
version "7.22.5"
101117
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -213,6 +229,11 @@
213229
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
214230
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
215231

232+
"@babel/helper-plugin-utils@^7.25.9":
233+
version "7.26.5"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
235+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
236+
216237
"@babel/helper-remap-async-to-generator@^7.22.20":
217238
version "7.22.20"
218239
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
@@ -272,10 +293,10 @@
272293
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
273294
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
274295

275-
"@babel/helper-validator-option@^7.22.15":
276-
version "7.22.15"
277-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
278-
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
296+
"@babel/helper-validator-option@^7.23.5":
297+
version "7.25.9"
298+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
299+
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
279300

280301
"@babel/helper-wrap-function@^7.22.20":
281302
version "7.22.20"
@@ -316,12 +337,19 @@
316337
dependencies:
317338
"@babel/types" "^7.26.0"
318339

319-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
320-
version "7.22.15"
321-
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.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
322-
integrity sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==
340+
"@babel/parser@^7.26.9":
341+
version "7.26.9"
342+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
343+
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
323344
dependencies:
324-
"@babel/helper-plugin-utils" "^7.22.5"
345+
"@babel/types" "^7.26.9"
346+
347+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
348+
version "7.25.9"
349+
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.25.9.tgz#e8dc26fcd616e6c5bf2bd0d5a2c151d4f92a9137"
350+
integrity sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==
351+
dependencies:
352+
"@babel/helper-plugin-utils" "^7.25.9"
325353

326354
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.23.3":
327355
version "7.23.3"
@@ -997,21 +1025,14 @@
9971025
"@babel/parser" "^7.25.9"
9981026
"@babel/types" "^7.25.9"
9991027

1000-
"@babel/traverse@^7.23.0":
1001-
version "7.23.2"
1002-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1003-
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1028+
"@babel/template@^7.26.9":
1029+
version "7.26.9"
1030+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1031+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
10041032
dependencies:
1005-
"@babel/code-frame" "^7.23.5"
1006-
"@babel/generator" "^7.23.6"
1007-
"@babel/helper-environment-visitor" "^7.22.20"
1008-
"@babel/helper-function-name" "^7.23.0"
1009-
"@babel/helper-hoist-variables" "^7.22.5"
1010-
"@babel/helper-split-export-declaration" "^7.22.6"
1011-
"@babel/parser" "^7.23.9"
1012-
"@babel/types" "^7.23.9"
1013-
debug "^4.3.1"
1014-
globals "^11.1.0"
1033+
"@babel/code-frame" "^7.26.2"
1034+
"@babel/parser" "^7.26.9"
1035+
"@babel/types" "^7.26.9"
10151036

10161037
"@babel/traverse@^7.23.2":
10171038
version "7.25.9"
@@ -1026,15 +1047,36 @@
10261047
debug "^4.3.1"
10271048
globals "^11.1.0"
10281049

1050+
"@babel/traverse@^7.23.9":
1051+
version "7.26.9"
1052+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1053+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1054+
dependencies:
1055+
"@babel/code-frame" "^7.26.2"
1056+
"@babel/generator" "^7.26.9"
1057+
"@babel/parser" "^7.26.9"
1058+
"@babel/template" "^7.26.9"
1059+
"@babel/types" "^7.26.9"
1060+
debug "^4.3.1"
1061+
globals "^11.1.0"
1062+
10291063
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4":
10301064
version "7.23.0"
10311065
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
10321066
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
10331067
dependencies:
1034-
"@babel/helper-string-parser" "^7.23.4"
1068+
"@babel/helper-string-parser" "^7.22.5"
10351069
"@babel/helper-validator-identifier" "^7.22.20"
10361070
to-fast-properties "^2.0.0"
10371071

1072+
"@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.26.9":
1073+
version "7.26.9"
1074+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1075+
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
1076+
dependencies:
1077+
"@babel/helper-string-parser" "^7.25.9"
1078+
"@babel/helper-validator-identifier" "^7.25.9"
1079+
10381080
"@babel/types@^7.25.9", "@babel/types@^7.26.0":
10391081
version "7.26.0"
10401082
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
@@ -6390,7 +6432,7 @@ es-define-property@^1.0.0:
63906432
dependencies:
63916433
get-intrinsic "^1.2.4"
63926434

6393-
es-errors@^1.3.0:
6435+
es-errors@^1.0.0, es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
63946436
version "1.3.0"
63956437
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
63966438
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
@@ -7129,12 +7171,12 @@ flatted@^3.2.9:
71297171
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
71307172
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
71317173

7132-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
7174+
follow-redirects@^1.0.0:
71337175
version "1.15.5"
71347176
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
71357177
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
71367178

7137-
follow-redirects@^1.15.6:
7179+
follow-redirects@^1.15.4, follow-redirects@^1.15.6:
71387180
version "1.15.9"
71397181
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
71407182
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
@@ -7382,7 +7424,7 @@ get-func-name@^2.0.1, get-func-name@^2.0.2:
73827424
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
73837425
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
73847426

7385-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1:
7427+
get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1:
73867428
version "1.2.1"
73877429
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82"
73887430
integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==
@@ -7807,6 +7849,11 @@ has-unicode@2.0.1, has-unicode@^2.0.0, has-unicode@^2.0.1:
78077849
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
78087850
integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==
78097851

7852+
has@^1.0.3:
7853+
version "1.0.4"
7854+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6"
7855+
integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
7856+
78107857
hash.js@^1.1.7:
78117858
version "1.1.7"
78127859
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
@@ -10647,11 +10694,6 @@ object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1
1064710694
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
1064810695
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
1064910696

10650-
object-inspect@^1.13.1:
10651-
version "1.13.1"
10652-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
10653-
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
10654-
1065510697
object-inspect@^1.13.1:
1065610698
version "1.13.2"
1065710699
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"

0 commit comments

Comments
 (0)
Please sign in to comment.