Skip to content

Commit c45aa00

Browse files
Bump eslint from 8.5.0 to 8.6.0 (#193)
Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.5.0...v8.6.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 fd6eee4 commit c45aa00

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,10 @@ acorn-jsx@^5.3.1:
402402
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
403403
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
404404

405-
acorn@^8.6.0:
406-
version "8.6.0"
407-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
408-
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
405+
acorn@^8.7.0:
406+
version "8.7.0"
407+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
408+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
409409

410410
agent-base@6, agent-base@^6.0.2:
411411
version "6.0.2"
@@ -1236,9 +1236,9 @@ eslint-visitor-keys@^3.1.0:
12361236
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
12371237

12381238
eslint@^8.2.0:
1239-
version "8.5.0"
1240-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.5.0.tgz#ddd2c1afd8f412036f87ae2a063d2aa296d3175f"
1241-
integrity sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==
1239+
version "8.6.0"
1240+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
1241+
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
12421242
dependencies:
12431243
"@eslint/eslintrc" "^1.0.5"
12441244
"@humanwhocodes/config-array" "^0.9.2"
@@ -1252,7 +1252,7 @@ eslint@^8.2.0:
12521252
eslint-scope "^7.1.0"
12531253
eslint-utils "^3.0.0"
12541254
eslint-visitor-keys "^3.1.0"
1255-
espree "^9.2.0"
1255+
espree "^9.3.0"
12561256
esquery "^1.4.0"
12571257
esutils "^2.0.2"
12581258
fast-deep-equal "^3.1.3"
@@ -1279,12 +1279,12 @@ eslint@^8.2.0:
12791279
text-table "^0.2.0"
12801280
v8-compile-cache "^2.0.3"
12811281

1282-
espree@^9.2.0:
1283-
version "9.2.0"
1284-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.2.0.tgz#c50814e01611c2d0f8bd4daa83c369eabba80dbc"
1285-
integrity sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==
1282+
espree@^9.2.0, espree@^9.3.0:
1283+
version "9.3.0"
1284+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
1285+
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
12861286
dependencies:
1287-
acorn "^8.6.0"
1287+
acorn "^8.7.0"
12881288
acorn-jsx "^5.3.1"
12891289
eslint-visitor-keys "^3.1.0"
12901290

0 commit comments

Comments
 (0)