Skip to content

Commit 171bdbc

Browse files
chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#1290)
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]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 3a4e0de commit 171bdbc

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6184,10 +6184,10 @@ deasync@^0.1.15:
61846184
bindings "^1.5.0"
61856185
node-addon-api "^1.7.1"
61866186

6187-
debug@*, debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
6188-
version "4.3.1"
6189-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
6190-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
6187+
debug@*, debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
6188+
version "4.3.2"
6189+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
6190+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
61916191
dependencies:
61926192
ms "2.1.2"
61936193

@@ -6219,13 +6219,6 @@ debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
62196219
dependencies:
62206220
ms "^2.1.1"
62216221

6222-
debug@^4.3.2:
6223-
version "4.3.2"
6224-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
6225-
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
6226-
dependencies:
6227-
ms "2.1.2"
6228-
62296222
decamelize@^1.2.0:
62306223
version "1.2.0"
62316224
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -7273,9 +7266,9 @@ eslint-visitor-keys@^2.0.0:
72737266
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
72747267

72757268
eslint@^7.2.0:
7276-
version "7.21.0"
7277-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
7278-
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
7269+
version "7.22.0"
7270+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
7271+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
72797272
dependencies:
72807273
"@babel/code-frame" "7.12.11"
72817274
"@eslint/eslintrc" "^0.4.0"
@@ -7294,15 +7287,15 @@ eslint@^7.2.0:
72947287
file-entry-cache "^6.0.1"
72957288
functional-red-black-tree "^1.0.1"
72967289
glob-parent "^5.0.0"
7297-
globals "^12.1.0"
7290+
globals "^13.6.0"
72987291
ignore "^4.0.6"
72997292
import-fresh "^3.0.0"
73007293
imurmurhash "^0.1.4"
73017294
is-glob "^4.0.0"
73027295
js-yaml "^3.13.1"
73037296
json-stable-stringify-without-jsonify "^1.0.1"
73047297
levn "^0.4.1"
7305-
lodash "^4.17.20"
7298+
lodash "^4.17.21"
73067299
minimatch "^3.0.4"
73077300
natural-compare "^1.4.0"
73087301
optionator "^0.9.1"
@@ -8522,6 +8515,13 @@ globals@^12.1.0:
85228515
dependencies:
85238516
type-fest "^0.8.1"
85248517

8518+
globals@^13.6.0:
8519+
version "13.6.0"
8520+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
8521+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
8522+
dependencies:
8523+
type-fest "^0.20.2"
8524+
85258525
globals@^9.18.0:
85268526
version "9.18.0"
85278527
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -11243,10 +11243,10 @@ lodash.zip@^4.2.0:
1124311243
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
1124411244
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
1124511245

11246-
lodash@4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@~4.17.10:
11247-
version "4.17.20"
11248-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
11249-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
11246+
lodash@4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@~4.17.10:
11247+
version "4.17.21"
11248+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
11249+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1125011250

1125111251
[email protected], log-symbols@^2.2.0:
1125211252
version "2.2.0"

0 commit comments

Comments
 (0)