|
2032 | 2032 | "@octokit/openapi-types" "^2.0.0"
|
2033 | 2033 | "@types/node" ">= 8"
|
2034 | 2034 |
|
| 2035 | +"@rollup/pluginutils@^4.1.0": |
| 2036 | + version "4.1.0" |
| 2037 | + resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.1.0.tgz#0dcc61c780e39257554feb7f77207dceca13c838" |
| 2038 | + integrity sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ== |
| 2039 | + dependencies: |
| 2040 | + estree-walker "^2.0.1" |
| 2041 | + picomatch "^2.2.2" |
| 2042 | + |
2035 | 2043 | "@sinonjs/commons@^1.7.0":
|
2036 | 2044 | version "1.8.1"
|
2037 | 2045 | resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
|
@@ -4713,6 +4721,11 @@ es6-promisify@^5.0.0:
|
4713 | 4721 | dependencies:
|
4714 | 4722 | es6-promise "^4.0.3"
|
4715 | 4723 |
|
| 4724 | +esbuild@^0.12.9: |
| 4725 | + version "0.12.9" |
| 4726 | + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.12.9.tgz#bed4e7087c286cd81d975631f77d47feb1660070" |
| 4727 | + integrity sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw== |
| 4728 | + |
4716 | 4729 | escalade@^3.1.1:
|
4717 | 4730 | version "3.1.1"
|
4718 | 4731 | resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
@@ -5397,6 +5410,11 @@ fsevents@~2.1.2:
|
5397 | 5410 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
|
5398 | 5411 | integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
|
5399 | 5412 |
|
| 5413 | +fsevents@~2.3.2: |
| 5414 | + version "2.3.2" |
| 5415 | + resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" |
| 5416 | + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== |
| 5417 | + |
5400 | 5418 | function-bind@^1.1.1:
|
5401 | 5419 | version "1.1.1"
|
5402 | 5420 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
@@ -6902,6 +6920,11 @@ jest@^26.0.1:
|
6902 | 6920 | import-local "^3.0.2"
|
6903 | 6921 | jest-cli "^26.6.3"
|
6904 | 6922 |
|
| 6923 | +joycon@^3.0.1: |
| 6924 | + version "3.0.1" |
| 6925 | + resolved "https://registry.npmjs.org/joycon/-/joycon-3.0.1.tgz#9074c9b08ccf37a6726ff74a18485f85efcaddaf" |
| 6926 | + integrity sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA== |
| 6927 | + |
6905 | 6928 | js-tokens@^4.0.0:
|
6906 | 6929 | version "4.0.0"
|
6907 | 6930 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
@@ -7011,6 +7034,11 @@ json5@^1.0.1:
|
7011 | 7034 | dependencies:
|
7012 | 7035 | minimist "^1.2.0"
|
7013 | 7036 |
|
| 7037 | +jsonc-parser@^3.0.0: |
| 7038 | + version "3.0.0" |
| 7039 | + resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" |
| 7040 | + integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== |
| 7041 | + |
7014 | 7042 | jsonfile@^4.0.0:
|
7015 | 7043 | version "4.0.0"
|
7016 | 7044 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
|
@@ -8537,6 +8565,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
|
8537 | 8565 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
|
8538 | 8566 | integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
|
8539 | 8567 |
|
| 8568 | +picomatch@^2.2.2: |
| 8569 | + version "2.3.0" |
| 8570 | + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" |
| 8571 | + integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== |
| 8572 | + |
8540 | 8573 | pify@^2.0.0, pify@^2.3.0:
|
8541 | 8574 | version "2.3.0"
|
8542 | 8575 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -9327,6 +9360,22 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
9327 | 9360 | hash-base "^3.0.0"
|
9328 | 9361 | inherits "^2.0.1"
|
9329 | 9362 |
|
| 9363 | +rollup-plugin-esbuild@^4.5.0: |
| 9364 | + version "4.5.0" |
| 9365 | + resolved "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-4.5.0.tgz#0fbcb6d2d651d87dc540c4fc3b2db669f48da1f0" |
| 9366 | + integrity sha512-ieUd3AoYWsN6Tfp0LBNnC+QpdhKjDEaH4NK3ghuEXOH56/7TAtD+hMbD9vSWZgsGSbaqCkrn4j6PaUj1vOSt1g== |
| 9367 | + dependencies: |
| 9368 | + "@rollup/pluginutils" "^4.1.0" |
| 9369 | + joycon "^3.0.1" |
| 9370 | + jsonc-parser "^3.0.0" |
| 9371 | + |
| 9372 | +rollup@^2.52.2: |
| 9373 | + version "2.52.2" |
| 9374 | + resolved "https://registry.npmjs.org/rollup/-/rollup-2.52.2.tgz#a7e90d10ddae3e8472c2857bd9f44b09ef34a47a" |
| 9375 | + integrity sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA== |
| 9376 | + optionalDependencies: |
| 9377 | + fsevents "~2.3.2" |
| 9378 | + |
9330 | 9379 | rsvp@^4.8.4:
|
9331 | 9380 | version "4.8.5"
|
9332 | 9381 | resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
|
|
0 commit comments