Skip to content

Commit 3cf4bab

Browse files
authored
Merge pull request #269 from grid-js/dependabot/npm_and_yarn/eslint-7.22.0
Bump eslint from 7.17.0 to 7.22.0
2 parents 5e03944 + 015bc4e commit 3cf4bab

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

@@ -3522,12 +3528,12 @@ eslint-visitor-keys@^2.0.0:
35223528
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
35233529

35243530
eslint@^7.4.0:
3525-
version "7.17.0"
3526-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
3527-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
3531+
version "7.22.0"
3532+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
3533+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
35283534
dependencies:
3529-
"@babel/code-frame" "^7.0.0"
3530-
"@eslint/eslintrc" "^0.2.2"
3535+
"@babel/code-frame" "7.12.11"
3536+
"@eslint/eslintrc" "^0.4.0"
35313537
ajv "^6.10.0"
35323538
chalk "^4.0.0"
35333539
cross-spawn "^7.0.2"
@@ -3538,20 +3544,20 @@ eslint@^7.4.0:
35383544
eslint-utils "^2.1.0"
35393545
eslint-visitor-keys "^2.0.0"
35403546
espree "^7.3.1"
3541-
esquery "^1.2.0"
3547+
esquery "^1.4.0"
35423548
esutils "^2.0.2"
3543-
file-entry-cache "^6.0.0"
3549+
file-entry-cache "^6.0.1"
35443550
functional-red-black-tree "^1.0.1"
35453551
glob-parent "^5.0.0"
3546-
globals "^12.1.0"
3552+
globals "^13.6.0"
35473553
ignore "^4.0.6"
35483554
import-fresh "^3.0.0"
35493555
imurmurhash "^0.1.4"
35503556
is-glob "^4.0.0"
35513557
js-yaml "^3.13.1"
35523558
json-stable-stringify-without-jsonify "^1.0.1"
35533559
levn "^0.4.1"
3554-
lodash "^4.17.19"
3560+
lodash "^4.17.21"
35553561
minimatch "^3.0.4"
35563562
natural-compare "^1.4.0"
35573563
optionator "^0.9.1"
@@ -3587,13 +3593,6 @@ esprima@^4.0.0:
35873593
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
35883594
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
35893595

3590-
esquery@^1.2.0:
3591-
version "1.3.1"
3592-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
3593-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
3594-
dependencies:
3595-
estraverse "^5.1.0"
3596-
35973596
esquery@^1.4.0:
35983597
version "1.4.0"
35993598
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
@@ -3771,10 +3770,10 @@ figures@^3.0.0:
37713770
dependencies:
37723771
escape-string-regexp "^1.0.5"
37733772

3774-
file-entry-cache@^6.0.0:
3775-
version "6.0.0"
3776-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3777-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
3773+
file-entry-cache@^6.0.1:
3774+
version "6.0.1"
3775+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
3776+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
37783777
dependencies:
37793778
flat-cache "^3.0.4"
37803779

@@ -3991,6 +3990,13 @@ globals@^12.1.0:
39913990
dependencies:
39923991
type-fest "^0.8.1"
39933992

3993+
globals@^13.6.0:
3994+
version "13.6.0"
3995+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
3996+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
3997+
dependencies:
3998+
type-fest "^0.20.2"
3999+
39944000
globals@^9.18.0:
39954001
version "9.18.0"
39964002
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -4924,12 +4930,12 @@ [email protected]:
49244930
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
49254931
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
49264932

4927-
[email protected], lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
4933+
49284934
version "4.17.20"
49294935
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
49304936
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
49314937

4932-
lodash@^4.17.4:
4938+
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
49334939
version "4.17.21"
49344940
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
49354941
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)