|
23 | 23 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98" |
24 | 24 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw== |
25 | 25 |
|
26 | | -"@babel/core@^7.23.9": |
27 | | - version "7.23.9" |
28 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1" |
29 | | - integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw== |
| 26 | +"@babel/core@^7.24.0": |
| 27 | + version "7.24.0" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b" |
| 29 | + integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw== |
30 | 30 | dependencies: |
31 | 31 | "@ampproject/remapping" "^2.2.0" |
32 | 32 | "@babel/code-frame" "^7.23.5" |
33 | 33 | "@babel/generator" "^7.23.6" |
34 | 34 | "@babel/helper-compilation-targets" "^7.23.6" |
35 | 35 | "@babel/helper-module-transforms" "^7.23.3" |
36 | | - "@babel/helpers" "^7.23.9" |
37 | | - "@babel/parser" "^7.23.9" |
38 | | - "@babel/template" "^7.23.9" |
39 | | - "@babel/traverse" "^7.23.9" |
40 | | - "@babel/types" "^7.23.9" |
| 36 | + "@babel/helpers" "^7.24.0" |
| 37 | + "@babel/parser" "^7.24.0" |
| 38 | + "@babel/template" "^7.24.0" |
| 39 | + "@babel/traverse" "^7.24.0" |
| 40 | + "@babel/types" "^7.24.0" |
41 | 41 | convert-source-map "^2.0.0" |
42 | 42 | debug "^4.1.0" |
43 | 43 | gensync "^1.0.0-beta.2" |
|
266 | 266 | "@babel/template" "^7.22.15" |
267 | 267 | "@babel/types" "^7.22.19" |
268 | 268 |
|
269 | | -"@babel/helpers@^7.23.9": |
270 | | - version "7.23.9" |
271 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d" |
272 | | - integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ== |
| 269 | +"@babel/helpers@^7.24.0": |
| 270 | + version "7.24.0" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b" |
| 272 | + integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA== |
273 | 273 | dependencies: |
274 | | - "@babel/template" "^7.23.9" |
275 | | - "@babel/traverse" "^7.23.9" |
276 | | - "@babel/types" "^7.23.9" |
| 274 | + "@babel/template" "^7.24.0" |
| 275 | + "@babel/traverse" "^7.24.0" |
| 276 | + "@babel/types" "^7.24.0" |
277 | 277 |
|
278 | 278 | "@babel/highlight@^7.23.4": |
279 | 279 | version "7.23.4" |
|
296 | 296 | regenerator-runtime "^0.14.0" |
297 | 297 | v8flags "^3.1.1" |
298 | 298 |
|
299 | | -"@babel/parser@^7.19.4", "@babel/parser@^7.23.9": |
300 | | - version "7.23.9" |
301 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" |
302 | | - integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== |
| 299 | +"@babel/parser@^7.19.4", "@babel/parser@^7.24.0": |
| 300 | + version "7.24.0" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac" |
| 302 | + integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== |
303 | 303 |
|
304 | 304 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3": |
305 | 305 | version "7.23.3" |
|
963 | 963 | dependencies: |
964 | 964 | regenerator-runtime "^0.13.4" |
965 | 965 |
|
966 | | -"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.23.9": |
967 | | - version "7.23.9" |
968 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" |
969 | | - integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA== |
| 966 | +"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.24.0": |
| 967 | + version "7.24.0" |
| 968 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 969 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
970 | 970 | dependencies: |
971 | 971 | "@babel/code-frame" "^7.23.5" |
972 | | - "@babel/parser" "^7.23.9" |
973 | | - "@babel/types" "^7.23.9" |
| 972 | + "@babel/parser" "^7.24.0" |
| 973 | + "@babel/types" "^7.24.0" |
974 | 974 |
|
975 | | -"@babel/traverse@^7.23.9": |
976 | | - version "7.23.9" |
977 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950" |
978 | | - integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg== |
| 975 | +"@babel/traverse@^7.24.0": |
| 976 | + version "7.24.0" |
| 977 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e" |
| 978 | + integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw== |
979 | 979 | dependencies: |
980 | 980 | "@babel/code-frame" "^7.23.5" |
981 | 981 | "@babel/generator" "^7.23.6" |
982 | 982 | "@babel/helper-environment-visitor" "^7.22.20" |
983 | 983 | "@babel/helper-function-name" "^7.23.0" |
984 | 984 | "@babel/helper-hoist-variables" "^7.22.5" |
985 | 985 | "@babel/helper-split-export-declaration" "^7.22.6" |
986 | | - "@babel/parser" "^7.23.9" |
987 | | - "@babel/types" "^7.23.9" |
| 986 | + "@babel/parser" "^7.24.0" |
| 987 | + "@babel/types" "^7.24.0" |
988 | 988 | debug "^4.3.1" |
989 | 989 | globals "^11.1.0" |
990 | 990 |
|
991 | | -"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4": |
992 | | - version "7.23.9" |
993 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" |
994 | | - integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== |
| 991 | +"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.4.4": |
| 992 | + version "7.24.0" |
| 993 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 994 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
995 | 995 | dependencies: |
996 | 996 | "@babel/helper-string-parser" "^7.23.4" |
997 | 997 | "@babel/helper-validator-identifier" "^7.22.20" |
|
0 commit comments