|
1937 | 1937 | dependencies:
|
1938 | 1938 | confusing-browser-globals "1.0.10"
|
1939 | 1939 |
|
1940 |
| -eslint-import-resolver-node@^0.3.4: |
1941 |
| - version "0.3.4" |
1942 |
| - resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717" |
1943 |
| - integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== |
| 1940 | +eslint-import-resolver-node@^0.3.5: |
| 1941 | + version "0.3.5" |
| 1942 | + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz#939bbb0f74e179e757ca87f7a4a890dabed18ac4" |
| 1943 | + integrity sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg== |
1944 | 1944 | dependencies:
|
1945 |
| - debug "^2.6.9" |
1946 |
| - resolve "^1.13.1" |
| 1945 | + debug "^3.2.7" |
| 1946 | + resolve "^1.20.0" |
1947 | 1947 |
|
1948 |
| -eslint-module-utils@^2.6.1: |
1949 |
| - version "2.6.1" |
1950 |
| - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233" |
1951 |
| - integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A== |
| 1948 | +eslint-module-utils@^2.6.2: |
| 1949 | + version "2.6.2" |
| 1950 | + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534" |
| 1951 | + integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q== |
1952 | 1952 | dependencies:
|
1953 | 1953 | debug "^3.2.7"
|
1954 | 1954 | pkg-dir "^2.0.0"
|
1955 | 1955 |
|
1956 |
| -eslint-plugin-import@2.23.4: |
1957 |
| - version "2.23.4" |
1958 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97" |
1959 |
| - integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ== |
| 1956 | +eslint-plugin-import@2.24.0: |
| 1957 | + version "2.24.0" |
| 1958 | + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.0.tgz#697ffd263e24da5e84e03b282f5fb62251777177" |
| 1959 | + integrity sha512-Kc6xqT9hiYi2cgybOc0I2vC9OgAYga5o/rAFinam/yF/t5uBqxQbauNPMC6fgb640T/89P0gFoO27FOilJ/Cqg== |
1960 | 1960 | dependencies:
|
1961 | 1961 | array-includes "^3.1.3"
|
1962 | 1962 | array.prototype.flat "^1.2.4"
|
1963 | 1963 | debug "^2.6.9"
|
1964 | 1964 | doctrine "^2.1.0"
|
1965 |
| - eslint-import-resolver-node "^0.3.4" |
1966 |
| - eslint-module-utils "^2.6.1" |
| 1965 | + eslint-import-resolver-node "^0.3.5" |
| 1966 | + eslint-module-utils "^2.6.2" |
1967 | 1967 | find-up "^2.0.0"
|
1968 | 1968 | has "^1.0.3"
|
1969 | 1969 | is-core-module "^2.4.0"
|
@@ -5547,13 +5547,6 @@ resolve@^1.12.0:
|
5547 | 5547 | dependencies:
|
5548 | 5548 | path-parse "^1.0.6"
|
5549 | 5549 |
|
5550 |
| -resolve@^1.13.1: |
5551 |
| - version "1.17.0" |
5552 |
| - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" |
5553 |
| - integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== |
5554 |
| - dependencies: |
5555 |
| - path-parse "^1.0.6" |
5556 |
| - |
5557 | 5550 | resolve@^1.20.0:
|
5558 | 5551 | version "1.20.0"
|
5559 | 5552 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
|
0 commit comments