Skip to content

Commit 8a208e9

Browse files
chore(deps-dev): bump eslint from 7.21.0 to 7.22.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.21.0...v7.22.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 3fb9222 commit 8a208e9

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3256,9 +3256,9 @@ eslint-visitor-keys@^2.0.0:
32563256
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
32573257

32583258
eslint@^7.20.0:
3259-
version "7.21.0"
3260-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
3261-
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
3259+
version "7.22.0"
3260+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
3261+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
32623262
dependencies:
32633263
"@babel/code-frame" "7.12.11"
32643264
"@eslint/eslintrc" "^0.4.0"
@@ -3277,15 +3277,15 @@ eslint@^7.20.0:
32773277
file-entry-cache "^6.0.1"
32783278
functional-red-black-tree "^1.0.1"
32793279
glob-parent "^5.0.0"
3280-
globals "^12.1.0"
3280+
globals "^13.6.0"
32813281
ignore "^4.0.6"
32823282
import-fresh "^3.0.0"
32833283
imurmurhash "^0.1.4"
32843284
is-glob "^4.0.0"
32853285
js-yaml "^3.13.1"
32863286
json-stable-stringify-without-jsonify "^1.0.1"
32873287
levn "^0.4.1"
3288-
lodash "^4.17.20"
3288+
lodash "^4.17.21"
32893289
minimatch "^3.0.4"
32903290
natural-compare "^1.4.0"
32913291
optionator "^0.9.1"
@@ -3879,6 +3879,13 @@ globals@^12.1.0:
38793879
dependencies:
38803880
type-fest "^0.8.1"
38813881

3882+
globals@^13.6.0:
3883+
version "13.6.0"
3884+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
3885+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
3886+
dependencies:
3887+
type-fest "^0.20.2"
3888+
38823889
globby@^11.0.0, globby@^11.0.1:
38833890
version "11.0.2"
38843891
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
@@ -5498,7 +5505,7 @@ lodash.without@~4.4.0:
54985505
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
54995506
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
55005507

5501-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4:
5508+
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
55025509
version "4.17.21"
55035510
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
55045511
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -8124,6 +8131,11 @@ type-fest@^0.18.0:
81248131
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
81258132
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
81268133

8134+
type-fest@^0.20.2:
8135+
version "0.20.2"
8136+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
8137+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
8138+
81278139
type-fest@^0.6.0:
81288140
version "0.6.0"
81298141
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)