Skip to content

Commit 59d644d

Browse files
chore(deps-dev): bump eslint from 7.27.0 to 7.28.0 (#2763)
Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.27.0...v7.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4dc176 commit 59d644d

File tree

1 file changed

+15
-56
lines changed

1 file changed

+15
-56
lines changed

yarn.lock

+15-56
Original file line numberDiff line numberDiff line change
@@ -592,15 +592,15 @@
592592
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz#90420f9f9c6d3987f176a19a7d8e764271a2f55d"
593593
integrity sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==
594594

595-
"@eslint/eslintrc@^0.4.1":
596-
version "0.4.1"
597-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
598-
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
595+
"@eslint/eslintrc@^0.4.2":
596+
version "0.4.2"
597+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
598+
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
599599
dependencies:
600600
ajv "^6.12.4"
601601
debug "^4.1.1"
602602
espree "^7.3.0"
603-
globals "^12.1.0"
603+
globals "^13.9.0"
604604
ignore "^4.0.6"
605605
import-fresh "^3.2.1"
606606
js-yaml "^3.13.1"
@@ -2061,14 +2061,6 @@
20612061
"@typescript-eslint/typescript-estree" "4.26.1"
20622062
debug "^4.3.1"
20632063

2064-
"@typescript-eslint/[email protected]":
2065-
version "4.26.0"
2066-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
2067-
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
2068-
dependencies:
2069-
"@typescript-eslint/types" "4.26.0"
2070-
"@typescript-eslint/visitor-keys" "4.26.0"
2071-
20722064
"@typescript-eslint/[email protected]":
20732065
version "4.26.1"
20742066
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
@@ -2077,29 +2069,11 @@
20772069
"@typescript-eslint/types" "4.26.1"
20782070
"@typescript-eslint/visitor-keys" "4.26.1"
20792071

2080-
"@typescript-eslint/[email protected]":
2081-
version "4.26.0"
2082-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
2083-
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
2084-
20852072
"@typescript-eslint/[email protected]":
20862073
version "4.26.1"
20872074
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
20882075
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
20892076

2090-
"@typescript-eslint/[email protected]":
2091-
version "4.26.0"
2092-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
2093-
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
2094-
dependencies:
2095-
"@typescript-eslint/types" "4.26.0"
2096-
"@typescript-eslint/visitor-keys" "4.26.0"
2097-
debug "^4.3.1"
2098-
globby "^11.0.3"
2099-
is-glob "^4.0.1"
2100-
semver "^7.3.5"
2101-
tsutils "^3.21.0"
2102-
21032077
"@typescript-eslint/[email protected]":
21042078
version "4.26.1"
21052079
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
@@ -2113,14 +2087,6 @@
21132087
semver "^7.3.5"
21142088
tsutils "^3.21.0"
21152089

2116-
"@typescript-eslint/[email protected]":
2117-
version "4.26.0"
2118-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
2119-
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
2120-
dependencies:
2121-
"@typescript-eslint/types" "4.26.0"
2122-
eslint-visitor-keys "^2.0.0"
2123-
21242090
"@typescript-eslint/[email protected]":
21252091
version "4.26.1"
21262092
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
@@ -4364,12 +4330,12 @@ eslint-visitor-keys@^2.0.0:
43644330
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
43654331

43664332
eslint@^7.12.1:
4367-
version "7.27.0"
4368-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.27.0.tgz#665a1506d8f95655c9274d84bd78f7166b07e9c7"
4369-
integrity sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==
4333+
version "7.28.0"
4334+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
4335+
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
43704336
dependencies:
43714337
"@babel/code-frame" "7.12.11"
4372-
"@eslint/eslintrc" "^0.4.1"
4338+
"@eslint/eslintrc" "^0.4.2"
43734339
ajv "^6.10.0"
43744340
chalk "^4.0.0"
43754341
cross-spawn "^7.0.2"
@@ -4386,7 +4352,7 @@ eslint@^7.12.1:
43864352
fast-deep-equal "^3.1.3"
43874353
file-entry-cache "^6.0.1"
43884354
functional-red-black-tree "^1.0.1"
4389-
glob-parent "^5.0.0"
4355+
glob-parent "^5.1.2"
43904356
globals "^13.6.0"
43914357
ignore "^4.0.6"
43924358
import-fresh "^3.0.0"
@@ -5173,7 +5139,7 @@ glob-parent@^3.1.0:
51735139
is-glob "^3.1.0"
51745140
path-dirname "^1.0.0"
51755141

5176-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1:
5142+
glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@^5.1.2:
51775143
version "5.1.2"
51785144
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
51795145
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -5250,17 +5216,10 @@ globals@^11.1.0:
52505216
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
52515217
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
52525218

5253-
globals@^12.1.0:
5254-
version "12.4.0"
5255-
resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8"
5256-
integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==
5257-
dependencies:
5258-
type-fest "^0.8.1"
5259-
5260-
globals@^13.6.0:
5261-
version "13.8.0"
5262-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3"
5263-
integrity sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==
5219+
globals@^13.6.0, globals@^13.9.0:
5220+
version "13.9.0"
5221+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
5222+
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
52645223
dependencies:
52655224
type-fest "^0.20.2"
52665225

0 commit comments

Comments
 (0)