Skip to content

Commit 6b7650b

Browse files
Bump eslint from 7.19.0 to 7.20.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.19.0...v7.20.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 91d67fa commit 6b7650b

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"which": "^2.0.2"
3131
},
3232
"devDependencies": {
33-
"eslint": "^7.19.0",
33+
"eslint": "^7.20.0",
3434
"eslint-config-prettier": "^7.2.0",
3535
"eslint-plugin-node": "^11.1.0",
3636
"eslint-plugin-prettier": "^3.3.1",

yarn.lock

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
6-
version "7.8.3"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
8-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
5+
"@babel/code-frame@7.12.11", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
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:
10-
"@babel/highlight" "^7.8.3"
10+
"@babel/highlight" "^7.10.4"
1111

1212
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
1313
version "7.9.6"
@@ -126,6 +126,11 @@
126126
dependencies:
127127
"@babel/types" "^7.8.3"
128128

129+
"@babel/helper-validator-identifier@^7.12.11":
130+
version "7.12.11"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
132+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
133+
129134
"@babel/helper-validator-identifier@^7.9.5":
130135
version "7.9.5"
131136
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -140,13 +145,13 @@
140145
"@babel/traverse" "^7.9.6"
141146
"@babel/types" "^7.9.6"
142147

143-
"@babel/highlight@^7.8.3":
144-
version "7.8.3"
145-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
146-
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
148+
"@babel/highlight@^7.10.4":
149+
version "7.12.13"
150+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
151+
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
147152
dependencies:
153+
"@babel/helper-validator-identifier" "^7.12.11"
148154
chalk "^2.0.0"
149-
esutils "^2.0.2"
150155
js-tokens "^4.0.0"
151156

152157
"@babel/parser@^7.1.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
@@ -2070,12 +2075,12 @@ eslint-visitor-keys@^2.0.0:
20702075
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
20712076
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
20722077

2073-
eslint@^7.19.0:
2074-
version "7.19.0"
2075-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
2076-
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
2078+
eslint@^7.20.0:
2079+
version "7.20.0"
2080+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
2081+
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
20772082
dependencies:
2078-
"@babel/code-frame" "^7.0.0"
2083+
"@babel/code-frame" "7.12.11"
20792084
"@eslint/eslintrc" "^0.3.0"
20802085
ajv "^6.10.0"
20812086
chalk "^4.0.0"
@@ -2087,7 +2092,7 @@ eslint@^7.19.0:
20872092
eslint-utils "^2.1.0"
20882093
eslint-visitor-keys "^2.0.0"
20892094
espree "^7.3.1"
2090-
esquery "^1.2.0"
2095+
esquery "^1.4.0"
20912096
esutils "^2.0.2"
20922097
file-entry-cache "^6.0.0"
20932098
functional-red-black-tree "^1.0.1"
@@ -2132,10 +2137,10 @@ esprima@^4.0.0, esprima@^4.0.1:
21322137
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
21332138
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
21342139

2135-
esquery@^1.2.0:
2136-
version "1.3.1"
2137-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
2138-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
2140+
esquery@^1.4.0:
2141+
version "1.4.0"
2142+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2143+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
21392144
dependencies:
21402145
estraverse "^5.1.0"
21412146

0 commit comments

Comments
 (0)