Skip to content

Commit b4ea20d

Browse files
committed
Update dependency eslint to v7.30.0
1 parent 3a01128 commit b4ea20d

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
@@ -107,7 +107,7 @@
107107
"ember-truth-helpers": "3.0.0",
108108
"ember-web-app": "5.0.1",
109109
"ember-window-mock": "0.7.2",
110-
"eslint": "7.29.0",
110+
"eslint": "7.30.0",
111111
"eslint-config-prettier": "8.3.0",
112112
"eslint-plugin-ember": "10.5.1",
113113
"eslint-plugin-ember-concurrency": "0.3.1",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,20 @@
16921692
resolved "https://registry.yarnpkg.com/@handlebars/parser/-/parser-1.1.0.tgz#d6dbc7574774b238114582410e8fee0dc3532bdf"
16931693
integrity sha512-rR7tJoSwJ2eooOpYGxGGW95sLq6GXUaS1UtWvN7pei6n2/okYvCGld9vsUTvkl2migxbkszsycwtMf/GEc1k1A==
16941694

1695+
"@humanwhocodes/config-array@^0.5.0":
1696+
version "0.5.0"
1697+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1698+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1699+
dependencies:
1700+
"@humanwhocodes/object-schema" "^1.2.0"
1701+
debug "^4.1.1"
1702+
minimatch "^3.0.4"
1703+
1704+
"@humanwhocodes/object-schema@^1.2.0":
1705+
version "1.2.0"
1706+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1707+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1708+
16951709
"@istanbuljs/load-nyc-config@^1.0.0":
16961710
version "1.1.0"
16971711
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -7624,13 +7638,14 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
76247638
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
76257639
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
76267640

7627-
eslint@7.29.0:
7628-
version "7.29.0"
7629-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
7630-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
7641+
eslint@7.30.0:
7642+
version "7.30.0"
7643+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
7644+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
76317645
dependencies:
76327646
"@babel/code-frame" "7.12.11"
76337647
"@eslint/eslintrc" "^0.4.2"
7648+
"@humanwhocodes/config-array" "^0.5.0"
76347649
ajv "^6.10.0"
76357650
chalk "^4.0.0"
76367651
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)