Skip to content

Commit 5fee4ed

Browse files
Bump eslint from 7.11.0 to 7.12.1 (#119)
Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.11.0...v7.12.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4dc4e8d commit 5fee4ed

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ext graphql,js ."
1010
},
1111
"dependencies": {
12-
"eslint": "7.11.0",
12+
"eslint": "7.12.1",
1313
"@graphql-eslint/eslint-plugin": "0.4.1",
1414
"graphql": "15.3.0",
1515
"typescript": "4.0.3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@changesets/cli": "2.11.1",
2323
"@typescript-eslint/parser": "4.6.1",
2424
"@typescript-eslint/eslint-plugin": "4.5.0",
25-
"eslint": "7.11.0",
25+
"eslint": "7.12.1",
2626
"husky": "4.3.0",
2727
"lint-staged": "10.5.1",
2828
"@types/node": "14.14.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@
475475
exec-sh "^0.3.2"
476476
minimist "^1.2.0"
477477

478-
"@eslint/eslintrc@^0.1.3":
479-
version "0.1.3"
480-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
481-
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
478+
"@eslint/eslintrc@^0.2.1":
479+
version "0.2.1"
480+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
481+
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
482482
dependencies:
483483
ajv "^6.12.4"
484484
debug "^4.1.1"
@@ -2383,13 +2383,13 @@ eslint-visitor-keys@^2.0.0:
23832383
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
23842384
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
23852385

2386-
eslint@7.11.0:
2387-
version "7.11.0"
2388-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.11.0.tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b"
2389-
integrity sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==
2386+
eslint@7.12.1:
2387+
version "7.12.1"
2388+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.1.tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801"
2389+
integrity sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==
23902390
dependencies:
23912391
"@babel/code-frame" "^7.0.0"
2392-
"@eslint/eslintrc" "^0.1.3"
2392+
"@eslint/eslintrc" "^0.2.1"
23932393
ajv "^6.10.0"
23942394
chalk "^4.0.0"
23952395
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)