Skip to content

Commit 42e01f1

Browse files
Merge pull request #202 from ember-polyfills/dependabot/npm_and_yarn/eslint-7.30.0
2 parents f625e70 + f7dd98b commit 42e01f1

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
"ember-source-channel-url": "^3.0.0",
5454
"ember-template-lint": "^2.21.0",
5555
"ember-try": "^1.4.0",
56-
"eslint": "^7.29.0",
56+
"eslint": "^7.30.0",
5757
"eslint-plugin-ember": "^9.6.0",
5858
"eslint-plugin-node": "^11.1.0",
5959
"loader.js": "^4.7.0",

yarn.lock

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

1363+
"@humanwhocodes/config-array@^0.5.0":
1364+
version "0.5.0"
1365+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1366+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1367+
dependencies:
1368+
"@humanwhocodes/object-schema" "^1.2.0"
1369+
debug "^4.1.1"
1370+
minimatch "^3.0.4"
1371+
1372+
"@humanwhocodes/object-schema@^1.2.0":
1373+
version "1.2.0"
1374+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1375+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1376+
13631377
"@iarna/toml@2.2.5":
13641378
version "2.2.5"
13651379
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -5252,13 +5266,14 @@ eslint-visitor-keys@^2.0.0:
52525266
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
52535267
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
52545268

5255-
eslint@^7.29.0:
5256-
version "7.29.0"
5257-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
5258-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
5269+
eslint@^7.30.0:
5270+
version "7.30.0"
5271+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
5272+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
52595273
dependencies:
52605274
"@babel/code-frame" "7.12.11"
52615275
"@eslint/eslintrc" "^0.4.2"
5276+
"@humanwhocodes/config-array" "^0.5.0"
52625277
ajv "^6.10.0"
52635278
chalk "^4.0.0"
52645279
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)