|
77 | 77 | json5 "^2.2.2"
|
78 | 78 | semver "^6.3.0"
|
79 | 79 |
|
| 80 | +"@babel/core@^7.18.5": |
| 81 | + version "7.24.0" |
| 82 | + resolved "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b" |
| 83 | + integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw== |
| 84 | + dependencies: |
| 85 | + "@ampproject/remapping" "^2.2.0" |
| 86 | + "@babel/code-frame" "^7.23.5" |
| 87 | + "@babel/generator" "^7.23.6" |
| 88 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 89 | + "@babel/helper-module-transforms" "^7.23.3" |
| 90 | + "@babel/helpers" "^7.24.0" |
| 91 | + "@babel/parser" "^7.24.0" |
| 92 | + "@babel/template" "^7.24.0" |
| 93 | + "@babel/traverse" "^7.24.0" |
| 94 | + "@babel/types" "^7.24.0" |
| 95 | + convert-source-map "^2.0.0" |
| 96 | + debug "^4.1.0" |
| 97 | + gensync "^1.0.0-beta.2" |
| 98 | + json5 "^2.2.3" |
| 99 | + semver "^6.3.1" |
| 100 | + |
80 | 101 | "@babel/core@^7.23.5":
|
81 | 102 | version "7.23.9"
|
82 | 103 | resolved "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
|
|
415 | 436 | "@babel/traverse" "^7.23.9"
|
416 | 437 | "@babel/types" "^7.23.9"
|
417 | 438 |
|
| 439 | +"@babel/helpers@^7.24.0": |
| 440 | + version "7.24.0" |
| 441 | + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b" |
| 442 | + integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA== |
| 443 | + dependencies: |
| 444 | + "@babel/template" "^7.24.0" |
| 445 | + "@babel/traverse" "^7.24.0" |
| 446 | + "@babel/types" "^7.24.0" |
| 447 | + |
418 | 448 | "@babel/highlight@^7.18.6":
|
419 | 449 | version "7.18.6"
|
420 | 450 | resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
|
|
443 | 473 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
|
444 | 474 | integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
|
445 | 475 |
|
| 476 | +"@babel/parser@^7.24.0": |
| 477 | + version "7.24.0" |
| 478 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac" |
| 479 | + integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== |
| 480 | + |
446 | 481 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
|
447 | 482 | version "7.18.6"
|
448 | 483 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1172 | 1207 | "@babel/parser" "^7.23.9"
|
1173 | 1208 | "@babel/types" "^7.23.9"
|
1174 | 1209 |
|
| 1210 | +"@babel/template@^7.24.0": |
| 1211 | + version "7.24.0" |
| 1212 | + resolved "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 1213 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
| 1214 | + dependencies: |
| 1215 | + "@babel/code-frame" "^7.23.5" |
| 1216 | + "@babel/parser" "^7.24.0" |
| 1217 | + "@babel/types" "^7.24.0" |
| 1218 | + |
1175 | 1219 | "@babel/traverse@^7.18.5", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2":
|
1176 | 1220 | version "7.21.5"
|
1177 | 1221 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
|
|
1204 | 1248 | debug "^4.3.1"
|
1205 | 1249 | globals "^11.1.0"
|
1206 | 1250 |
|
| 1251 | +"@babel/traverse@^7.24.0": |
| 1252 | + version "7.24.0" |
| 1253 | + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e" |
| 1254 | + integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw== |
| 1255 | + dependencies: |
| 1256 | + "@babel/code-frame" "^7.23.5" |
| 1257 | + "@babel/generator" "^7.23.6" |
| 1258 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1259 | + "@babel/helper-function-name" "^7.23.0" |
| 1260 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1261 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1262 | + "@babel/parser" "^7.24.0" |
| 1263 | + "@babel/types" "^7.24.0" |
| 1264 | + debug "^4.3.1" |
| 1265 | + globals "^11.1.0" |
| 1266 | + |
1207 | 1267 | "@babel/types@^7.0.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1208 | 1268 | version "7.21.5"
|
1209 | 1269 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
|
|
1222 | 1282 | "@babel/helper-validator-identifier" "^7.22.20"
|
1223 | 1283 | to-fast-properties "^2.0.0"
|
1224 | 1284 |
|
| 1285 | +"@babel/types@^7.24.0": |
| 1286 | + version "7.24.0" |
| 1287 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 1288 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 1289 | + dependencies: |
| 1290 | + "@babel/helper-string-parser" "^7.23.4" |
| 1291 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1292 | + to-fast-properties "^2.0.0" |
| 1293 | + |
1225 | 1294 | "@bcoe/v8-coverage@^0.2.3":
|
1226 | 1295 | version "0.2.3"
|
1227 | 1296 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -7096,16 +7165,6 @@ glob@8.0.3:
|
7096 | 7165 | minimatch "^5.0.1"
|
7097 | 7166 | once "^1.3.0"
|
7098 | 7167 |
|
7099 |
| -glob@9.3.2: |
7100 |
| - version "9.3.2" |
7101 |
| - resolved "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz#8528522e003819e63d11c979b30896e0eaf52eda" |
7102 |
| - integrity sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA== |
7103 |
| - dependencies: |
7104 |
| - fs.realpath "^1.0.0" |
7105 |
| - minimatch "^7.4.1" |
7106 |
| - minipass "^4.2.4" |
7107 |
| - path-scurry "^1.6.1" |
7108 |
| - |
7109 | 7168 | glob@^10.2.2:
|
7110 | 7169 | version "10.2.6"
|
7111 | 7170 | resolved "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1"
|
@@ -7140,7 +7199,7 @@ glob@^8.0.1, glob@^8.0.3:
|
7140 | 7199 | minimatch "^5.0.1"
|
7141 | 7200 | once "^1.3.0"
|
7142 | 7201 |
|
7143 |
| -glob@^9.2.0: |
| 7202 | +glob@^9.2.0, glob@^9.3.2: |
7144 | 7203 | version "9.3.5"
|
7145 | 7204 | resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
|
7146 | 7205 | integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
|
@@ -9540,13 +9599,6 @@ minimatch@^6.1.6:
|
9540 | 9599 | dependencies:
|
9541 | 9600 | brace-expansion "^2.0.1"
|
9542 | 9601 |
|
9543 |
| -minimatch@^7.4.1: |
9544 |
| - version "7.4.6" |
9545 |
| - resolved "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz#845d6f254d8f4a5e4fd6baf44d5f10c8448365fb" |
9546 |
| - integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw== |
9547 |
| - dependencies: |
9548 |
| - brace-expansion "^2.0.1" |
9549 |
| - |
9550 | 9602 | minimatch@^8.0.2:
|
9551 | 9603 | version "8.0.4"
|
9552 | 9604 | resolved "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
|
|
0 commit comments