Skip to content

Commit fc7b152

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to ^7.19.0
1 parent 1bccd1b commit fc7b152

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@types/mocha": "7.0.2",
124124
"@types/node": "12.7.3",
125125
"@types/sinon": "9.0.10",
126-
"eslint": "^7.17.0",
126+
"eslint": "^7.19.0",
127127
"husky": "^4.3.6",
128128
"lnfs-cli": "^2.1.0",
129129
"mkdirp": "^1.0.4",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,10 +1029,10 @@
10291029
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
10301030
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
10311031

1032-
"@eslint/eslintrc@^0.2.2":
1033-
version "0.2.2"
1034-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
1035-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
1032+
"@eslint/eslintrc@^0.3.0":
1033+
version "0.3.0"
1034+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
1035+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
10361036
dependencies:
10371037
ajv "^6.12.4"
10381038
debug "^4.1.1"
@@ -1041,7 +1041,7 @@
10411041
ignore "^4.0.6"
10421042
import-fresh "^3.2.1"
10431043
js-yaml "^3.13.1"
1044-
lodash "^4.17.19"
1044+
lodash "^4.17.20"
10451045
minimatch "^3.0.4"
10461046
strip-json-comments "^3.1.1"
10471047

@@ -3285,13 +3285,13 @@ eslint-visitor-keys@^2.0.0:
32853285
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
32863286
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
32873287

3288-
eslint@^7.17.0:
3289-
version "7.17.0"
3290-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
3291-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
3288+
eslint@^7.19.0:
3289+
version "7.19.0"
3290+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
3291+
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
32923292
dependencies:
32933293
"@babel/code-frame" "^7.0.0"
3294-
"@eslint/eslintrc" "^0.2.2"
3294+
"@eslint/eslintrc" "^0.3.0"
32953295
ajv "^6.10.0"
32963296
chalk "^4.0.0"
32973297
cross-spawn "^7.0.2"
@@ -3315,7 +3315,7 @@ eslint@^7.17.0:
33153315
js-yaml "^3.13.1"
33163316
json-stable-stringify-without-jsonify "^1.0.1"
33173317
levn "^0.4.1"
3318-
lodash "^4.17.19"
3318+
lodash "^4.17.20"
33193319
minimatch "^3.0.4"
33203320
natural-compare "^1.4.0"
33213321
optionator "^0.9.1"

0 commit comments

Comments
 (0)