Skip to content

Commit d39d293

Browse files
chore(deps-dev): bump eslint from 7.10.0 to 7.11.0 (#5283)
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.10.0...v7.11.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1b16e56 commit d39d293

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"ember-template-lint": "^2.13.0",
131131
"ember-truth-helpers": "^3.0.0",
132132
"ember-uuid": "^2.1.0",
133-
"eslint": "^7.10.0",
133+
"eslint": "^7.11.0",
134134
"eslint-plugin-ember": "^9.3.0",
135135
"eslint-plugin-ember-suave": "^2.0.1",
136136
"eslint-plugin-node": "^11.1.0",

yarn.lock

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,17 +2474,7 @@ ajv@^4.7.0, ajv@^4.9.1:
24742474
co "^4.6.0"
24752475
json-stable-stringify "^1.0.1"
24762476

2477-
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
2478-
version "6.12.4"
2479-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234"
2480-
integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==
2481-
dependencies:
2482-
fast-deep-equal "^3.1.1"
2483-
fast-json-stable-stringify "^2.0.0"
2484-
json-schema-traverse "^0.4.1"
2485-
uri-js "^4.2.2"
2486-
2487-
ajv@^6.12.5:
2477+
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
24882478
version "6.12.5"
24892479
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.5.tgz#19b0e8bae8f476e5ba666300387775fb1a00a4da"
24902480
integrity sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag==
@@ -8168,10 +8158,10 @@ eslint@^2.7.0:
81688158
text-table "~0.2.0"
81698159
user-home "^2.0.0"
81708160

8171-
eslint@^7.10.0:
8172-
version "7.10.0"
8173-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
8174-
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
8161+
eslint@^7.11.0:
8162+
version "7.11.0"
8163+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.11.0.tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b"
8164+
integrity sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==
81758165
dependencies:
81768166
"@babel/code-frame" "^7.0.0"
81778167
"@eslint/eslintrc" "^0.1.3"
@@ -8183,7 +8173,7 @@ eslint@^7.10.0:
81838173
enquirer "^2.3.5"
81848174
eslint-scope "^5.1.1"
81858175
eslint-utils "^2.1.0"
8186-
eslint-visitor-keys "^1.3.0"
8176+
eslint-visitor-keys "^2.0.0"
81878177
espree "^7.3.0"
81888178
esquery "^1.2.0"
81898179
esutils "^2.0.2"

0 commit comments

Comments
 (0)