Skip to content

Commit 4c14da7

Browse files
chore(deps): update dependency eslint to v7.30.0 (#496)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f428d46 commit 4c14da7

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/parser": "4.28.1",
3737
"bob-the-bundler": "1.2.1",
3838
"dedent": "0.7.0",
39-
"eslint": "7.29.0",
39+
"eslint": "7.30.0",
4040
"eslint-config-prettier": "8.3.0",
4141
"eslint-config-standard": "16.0.3",
4242
"eslint-plugin-import": "2.23.4",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,6 +1925,20 @@
19251925
is-promise "4.0.0"
19261926
tslib "~2.0.1"
19271927

1928+
"@humanwhocodes/config-array@^0.5.0":
1929+
version "0.5.0"
1930+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1931+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1932+
dependencies:
1933+
"@humanwhocodes/object-schema" "^1.2.0"
1934+
debug "^4.1.1"
1935+
minimatch "^3.0.4"
1936+
1937+
"@humanwhocodes/object-schema@^1.2.0":
1938+
version "1.2.0"
1939+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1940+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1941+
19281942
"@iarna/toml@^2.2.5":
19291943
version "2.2.5"
19301944
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -3806,13 +3820,14 @@ [email protected]:
38063820
text-table "^0.2.0"
38073821
v8-compile-cache "^2.0.3"
38083822

3809-
eslint@7.29.0:
3810-
version "7.29.0"
3811-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
3812-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
3823+
eslint@7.30.0:
3824+
version "7.30.0"
3825+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
3826+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
38133827
dependencies:
38143828
"@babel/code-frame" "7.12.11"
38153829
"@eslint/eslintrc" "^0.4.2"
3830+
"@humanwhocodes/config-array" "^0.5.0"
38163831
ajv "^6.10.0"
38173832
chalk "^4.0.0"
38183833
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)