|
167 | 167 | dependencies:
|
168 | 168 | "@babel/types" "^7.10.1"
|
169 | 169 |
|
| 170 | +"@babel/helper-module-imports@^7.10.4": |
| 171 | + version "7.22.15" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" |
| 173 | + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== |
| 174 | + dependencies: |
| 175 | + "@babel/types" "^7.22.15" |
| 176 | + |
170 | 177 | "@babel/helper-module-transforms@^7.10.1":
|
171 | 178 | version "7.10.1"
|
172 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622"
|
|
235 | 242 | dependencies:
|
236 | 243 | "@babel/types" "^7.10.1"
|
237 | 244 |
|
| 245 | +"@babel/helper-string-parser@^7.23.4": |
| 246 | + version "7.23.4" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 248 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 249 | + |
238 | 250 | "@babel/helper-validator-identifier@^7.10.1":
|
239 | 251 | version "7.10.1"
|
240 | 252 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
241 | 253 | integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
|
242 | 254 |
|
| 255 | +"@babel/helper-validator-identifier@^7.22.20": |
| 256 | + version "7.22.20" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 258 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 259 | + |
243 | 260 | "@babel/helper-wrap-function@^7.10.1":
|
244 | 261 | version "7.10.1"
|
245 | 262 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
|
|
877 | 894 | lodash "^4.17.13"
|
878 | 895 | to-fast-properties "^2.0.0"
|
879 | 896 |
|
| 897 | +"@babel/types@^7.22.15": |
| 898 | + version "7.23.5" |
| 899 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602" |
| 900 | + integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w== |
| 901 | + dependencies: |
| 902 | + "@babel/helper-string-parser" "^7.23.4" |
| 903 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 904 | + to-fast-properties "^2.0.0" |
| 905 | + |
880 | 906 | "@bcoe/v8-coverage@^0.2.3":
|
881 | 907 | version "0.2.3"
|
882 | 908 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1158 | 1184 | eslint-plugin-unicorn "^19.0.1"
|
1159 | 1185 | eslint-plugin-vue "^6.2.2"
|
1160 | 1186 |
|
| 1187 | +"@rollup/plugin-babel@^5.0.0": |
| 1188 | + version "5.3.1" |
| 1189 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283" |
| 1190 | + integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q== |
| 1191 | + dependencies: |
| 1192 | + "@babel/helper-module-imports" "^7.10.4" |
| 1193 | + "@rollup/pluginutils" "^3.1.0" |
| 1194 | + |
| 1195 | +"@rollup/pluginutils@^3.1.0": |
| 1196 | + version "3.1.0" |
| 1197 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 1198 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 1199 | + dependencies: |
| 1200 | + "@types/estree" "0.0.39" |
| 1201 | + estree-walker "^1.0.1" |
| 1202 | + picomatch "^2.2.2" |
| 1203 | + |
1161 | 1204 | "@sindresorhus/is@^0.14.0":
|
1162 | 1205 | version "0.14.0"
|
1163 | 1206 | resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
|
@@ -4900,6 +4943,11 @@ estree-walker@^0.6.1:
|
4900 | 4943 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
|
4901 | 4944 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
|
4902 | 4945 |
|
| 4946 | +estree-walker@^1.0.1: |
| 4947 | + version "1.0.1" |
| 4948 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 4949 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 4950 | + |
4903 | 4951 | esutils@^2.0.2:
|
4904 | 4952 | version "2.0.3"
|
4905 | 4953 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
@@ -9052,6 +9100,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
|
9052 | 9100 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
|
9053 | 9101 | integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
|
9054 | 9102 |
|
| 9103 | +picomatch@^2.2.2: |
| 9104 | + version "2.3.1" |
| 9105 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 9106 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 9107 | + |
9055 | 9108 | pify@^2.0.0, pify@^2.3.0:
|
9056 | 9109 | version "2.3.0"
|
9057 | 9110 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -10265,14 +10318,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
10265 | 10318 | hash-base "^3.0.0"
|
10266 | 10319 | inherits "^2.0.1"
|
10267 | 10320 |
|
10268 |
| -rollup-plugin-babel@^4.4.0: |
10269 |
| - version "4.4.0" |
10270 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb" |
10271 |
| - integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw== |
10272 |
| - dependencies: |
10273 |
| - "@babel/helper-module-imports" "^7.0.0" |
10274 |
| - rollup-pluginutils "^2.8.1" |
10275 |
| - |
10276 | 10321 | rollup-plugin-commonjs@^10.1.0:
|
10277 | 10322 | version "10.1.0"
|
10278 | 10323 | resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"
|
|
0 commit comments