|
75 | 75 | "@jridgewell/trace-mapping" "^0.3.17"
|
76 | 76 | jsesc "^2.5.1"
|
77 | 77 |
|
| 78 | +"@babel/generator@^7.23.0": |
| 79 | + version "7.23.0" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 81 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 82 | + dependencies: |
| 83 | + "@babel/types" "^7.23.0" |
| 84 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 85 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 86 | + jsesc "^2.5.1" |
| 87 | + |
78 | 88 | "@babel/helper-annotate-as-pure@^7.22.5":
|
79 | 89 | version "7.22.5"
|
80 | 90 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
148 | 158 | "@babel/template" "^7.22.5"
|
149 | 159 | "@babel/types" "^7.22.5"
|
150 | 160 |
|
| 161 | +"@babel/helper-function-name@^7.23.0": |
| 162 | + version "7.23.0" |
| 163 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 164 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 165 | + dependencies: |
| 166 | + "@babel/template" "^7.22.15" |
| 167 | + "@babel/types" "^7.23.0" |
| 168 | + |
151 | 169 | "@babel/helper-hoist-variables@^7.22.5":
|
152 | 170 | version "7.22.5"
|
153 | 171 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
278 | 296 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
279 | 297 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
280 | 298 |
|
| 299 | +"@babel/parser@^7.23.0": |
| 300 | + version "7.23.0" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 302 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 303 | + |
281 | 304 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
282 | 305 | version "7.22.15"
|
283 | 306 | 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"
|
|
945 | 968 | "@babel/types" "^7.22.15"
|
946 | 969 |
|
947 | 970 | "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20", "@babel/traverse@^7.7.2":
|
948 |
| - version "7.22.20" |
949 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
950 |
| - integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
| 971 | + version "7.23.2" |
| 972 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 973 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
951 | 974 | dependencies:
|
952 | 975 | "@babel/code-frame" "^7.22.13"
|
953 |
| - "@babel/generator" "^7.22.15" |
| 976 | + "@babel/generator" "^7.23.0" |
954 | 977 | "@babel/helper-environment-visitor" "^7.22.20"
|
955 |
| - "@babel/helper-function-name" "^7.22.5" |
| 978 | + "@babel/helper-function-name" "^7.23.0" |
956 | 979 | "@babel/helper-hoist-variables" "^7.22.5"
|
957 | 980 | "@babel/helper-split-export-declaration" "^7.22.6"
|
958 |
| - "@babel/parser" "^7.22.16" |
959 |
| - "@babel/types" "^7.22.19" |
| 981 | + "@babel/parser" "^7.23.0" |
| 982 | + "@babel/types" "^7.23.0" |
960 | 983 | debug "^4.1.0"
|
961 | 984 | globals "^11.1.0"
|
962 | 985 |
|
|
969 | 992 | "@babel/helper-validator-identifier" "^7.22.19"
|
970 | 993 | to-fast-properties "^2.0.0"
|
971 | 994 |
|
| 995 | +"@babel/types@^7.23.0": |
| 996 | + version "7.23.0" |
| 997 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 998 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 999 | + dependencies: |
| 1000 | + "@babel/helper-string-parser" "^7.22.5" |
| 1001 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1002 | + to-fast-properties "^2.0.0" |
| 1003 | + |
972 | 1004 | "@bcoe/v8-coverage@^0.2.3":
|
973 | 1005 | version "0.2.3"
|
974 | 1006 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments