|
40 | 40 | "@babel/highlight" "^7.23.4"
|
41 | 41 | chalk "^2.4.2"
|
42 | 42 |
|
43 |
| -"@babel/code-frame@^7.25.9": |
| 43 | +"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2": |
44 | 44 | version "7.26.2"
|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
|
46 | 46 | integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
|
|
49 | 49 | js-tokens "^4.0.0"
|
50 | 50 | picocolors "^1.0.0"
|
51 | 51 |
|
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": |
53 | 53 | version "7.22.20"
|
54 | 54 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
|
55 | 55 | integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
|
56 | 56 |
|
| 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 | + |
57 | 62 | "@babel/core@^7.10.0":
|
58 | 63 | version "7.23.9"
|
59 | 64 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
|
|
96 | 101 | "@jridgewell/trace-mapping" "^0.3.25"
|
97 | 102 | jsesc "^3.0.2"
|
98 | 103 |
|
| 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 | + |
99 | 115 | "@babel/helper-annotate-as-pure@^7.22.5":
|
100 | 116 | version "7.22.5"
|
101 | 117 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
213 | 229 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
|
214 | 230 | integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
|
215 | 231 |
|
| 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 | + |
216 | 237 | "@babel/helper-remap-async-to-generator@^7.22.20":
|
217 | 238 | version "7.22.20"
|
218 | 239 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
|
|
252 | 273 | dependencies:
|
253 | 274 | "@babel/types" "^7.22.5"
|
254 | 275 |
|
255 |
| -"@babel/helper-string-parser@^7.23.4": |
256 |
| - version "7.23.4" |
257 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
258 |
| - integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
259 |
| - |
260 |
| -"@babel/helper-string-parser@^7.25.9": |
| 276 | +"@babel/helper-string-parser@^7.22.5", "@babel/helper-string-parser@^7.25.9": |
261 | 277 | version "7.25.9"
|
262 | 278 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
|
263 | 279 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
|
|
272 | 288 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
273 | 289 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
274 | 290 |
|
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== |
| 291 | +"@babel/helper-validator-option@^7.23.5": |
| 292 | + version "7.25.9" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
| 294 | + integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
279 | 295 |
|
280 | 296 | "@babel/helper-wrap-function@^7.22.20":
|
281 | 297 | version "7.22.20"
|
|
316 | 332 | dependencies:
|
317 | 333 | "@babel/types" "^7.26.0"
|
318 | 334 |
|
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== |
| 335 | +"@babel/parser@^7.26.9": |
| 336 | + version "7.26.9" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 338 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
323 | 339 | dependencies:
|
324 |
| - "@babel/helper-plugin-utils" "^7.22.5" |
| 340 | + "@babel/types" "^7.26.9" |
| 341 | + |
| 342 | +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3": |
| 343 | + version "7.25.9" |
| 344 | + 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" |
| 345 | + integrity sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug== |
| 346 | + dependencies: |
| 347 | + "@babel/helper-plugin-utils" "^7.25.9" |
325 | 348 |
|
326 | 349 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.23.3":
|
327 | 350 | version "7.23.3"
|
|
997 | 1020 | "@babel/parser" "^7.25.9"
|
998 | 1021 | "@babel/types" "^7.25.9"
|
999 | 1022 |
|
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== |
| 1023 | +"@babel/template@^7.26.9": |
| 1024 | + version "7.26.9" |
| 1025 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1026 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
1004 | 1027 | 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" |
| 1028 | + "@babel/code-frame" "^7.26.2" |
| 1029 | + "@babel/parser" "^7.26.9" |
| 1030 | + "@babel/types" "^7.26.9" |
1015 | 1031 |
|
1016 | 1032 | "@babel/traverse@^7.23.2":
|
1017 | 1033 | version "7.25.9"
|
|
1026 | 1042 | debug "^4.3.1"
|
1027 | 1043 | globals "^11.1.0"
|
1028 | 1044 |
|
| 1045 | +"@babel/traverse@^7.23.9": |
| 1046 | + version "7.26.9" |
| 1047 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1048 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1049 | + dependencies: |
| 1050 | + "@babel/code-frame" "^7.26.2" |
| 1051 | + "@babel/generator" "^7.26.9" |
| 1052 | + "@babel/parser" "^7.26.9" |
| 1053 | + "@babel/template" "^7.26.9" |
| 1054 | + "@babel/types" "^7.26.9" |
| 1055 | + debug "^4.3.1" |
| 1056 | + globals "^11.1.0" |
| 1057 | + |
1029 | 1058 | "@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":
|
1030 | 1059 | version "7.23.0"
|
1031 | 1060 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
|
1032 | 1061 | integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
|
1033 | 1062 | dependencies:
|
1034 |
| - "@babel/helper-string-parser" "^7.23.4" |
| 1063 | + "@babel/helper-string-parser" "^7.22.5" |
1035 | 1064 | "@babel/helper-validator-identifier" "^7.22.20"
|
1036 | 1065 | to-fast-properties "^2.0.0"
|
1037 | 1066 |
|
| 1067 | +"@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.26.9": |
| 1068 | + version "7.26.9" |
| 1069 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1070 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1071 | + dependencies: |
| 1072 | + "@babel/helper-string-parser" "^7.25.9" |
| 1073 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1074 | + |
1038 | 1075 | "@babel/types@^7.25.9", "@babel/types@^7.26.0":
|
1039 | 1076 | version "7.26.0"
|
1040 | 1077 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
|
@@ -6390,7 +6427,7 @@ es-define-property@^1.0.0:
|
6390 | 6427 | dependencies:
|
6391 | 6428 | get-intrinsic "^1.2.4"
|
6392 | 6429 |
|
6393 |
| -es-errors@^1.3.0: |
| 6430 | +es-errors@^1.0.0, es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0: |
6394 | 6431 | version "1.3.0"
|
6395 | 6432 | resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
|
6396 | 6433 | integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
|
@@ -7129,12 +7166,12 @@ flatted@^3.2.9:
|
7129 | 7166 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
|
7130 | 7167 | integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
|
7131 | 7168 |
|
7132 |
| -follow-redirects@^1.0.0, follow-redirects@^1.14.0: |
| 7169 | +follow-redirects@^1.0.0: |
7133 | 7170 | version "1.15.5"
|
7134 | 7171 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
|
7135 | 7172 | integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
|
7136 | 7173 |
|
7137 |
| -follow-redirects@^1.15.6: |
| 7174 | +follow-redirects@^1.15.4, follow-redirects@^1.15.6: |
7138 | 7175 | version "1.15.9"
|
7139 | 7176 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
|
7140 | 7177 | integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
|
@@ -7382,7 +7419,7 @@ get-func-name@^2.0.1, get-func-name@^2.0.2:
|
7382 | 7419 | resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
|
7383 | 7420 | integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
|
7384 | 7421 |
|
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: |
| 7422 | +get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1: |
7386 | 7423 | version "1.2.1"
|
7387 | 7424 | resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82"
|
7388 | 7425 | integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==
|
|
7807 | 7844 | resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
|
7808 | 7845 | integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==
|
7809 | 7846 |
|
| 7847 | +has@^1.0.3: |
| 7848 | + version "1.0.4" |
| 7849 | + resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6" |
| 7850 | + integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ== |
| 7851 | + |
7810 | 7852 | hash.js@^1.1.7:
|
7811 | 7853 | version "1.1.7"
|
7812 | 7854 | resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
|
@@ -10647,11 +10689,6 @@ object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1
|
10647 | 10689 | resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
10648 | 10690 | integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
|
10649 | 10691 |
|
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 |
| - |
10655 | 10692 | object-inspect@^1.13.1:
|
10656 | 10693 | version "1.13.2"
|
10657 | 10694 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
|
|
0 commit comments