|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
39 | 39 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
40 | 40 |
|
41 |
| -"@babel/[email protected]", "@babel/core@^7.7.5": |
| 41 | + |
| 42 | + version "7.13.10" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559" |
| 44 | + integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== |
| 45 | + dependencies: |
| 46 | + "@babel/code-frame" "^7.12.13" |
| 47 | + "@babel/generator" "^7.13.9" |
| 48 | + "@babel/helper-compilation-targets" "^7.13.10" |
| 49 | + "@babel/helper-module-transforms" "^7.13.0" |
| 50 | + "@babel/helpers" "^7.13.10" |
| 51 | + "@babel/parser" "^7.13.10" |
| 52 | + "@babel/template" "^7.12.13" |
| 53 | + "@babel/traverse" "^7.13.0" |
| 54 | + "@babel/types" "^7.13.0" |
| 55 | + convert-source-map "^1.7.0" |
| 56 | + debug "^4.1.0" |
| 57 | + gensync "^1.0.0-beta.2" |
| 58 | + json5 "^2.1.2" |
| 59 | + lodash "^4.17.19" |
| 60 | + semver "^6.3.0" |
| 61 | + source-map "^0.5.0" |
| 62 | + |
| 63 | +"@babel/core@^7.7.5": |
42 | 64 | version "7.13.8"
|
43 | 65 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
|
44 | 66 | integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
|
|
60 | 82 | semver "^6.3.0"
|
61 | 83 | source-map "^0.5.0"
|
62 | 84 |
|
63 |
| -"@babel/generator@^7.13.0": |
| 85 | +"@babel/generator@^7.13.0", "@babel/generator@^7.13.9": |
64 | 86 | version "7.13.9"
|
65 | 87 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
|
66 | 88 | integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
|
|
76 | 98 | dependencies:
|
77 | 99 | "@babel/types" "^7.12.13"
|
78 | 100 |
|
| 101 | +"@babel/helper-compilation-targets@^7.13.10": |
| 102 | + version "7.13.10" |
| 103 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c" |
| 104 | + integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== |
| 105 | + dependencies: |
| 106 | + "@babel/compat-data" "^7.13.8" |
| 107 | + "@babel/helper-validator-option" "^7.12.17" |
| 108 | + browserslist "^4.14.5" |
| 109 | + semver "^6.3.0" |
| 110 | + |
79 | 111 | "@babel/helper-compilation-targets@^7.13.8":
|
80 | 112 | version "7.13.8"
|
81 | 113 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
|
|
201 | 233 | "@babel/traverse" "^7.13.0"
|
202 | 234 | "@babel/types" "^7.13.0"
|
203 | 235 |
|
| 236 | +"@babel/helpers@^7.13.10": |
| 237 | + version "7.13.10" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
| 239 | + integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
| 240 | + dependencies: |
| 241 | + "@babel/template" "^7.12.13" |
| 242 | + "@babel/traverse" "^7.13.0" |
| 243 | + "@babel/types" "^7.13.0" |
| 244 | + |
204 | 245 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
205 | 246 | version "7.13.8"
|
206 | 247 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481"
|
|
215 | 256 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
|
216 | 257 | integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
|
217 | 258 |
|
| 259 | +"@babel/parser@^7.13.10": |
| 260 | + version "7.13.10" |
| 261 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409" |
| 262 | + integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ== |
| 263 | + |
218 | 264 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1":
|
219 | 265 | version "7.13.8"
|
220 | 266 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3"
|
|
344 | 390 | dependencies:
|
345 | 391 | smart-fs "1.12.5"
|
346 | 392 |
|
347 |
| - |
348 |
| - version "4.1.3" |
349 |
| - resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.1.3.tgz#ed0722286160432f03edb1639a551c179d9893d8" |
350 |
| - integrity sha512-vgU37ueUgPexxB+wL8ckfUe5TsGgEYjKM1diHcDlUa8TNp0P1HNPAC9K/O51P75sY37Ewe0imm6G6r1byVLUPw== |
| 393 | + |
| 394 | + version "4.1.4" |
| 395 | + resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.1.4.tgz#9ae0de0052e55700eaf3f12af35355b386b9b401" |
| 396 | + integrity sha512-oxPD6wdgOOLTKwDSc788DDG4OWJi/bHg41nQ52rjXrRsyoCQ/WfO8ewEwGc2YqbEHifISu5lIhQPl0Edn0zzBw== |
351 | 397 |
|
352 | 398 | "@eslint/eslintrc@^0.4.0":
|
353 | 399 | version "0.4.0"
|
|
0 commit comments