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

Commit 297ad0e

Browse files
authored
Update eslint: 7.17.0 → 7.18.0 (minor) (#250)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 82f33d4 commit 297ad0e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/tape": "^4.13.0",
3333
"@typescript-eslint/eslint-plugin": "^4.13.0",
3434
"@typescript-eslint/parser": "^4.13.0",
35-
"eslint": "^7.17.0",
35+
"eslint": "^7.18.0",
3636
"eslint-config-prettier": "^7.1.0",
3737
"express": "^4.17.1",
3838
"prettier": "^2.2.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@eslint/eslintrc@^0.2.2":
27-
version "0.2.2"
28-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
29-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
26+
"@eslint/eslintrc@^0.3.0":
27+
version "0.3.0"
28+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
29+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
3030
dependencies:
3131
ajv "^6.12.4"
3232
debug "^4.1.1"
@@ -35,7 +35,7 @@
3535
ignore "^4.0.6"
3636
import-fresh "^3.2.1"
3737
js-yaml "^3.13.1"
38-
lodash "^4.17.19"
38+
lodash "^4.17.20"
3939
minimatch "^3.0.4"
4040
strip-json-comments "^3.1.1"
4141

@@ -701,13 +701,13 @@ eslint-visitor-keys@^2.0.0:
701701
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
702702
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
703703

704-
eslint@^7.17.0:
705-
version "7.17.0"
706-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
707-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
704+
eslint@^7.18.0:
705+
version "7.18.0"
706+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
707+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
708708
dependencies:
709709
"@babel/code-frame" "^7.0.0"
710-
"@eslint/eslintrc" "^0.2.2"
710+
"@eslint/eslintrc" "^0.3.0"
711711
ajv "^6.10.0"
712712
chalk "^4.0.0"
713713
cross-spawn "^7.0.2"
@@ -731,7 +731,7 @@ eslint@^7.17.0:
731731
js-yaml "^3.13.1"
732732
json-stable-stringify-without-jsonify "^1.0.1"
733733
levn "^0.4.1"
734-
lodash "^4.17.19"
734+
lodash "^4.17.20"
735735
minimatch "^3.0.4"
736736
natural-compare "^1.4.0"
737737
optionator "^0.9.1"
@@ -1293,7 +1293,7 @@ levn@^0.4.1:
12931293
prelude-ls "^1.2.1"
12941294
type-check "~0.4.0"
12951295

1296-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
1296+
lodash@^4.17.15, lodash@^4.17.20:
12971297
version "4.17.20"
12981298
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
12991299
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

0 commit comments

Comments
 (0)