Skip to content

Commit b73bef7

Browse files
chore(deps): update dependency eslint to v7.28.0 (#481)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3a650c9 commit b73bef7

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@changesets/cli": "2.16.0",
3737
"@typescript-eslint/eslint-plugin": "4.26.0",
3838
"@typescript-eslint/parser": "4.26.0",
39-
"eslint": "7.27.0",
39+
"eslint": "7.28.0",
4040
"husky": "6.0.0",
4141
"lint-staged": "11.0.0",
4242
"@types/node": "14.17.2",

yarn.lock

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@
14141414
ts-node "^9"
14151415
tslib "^2"
14161416

1417-
"@eslint/eslintrc@^0.4.0", "@eslint/eslintrc@^0.4.1":
1417+
"@eslint/eslintrc@^0.4.0":
14181418
version "0.4.1"
14191419
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
14201420
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
@@ -1429,6 +1429,21 @@
14291429
minimatch "^3.0.4"
14301430
strip-json-comments "^3.1.1"
14311431

1432+
"@eslint/eslintrc@^0.4.2":
1433+
version "0.4.2"
1434+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
1435+
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
1436+
dependencies:
1437+
ajv "^6.12.4"
1438+
debug "^4.1.1"
1439+
espree "^7.3.0"
1440+
globals "^13.9.0"
1441+
ignore "^4.0.6"
1442+
import-fresh "^3.2.1"
1443+
js-yaml "^3.13.1"
1444+
minimatch "^3.0.4"
1445+
strip-json-comments "^3.1.1"
1446+
14321447
"@graphql-tools/batch-execute@^7.0.0":
14331448
version "7.0.0"
14341449
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-7.0.0.tgz#e79d11bd5b39f29172f6ec2eafa71103c6a6c85b"
@@ -3542,13 +3557,13 @@ [email protected]:
35423557
text-table "^0.2.0"
35433558
v8-compile-cache "^2.0.3"
35443559

3545-
eslint@7.27.0:
3546-
version "7.27.0"
3547-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.27.0.tgz#665a1506d8f95655c9274d84bd78f7166b07e9c7"
3548-
integrity sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==
3560+
eslint@7.28.0:
3561+
version "7.28.0"
3562+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
3563+
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
35493564
dependencies:
35503565
"@babel/code-frame" "7.12.11"
3551-
"@eslint/eslintrc" "^0.4.1"
3566+
"@eslint/eslintrc" "^0.4.2"
35523567
ajv "^6.10.0"
35533568
chalk "^4.0.0"
35543569
cross-spawn "^7.0.2"
@@ -3565,7 +3580,7 @@ [email protected]:
35653580
fast-deep-equal "^3.1.3"
35663581
file-entry-cache "^6.0.1"
35673582
functional-red-black-tree "^1.0.1"
3568-
glob-parent "^5.0.0"
3583+
glob-parent "^5.1.2"
35693584
globals "^13.6.0"
35703585
ignore "^4.0.6"
35713586
import-fresh "^3.0.0"
@@ -3974,6 +3989,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0:
39743989
dependencies:
39753990
is-glob "^4.0.1"
39763991

3992+
glob-parent@^5.1.2:
3993+
version "5.1.2"
3994+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
3995+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
3996+
dependencies:
3997+
is-glob "^4.0.1"
3998+
39773999
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
39784000
version "7.1.6"
39794001
resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -4005,6 +4027,13 @@ globals@^13.6.0:
40054027
dependencies:
40064028
type-fest "^0.20.2"
40074029

4030+
globals@^13.9.0:
4031+
version "13.9.0"
4032+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
4033+
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
4034+
dependencies:
4035+
type-fest "^0.20.2"
4036+
40084037
40094038
version "11.0.0"
40104039
resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"

0 commit comments

Comments
 (0)