|
9 | 9 | dependencies:
|
10 | 10 | tslib "~2.0.1"
|
11 | 11 |
|
| 12 | +"@babel/[email protected]", "@babel/code-frame@^7.12.11": |
| 13 | + version "7.12.11" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" |
| 15 | + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.10.4" |
| 18 | + |
12 | 19 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
|
13 | 20 | version "7.10.4"
|
14 | 21 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
|
15 | 22 | integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
|
16 | 23 | dependencies:
|
17 | 24 | "@babel/highlight" "^7.10.4"
|
18 | 25 |
|
19 |
| -"@babel/code-frame@^7.12.11": |
20 |
| - version "7.12.11" |
21 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" |
22 |
| - integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== |
23 |
| - dependencies: |
24 |
| - "@babel/highlight" "^7.10.4" |
25 |
| - |
26 | 26 | "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
27 | 27 | version "7.11.5"
|
28 | 28 | resolved "https://registry.npmjs.org/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d"
|
|
2827 | 2827 | text-table "^0.2.0"
|
2828 | 2828 | v8-compile-cache "^2.0.3"
|
2829 | 2829 |
|
2830 |
| -eslint@7.19.0: |
2831 |
| - version "7.19.0" |
2832 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41" |
2833 |
| - integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg== |
| 2830 | +eslint@7.20.0: |
| 2831 | + version "7.20.0" |
| 2832 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7" |
| 2833 | + integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw== |
2834 | 2834 | dependencies:
|
2835 |
| - "@babel/code-frame" "^7.0.0" |
| 2835 | + "@babel/code-frame" "7.12.11" |
2836 | 2836 | "@eslint/eslintrc" "^0.3.0"
|
2837 | 2837 | ajv "^6.10.0"
|
2838 | 2838 | chalk "^4.0.0"
|
|
2844 | 2844 | eslint-utils "^2.1.0"
|
2845 | 2845 | eslint-visitor-keys "^2.0.0"
|
2846 | 2846 | espree "^7.3.1"
|
2847 |
| - esquery "^1.2.0" |
| 2847 | + esquery "^1.4.0" |
2848 | 2848 | esutils "^2.0.2"
|
2849 | 2849 | file-entry-cache "^6.0.0"
|
2850 | 2850 | functional-red-black-tree "^1.0.1"
|
@@ -2900,6 +2900,13 @@ esquery@^1.2.0:
|
2900 | 2900 | dependencies:
|
2901 | 2901 | estraverse "^5.1.0"
|
2902 | 2902 |
|
| 2903 | +esquery@^1.4.0: |
| 2904 | + version "1.4.0" |
| 2905 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
| 2906 | + integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== |
| 2907 | + dependencies: |
| 2908 | + estraverse "^5.1.0" |
| 2909 | + |
2903 | 2910 | esrecurse@^4.3.0:
|
2904 | 2911 | version "4.3.0"
|
2905 | 2912 | resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
|
|
0 commit comments