Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 5264651

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to ^7.8.1
1 parent 1b56b54 commit 5264651

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/webpack-env": "1.15.2",
5555
"awesome-typescript-loader": "^5.2.1",
5656
"chai": "^4.2.0",
57-
"eslint": "^7.8.0",
57+
"eslint": "^7.8.1",
5858
"esm": "^3.2.25",
5959
"husky": "^4.2.5",
6060
"istanbul-instrumenter-loader": "^3.0.1",

yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,20 @@
169169
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d"
170170
integrity sha512-r3fwVbVH+M8W0qYlBBZFsUwKe6NT5qvz+EmU7sr8VeN1cQ63z+3cfXyTo7WGGEMEgKiT0jboNAK3b1FZp8k9LQ==
171171

172-
"@eslint/eslintrc@^0.1.0":
173-
version "0.1.0"
174-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.0.tgz#3d1f19fb797d42fb1c85458c1c73541eeb1d9e76"
175-
integrity sha512-bfL5365QSCmH6cPeFT7Ywclj8C7LiF7sO6mUGzZhtAMV7iID1Euq6740u/SRi4C80NOnVz/CEfK8/HO+nCAPJg==
172+
"@eslint/eslintrc@^0.1.3":
173+
version "0.1.3"
174+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
175+
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
176176
dependencies:
177177
ajv "^6.12.4"
178178
debug "^4.1.1"
179+
espree "^7.3.0"
180+
globals "^12.1.0"
181+
ignore "^4.0.6"
179182
import-fresh "^3.2.1"
183+
js-yaml "^3.13.1"
184+
lodash "^4.17.19"
185+
minimatch "^3.0.4"
180186
strip-json-comments "^3.1.1"
181187

182188
"@iarna/cli@^1.2.0":
@@ -3014,13 +3020,13 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
30143020
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
30153021
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
30163022

3017-
eslint@^7.8.0:
3018-
version "7.8.0"
3019-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.0.tgz#9a3e2e6e4d0a3f8c42686073c25ebf2e91443e8a"
3020-
integrity sha512-qgtVyLZqKd2ZXWnLQA4NtVbOyH56zivOAdBFWE54RFkSZjokzNrcP4Z0eVWsZ+84ByXv+jL9k/wE1ENYe8xRFw==
3023+
eslint@^7.8.1:
3024+
version "7.8.1"
3025+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
3026+
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
30213027
dependencies:
30223028
"@babel/code-frame" "^7.0.0"
3023-
"@eslint/eslintrc" "^0.1.0"
3029+
"@eslint/eslintrc" "^0.1.3"
30243030
ajv "^6.10.0"
30253031
chalk "^4.0.0"
30263032
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)