Skip to content

Commit 02623b0

Browse files
committed
chore(deps): update dependency eslint to v7.30.0
1 parent c20debd commit 02623b0

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
@@ -61,7 +61,7 @@
6161
"ember-source-channel-url": "3.0.0",
6262
"ember-template-lint": "3.4.2",
6363
"ember-try": "1.4.0",
64-
"eslint": "7.28.0",
64+
"eslint": "7.30.0",
6565
"eslint-plugin-ember": "10.5.0",
6666
"eslint-plugin-node": "11.1.0",
6767
"loader.js": "4.7.0",

yarn.lock

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

1607+
"@humanwhocodes/config-array@^0.5.0":
1608+
version "0.5.0"
1609+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1610+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1611+
dependencies:
1612+
"@humanwhocodes/object-schema" "^1.2.0"
1613+
debug "^4.1.1"
1614+
minimatch "^3.0.4"
1615+
1616+
"@humanwhocodes/object-schema@^1.2.0":
1617+
version "1.2.0"
1618+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1619+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1620+
16071621
"@nodelib/fs.scandir@2.1.3":
16081622
version "2.1.3"
16091623
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -5968,13 +5982,14 @@ eslint-visitor-keys@^2.0.0:
59685982
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
59695983
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
59705984

5971-
eslint@7.28.0:
5972-
version "7.28.0"
5973-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
5974-
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
5985+
eslint@7.30.0:
5986+
version "7.30.0"
5987+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
5988+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
59755989
dependencies:
59765990
"@babel/code-frame" "7.12.11"
59775991
"@eslint/eslintrc" "^0.4.2"
5992+
"@humanwhocodes/config-array" "^0.5.0"
59785993
ajv "^6.10.0"
59795994
chalk "^4.0.0"
59805995
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)