Skip to content

Commit 2cb4776

Browse files
authored
Merge pull request #5086 from StoDevX/dependabot/npm_and_yarn/eslint-7.23.0
2 parents 3988793 + a6cb7d1 commit 2cb4776

File tree

2 files changed

+45
-29
lines changed

2 files changed

+45
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"babel-jest": "26.6.3",
182182
"danger": "10.6.1",
183183
"danger-plugin-yarn": "1.3.2",
184-
"eslint": "7.18.0",
184+
"eslint": "7.23.0",
185185
"eslint-config-prettier": "7.1.0",
186186
"eslint-plugin-babel": "5.3.1",
187187
"eslint-plugin-react": "7.22.0",

yarn.lock

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

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
6-
version "7.10.4"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
8-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
5+
"@babel/code-frame@7.12.11", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
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==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

@@ -776,10 +776,10 @@
776776
dependencies:
777777
"@types/hammerjs" "^2.0.36"
778778

779-
"@eslint/eslintrc@^0.3.0":
780-
version "0.3.0"
781-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
782-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
779+
"@eslint/eslintrc@^0.4.0":
780+
version "0.4.0"
781+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
782+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
783783
dependencies:
784784
ajv "^6.12.4"
785785
debug "^4.1.1"
@@ -788,7 +788,6 @@
788788
ignore "^4.0.6"
789789
import-fresh "^3.2.1"
790790
js-yaml "^3.13.1"
791-
lodash "^4.17.20"
792791
minimatch "^3.0.4"
793792
strip-json-comments "^3.1.1"
794793

@@ -3657,13 +3656,13 @@ eslint-visitor-keys@^2.0.0:
36573656
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
36583657
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
36593658

3660-
eslint@7.18.0:
3661-
version "7.18.0"
3662-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
3663-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
3659+
eslint@7.23.0:
3660+
version "7.23.0"
3661+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.23.0.tgz#8d029d252f6e8cf45894b4bee08f5493f8e94325"
3662+
integrity sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==
36643663
dependencies:
3665-
"@babel/code-frame" "^7.0.0"
3666-
"@eslint/eslintrc" "^0.3.0"
3664+
"@babel/code-frame" "7.12.11"
3665+
"@eslint/eslintrc" "^0.4.0"
36673666
ajv "^6.10.0"
36683667
chalk "^4.0.0"
36693668
cross-spawn "^7.0.2"
@@ -3674,20 +3673,20 @@ [email protected]:
36743673
eslint-utils "^2.1.0"
36753674
eslint-visitor-keys "^2.0.0"
36763675
espree "^7.3.1"
3677-
esquery "^1.2.0"
3676+
esquery "^1.4.0"
36783677
esutils "^2.0.2"
3679-
file-entry-cache "^6.0.0"
3678+
file-entry-cache "^6.0.1"
36803679
functional-red-black-tree "^1.0.1"
36813680
glob-parent "^5.0.0"
3682-
globals "^12.1.0"
3681+
globals "^13.6.0"
36833682
ignore "^4.0.6"
36843683
import-fresh "^3.0.0"
36853684
imurmurhash "^0.1.4"
36863685
is-glob "^4.0.0"
36873686
js-yaml "^3.13.1"
36883687
json-stable-stringify-without-jsonify "^1.0.1"
36893688
levn "^0.4.1"
3690-
lodash "^4.17.20"
3689+
lodash "^4.17.21"
36913690
minimatch "^3.0.4"
36923691
natural-compare "^1.4.0"
36933692
optionator "^0.9.1"
@@ -3714,10 +3713,10 @@ esprima@^4.0.0, esprima@^4.0.1:
37143713
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
37153714
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
37163715

3717-
esquery@^1.2.0:
3718-
version "1.3.1"
3719-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
3720-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
3716+
esquery@^1.4.0:
3717+
version "1.4.0"
3718+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
3719+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
37213720
dependencies:
37223721
estraverse "^5.1.0"
37233722

@@ -4046,10 +4045,10 @@ figures@^2.0.0:
40464045
dependencies:
40474046
escape-string-regexp "^1.0.5"
40484047

4049-
file-entry-cache@^6.0.0:
4050-
version "6.0.0"
4051-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
4052-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
4048+
file-entry-cache@^6.0.1:
4049+
version "6.0.1"
4050+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
4051+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
40534052
dependencies:
40544053
flat-cache "^3.0.4"
40554054

@@ -4432,6 +4431,13 @@ globals@^12.1.0:
44324431
dependencies:
44334432
type-fest "^0.8.1"
44344433

4434+
globals@^13.6.0:
4435+
version "13.7.0"
4436+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.7.0.tgz#aed3bcefd80ad3ec0f0be2cf0c895110c0591795"
4437+
integrity sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA==
4438+
dependencies:
4439+
type-fest "^0.20.2"
4440+
44354441
globby@^11.0.1:
44364442
version "11.0.1"
44374443
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
@@ -6084,11 +6090,16 @@ lodash.uniq@^4.5.0:
60846090
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
60856091
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
60866092

6087-
[email protected], [email protected], lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
6093+
60886094
version "4.17.20"
60896095
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
60906096
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
60916097

6098+
[email protected], lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
6099+
version "4.17.21"
6100+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6101+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
6102+
60926103
log-symbols@^2.2.0:
60936104
version "2.2.0"
60946105
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -9219,6 +9230,11 @@ [email protected]:
92199230
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
92209231
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
92219232

9233+
type-fest@^0.20.2:
9234+
version "0.20.2"
9235+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
9236+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
9237+
92229238
type-fest@^0.3.0:
92239239
version "0.3.1"
92249240
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"

0 commit comments

Comments
 (0)