Skip to content

Commit 015bc4e

Browse files
Bump eslint from 7.17.0 to 7.22.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.17.0...v7.22.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1c3a67e commit 015bc4e

File tree

2 files changed

+89
-69
lines changed

2 files changed

+89
-69
lines changed

package-lock.json

Lines changed: 55 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
6+
version "7.12.11"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
8+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
9+
dependencies:
10+
"@babel/highlight" "^7.10.4"
11+
512
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.5.5":
613
version "7.12.13"
714
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
@@ -361,7 +368,7 @@
361368
"@babel/traverse" "^7.13.0"
362369
"@babel/types" "^7.13.0"
363370

364-
"@babel/highlight@^7.12.13":
371+
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
365372
version "7.13.10"
366373
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
367374
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
@@ -979,10 +986,10 @@
979986
lodash "^4.17.19"
980987
to-fast-properties "^2.0.0"
981988

982-
"@eslint/eslintrc@^0.2.2":
983-
version "0.2.2"
984-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
985-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
989+
"@eslint/eslintrc@^0.4.0":
990+
version "0.4.0"
991+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
992+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
986993
dependencies:
987994
ajv "^6.12.4"
988995
debug "^4.1.1"
@@ -991,7 +998,6 @@
991998
ignore "^4.0.6"
992999
import-fresh "^3.2.1"
9931000
js-yaml "^3.13.1"
994-
lodash "^4.17.19"
9951001
minimatch "^3.0.4"
9961002
strip-json-comments "^3.1.1"
9971003

@@ -3517,12 +3523,12 @@ eslint-visitor-keys@^2.0.0:
35173523
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
35183524

35193525
eslint@^7.4.0:
3520-
version "7.17.0"
3521-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
3522-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
3526+
version "7.22.0"
3527+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
3528+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
35233529
dependencies:
3524-
"@babel/code-frame" "^7.0.0"
3525-
"@eslint/eslintrc" "^0.2.2"
3530+
"@babel/code-frame" "7.12.11"
3531+
"@eslint/eslintrc" "^0.4.0"
35263532
ajv "^6.10.0"
35273533
chalk "^4.0.0"
35283534
cross-spawn "^7.0.2"
@@ -3533,20 +3539,20 @@ eslint@^7.4.0:
35333539
eslint-utils "^2.1.0"
35343540
eslint-visitor-keys "^2.0.0"
35353541
espree "^7.3.1"
3536-
esquery "^1.2.0"
3542+
esquery "^1.4.0"
35373543
esutils "^2.0.2"
3538-
file-entry-cache "^6.0.0"
3544+
file-entry-cache "^6.0.1"
35393545
functional-red-black-tree "^1.0.1"
35403546
glob-parent "^5.0.0"
3541-
globals "^12.1.0"
3547+
globals "^13.6.0"
35423548
ignore "^4.0.6"
35433549
import-fresh "^3.0.0"
35443550
imurmurhash "^0.1.4"
35453551
is-glob "^4.0.0"
35463552
js-yaml "^3.13.1"
35473553
json-stable-stringify-without-jsonify "^1.0.1"
35483554
levn "^0.4.1"
3549-
lodash "^4.17.19"
3555+
lodash "^4.17.21"
35503556
minimatch "^3.0.4"
35513557
natural-compare "^1.4.0"
35523558
optionator "^0.9.1"
@@ -3582,13 +3588,6 @@ esprima@^4.0.0:
35823588
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
35833589
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
35843590

3585-
esquery@^1.2.0:
3586-
version "1.3.1"
3587-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
3588-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
3589-
dependencies:
3590-
estraverse "^5.1.0"
3591-
35923591
esquery@^1.4.0:
35933592
version "1.4.0"
35943593
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
@@ -3766,10 +3765,10 @@ figures@^3.0.0:
37663765
dependencies:
37673766
escape-string-regexp "^1.0.5"
37683767

3769-
file-entry-cache@^6.0.0:
3770-
version "6.0.0"
3771-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3772-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
3768+
file-entry-cache@^6.0.1:
3769+
version "6.0.1"
3770+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
3771+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
37733772
dependencies:
37743773
flat-cache "^3.0.4"
37753774

@@ -3986,6 +3985,13 @@ globals@^12.1.0:
39863985
dependencies:
39873986
type-fest "^0.8.1"
39883987

3988+
globals@^13.6.0:
3989+
version "13.6.0"
3990+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
3991+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
3992+
dependencies:
3993+
type-fest "^0.20.2"
3994+
39893995
globals@^9.18.0:
39903996
version "9.18.0"
39913997
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -4921,12 +4927,12 @@ [email protected]:
49214927
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
49224928
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
49234929

4924-
[email protected], lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
4930+
49254931
version "4.17.20"
49264932
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
49274933
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
49284934

4929-
lodash@^4.17.4:
4935+
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
49304936
version "4.17.21"
49314937
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
49324938
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)