Skip to content

Commit dc32217

Browse files
chore(deps): update dependency eslint to v7.22.0 (#246)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8297123 commit dc32217

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"concurrently": "6.0.0",
3333
"conventional-changelog": "3.1.24",
3434
"conventional-changelog-cli": "2.1.1",
35-
"eslint": "7.21.0",
35+
"eslint": "7.22.0",
3636
"eslint-config-algolia": "16.0.0",
3737
"eslint-config-prettier": "7.2.0",
3838
"eslint-config-standard": "16.0.2",

yarn.lock

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6828,10 +6828,10 @@ eslint-visitor-keys@^2.0.0:
68286828
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
68296829
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
68306830

6831-
eslint@7.21.0:
6832-
version "7.21.0"
6833-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
6834-
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
6831+
eslint@7.22.0:
6832+
version "7.22.0"
6833+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
6834+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
68356835
dependencies:
68366836
"@babel/code-frame" "7.12.11"
68376837
"@eslint/eslintrc" "^0.4.0"
@@ -6850,15 +6850,15 @@ [email protected]:
68506850
file-entry-cache "^6.0.1"
68516851
functional-red-black-tree "^1.0.1"
68526852
glob-parent "^5.0.0"
6853-
globals "^12.1.0"
6853+
globals "^13.6.0"
68546854
ignore "^4.0.6"
68556855
import-fresh "^3.0.0"
68566856
imurmurhash "^0.1.4"
68576857
is-glob "^4.0.0"
68586858
js-yaml "^3.13.1"
68596859
json-stable-stringify-without-jsonify "^1.0.1"
68606860
levn "^0.4.1"
6861-
lodash "^4.17.20"
6861+
lodash "^4.17.21"
68626862
minimatch "^3.0.4"
68636863
natural-compare "^1.4.0"
68646864
optionator "^0.9.1"
@@ -7920,6 +7920,13 @@ globals@^12.1.0:
79207920
dependencies:
79217921
type-fest "^0.8.1"
79227922

7923+
globals@^13.6.0:
7924+
version "13.7.0"
7925+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.7.0.tgz#aed3bcefd80ad3ec0f0be2cf0c895110c0591795"
7926+
integrity sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA==
7927+
dependencies:
7928+
type-fest "^0.20.2"
7929+
79237930
globby@^10.0.1, globby@^10.0.2:
79247931
version "10.0.2"
79257932
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
@@ -10172,6 +10179,11 @@ lodash@^4.17.19:
1017210179
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
1017310180
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
1017410181

10182+
lodash@^4.17.21:
10183+
version "4.17.21"
10184+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
10185+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
10186+
1017510187
log-process-errors@^5.1.2:
1017610188
version "5.1.2"
1017710189
resolved "https://registry.yarnpkg.com/log-process-errors/-/log-process-errors-5.1.2.tgz#5d0f195309d9c725a010587527ade00db1fe1646"
@@ -14841,6 +14853,11 @@ type-fest@^0.18.0:
1484114853
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
1484214854
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
1484314855

14856+
type-fest@^0.20.2:
14857+
version "0.20.2"
14858+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
14859+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
14860+
1484414861
type-fest@^0.3.0, type-fest@^0.3.1:
1484514862
version "0.3.1"
1484614863
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"

0 commit comments

Comments
 (0)