Skip to content

Commit 1846f91

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

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"@types/mocha": "7.0.2",
125125
"@types/node": "12.7.3",
126126
"@types/sinon": "9.0.4",
127-
"eslint": "^7.8.0",
127+
"eslint": "^7.8.1",
128128
"husky": "^4.2.5",
129129
"lnfs-cli": "^2.1.0",
130130
"mkdirp": "^1.0.3",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -843,14 +843,20 @@
843843
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d"
844844
integrity sha512-r3fwVbVH+M8W0qYlBBZFsUwKe6NT5qvz+EmU7sr8VeN1cQ63z+3cfXyTo7WGGEMEgKiT0jboNAK3b1FZp8k9LQ==
845845

846-
"@eslint/eslintrc@^0.1.0":
847-
version "0.1.0"
848-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.0.tgz#3d1f19fb797d42fb1c85458c1c73541eeb1d9e76"
849-
integrity sha512-bfL5365QSCmH6cPeFT7Ywclj8C7LiF7sO6mUGzZhtAMV7iID1Euq6740u/SRi4C80NOnVz/CEfK8/HO+nCAPJg==
846+
"@eslint/eslintrc@^0.1.3":
847+
version "0.1.3"
848+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
849+
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
850850
dependencies:
851851
ajv "^6.12.4"
852852
debug "^4.1.1"
853+
espree "^7.3.0"
854+
globals "^12.1.0"
855+
ignore "^4.0.6"
853856
import-fresh "^3.2.1"
857+
js-yaml "^3.13.1"
858+
lodash "^4.17.19"
859+
minimatch "^3.0.4"
854860
strip-json-comments "^3.1.1"
855861

856862
"@iarna/toml@^2.2.0":
@@ -3066,13 +3072,13 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
30663072
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
30673073
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
30683074

3069-
eslint@^7.8.0:
3070-
version "7.8.0"
3071-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.0.tgz#9a3e2e6e4d0a3f8c42686073c25ebf2e91443e8a"
3072-
integrity sha512-qgtVyLZqKd2ZXWnLQA4NtVbOyH56zivOAdBFWE54RFkSZjokzNrcP4Z0eVWsZ+84ByXv+jL9k/wE1ENYe8xRFw==
3075+
eslint@^7.8.1:
3076+
version "7.8.1"
3077+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
3078+
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
30733079
dependencies:
30743080
"@babel/code-frame" "^7.0.0"
3075-
"@eslint/eslintrc" "^0.1.0"
3081+
"@eslint/eslintrc" "^0.1.3"
30763082
ajv "^6.10.0"
30773083
chalk "^4.0.0"
30783084
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)