Skip to content

Commit 04166fb

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to ^7.30.0
1 parent f72048c commit 04166fb

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
@@ -53,7 +53,7 @@
5353
"@sourcegraph/prettierrc": "^2.2.0",
5454
"@sourcegraph/tsconfig": "^4.0.1",
5555
"@types/mocha": "8.2.2",
56-
"eslint": "^7.29.0",
56+
"eslint": "^7.30.0",
5757
"husky": "^2.1.0",
5858
"mocha": "^6.1.4",
5959
"nyc": "^14.1.0",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,20 @@
260260
minimatch "^3.0.4"
261261
strip-json-comments "^3.1.1"
262262

263+
"@humanwhocodes/config-array@^0.5.0":
264+
version "0.5.0"
265+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
266+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
267+
dependencies:
268+
"@humanwhocodes/object-schema" "^1.2.0"
269+
debug "^4.1.1"
270+
minimatch "^3.0.4"
271+
272+
"@humanwhocodes/object-schema@^1.2.0":
273+
version "1.2.0"
274+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
275+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
276+
263277
"@jest/types@^26.6.2":
264278
version "26.6.2"
265279
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
@@ -2351,13 +2365,14 @@ eslint-visitor-keys@^2.0.0:
23512365
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
23522366
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
23532367

2354-
eslint@^7.29.0:
2355-
version "7.29.0"
2356-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2357-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2368+
eslint@^7.30.0:
2369+
version "7.30.0"
2370+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2371+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
23582372
dependencies:
23592373
"@babel/code-frame" "7.12.11"
23602374
"@eslint/eslintrc" "^0.4.2"
2375+
"@humanwhocodes/config-array" "^0.5.0"
23612376
ajv "^6.10.0"
23622377
chalk "^4.0.0"
23632378
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)