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

Commit a0570f9

Browse files
authored
Update eslint: 7.21.0 → 7.22.0 (minor) (#285)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 0506f7a commit a0570f9

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
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.17.0",
3434
"@typescript-eslint/parser": "^4.17.0",
35-
"eslint": "^7.21.0",
35+
"eslint": "^7.22.0",
3636
"eslint-config-prettier": "^7.2.0",
3737
"express": "^4.17.1",
3838
"prettier": "^2.2.1",

yarn.lock

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -727,10 +727,10 @@ eslint-visitor-keys@^2.0.0:
727727
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
728728
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
729729

730-
eslint@^7.21.0:
731-
version "7.21.0"
732-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
733-
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
730+
eslint@^7.22.0:
731+
version "7.22.0"
732+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
733+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
734734
dependencies:
735735
"@babel/code-frame" "7.12.11"
736736
"@eslint/eslintrc" "^0.4.0"
@@ -749,15 +749,15 @@ eslint@^7.21.0:
749749
file-entry-cache "^6.0.1"
750750
functional-red-black-tree "^1.0.1"
751751
glob-parent "^5.0.0"
752-
globals "^12.1.0"
752+
globals "^13.6.0"
753753
ignore "^4.0.6"
754754
import-fresh "^3.0.0"
755755
imurmurhash "^0.1.4"
756756
is-glob "^4.0.0"
757757
js-yaml "^3.13.1"
758758
json-stable-stringify-without-jsonify "^1.0.1"
759759
levn "^0.4.1"
760-
lodash "^4.17.20"
760+
lodash "^4.17.21"
761761
minimatch "^3.0.4"
762762
natural-compare "^1.4.0"
763763
optionator "^0.9.1"
@@ -1049,6 +1049,13 @@ globals@^12.1.0:
10491049
dependencies:
10501050
type-fest "^0.8.1"
10511051

1052+
globals@^13.6.0:
1053+
version "13.6.0"
1054+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
1055+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
1056+
dependencies:
1057+
type-fest "^0.20.2"
1058+
10521059
globby@^11.0.1:
10531060
version "11.0.1"
10541061
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
@@ -1346,6 +1353,11 @@ lodash@^4.17.15, lodash@^4.17.20:
13461353
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
13471354
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
13481355

1356+
lodash@^4.17.21:
1357+
version "4.17.21"
1358+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1359+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1360+
13491361
13501362
version "0.3.0"
13511363
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -1992,6 +2004,11 @@ type-check@^0.4.0, type-check@~0.4.0:
19922004
dependencies:
19932005
prelude-ls "^1.2.1"
19942006

2007+
type-fest@^0.20.2:
2008+
version "0.20.2"
2009+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
2010+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2011+
19952012
type-fest@^0.8.1:
19962013
version "0.8.1"
19972014
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"

0 commit comments

Comments
 (0)