Skip to content

Commit f4bdf76

Browse files
committed
chore(deps): update dependency eslint to v7.30.0
1 parent 6afe3be commit f4bdf76

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@typescript-eslint/parser": "4.28.1",
5656
"babel-jest": "27.0.6",
5757
"concurrently": "6.2.0",
58-
"eslint": "7.29.0",
58+
"eslint": "7.30.0",
5959
"eslint-config-prettier": "8.3.0",
6060
"eslint-config-standard": "16.0.3",
6161
"eslint-plugin-import": "2.23.4",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,20 @@
19181918
dependencies:
19191919
"@hapi/hoek" "^9.0.0"
19201920

1921+
"@humanwhocodes/config-array@^0.5.0":
1922+
version "0.5.0"
1923+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1924+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1925+
dependencies:
1926+
"@humanwhocodes/object-schema" "^1.2.0"
1927+
debug "^4.1.1"
1928+
minimatch "^3.0.4"
1929+
1930+
"@humanwhocodes/object-schema@^1.2.0":
1931+
version "1.2.0"
1932+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1933+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1934+
19211935
"@istanbuljs/load-nyc-config@^1.0.0":
19221936
version "1.1.0"
19231937
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -5767,13 +5781,14 @@ eslint-visitor-keys@^2.0.0:
57675781
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
57685782
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
57695783

5770-
eslint@7.29.0:
5771-
version "7.29.0"
5772-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
5773-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
5784+
eslint@7.30.0:
5785+
version "7.30.0"
5786+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
5787+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
57745788
dependencies:
57755789
"@babel/code-frame" "7.12.11"
57765790
"@eslint/eslintrc" "^0.4.2"
5791+
"@humanwhocodes/config-array" "^0.5.0"
57775792
ajv "^6.10.0"
57785793
chalk "^4.0.0"
57795794
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)