Skip to content

Commit 30559c7

Browse files
build(deps-dev): bump eslint from 8.14.0 to 8.15.0 (#6137)
Bumps [eslint](https://github.com/eslint/eslint) from 8.14.0 to 8.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.14.0...v8.15.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ddc78d commit 30559c7

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"directory-tree": "^3.2.2",
9191
"directory-tree-webpack-plugin": "^1.0.3",
9292
"duplexer": "^0.1.1",
93-
"eslint": "^8.14.0",
93+
"eslint": "^8.15.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
9696
"eslint-plugin-mdx": "^1.17.0",

yarn.lock

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,19 +1297,19 @@
12971297
"@docsearch/css" "3.0.0-alpha.50"
12981298
algoliasearch "^4.0.0"
12991299

1300-
"@eslint/eslintrc@^1.2.2":
1301-
version "1.2.2"
1302-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
1303-
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
1300+
"@eslint/eslintrc@^1.2.3":
1301+
version "1.2.3"
1302+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1303+
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
13041304
dependencies:
13051305
ajv "^6.12.4"
13061306
debug "^4.3.2"
1307-
espree "^9.3.1"
1307+
espree "^9.3.2"
13081308
globals "^13.9.0"
13091309
ignore "^5.2.0"
13101310
import-fresh "^3.2.1"
13111311
js-yaml "^4.1.0"
1312-
minimatch "^3.0.4"
1312+
minimatch "^3.1.2"
13131313
strip-json-comments "^3.1.1"
13141314

13151315
"@hapi/address@2.x.x":
@@ -2995,12 +2995,12 @@ acorn-import-assertions@^1.7.6:
29952995
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
29962996
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
29972997

2998-
acorn-jsx@^5.0.0:
2998+
acorn-jsx@^5.0.0, acorn-jsx@^5.3.2:
29992999
version "5.3.2"
30003000
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
30013001
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
30023002

3003-
acorn-jsx@^5.0.1, acorn-jsx@^5.3.1:
3003+
acorn-jsx@^5.0.1:
30043004
version "5.3.1"
30053005
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
30063006
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
@@ -3029,11 +3029,16 @@ acorn@^7.0.0, acorn@^7.1.1:
30293029
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
30303030
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
30313031

3032-
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.2.4, acorn@^8.4.1, acorn@^8.7.0:
3032+
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.2.4, acorn@^8.4.1:
30333033
version "8.7.0"
30343034
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
30353035
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
30363036

3037+
acorn@^8.7.1:
3038+
version "8.7.1"
3039+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
3040+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
3041+
30373042
agent-base@6:
30383043
version "6.0.2"
30393044
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -5262,12 +5267,12 @@ eslint-visitor-keys@^3.3.0:
52625267
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
52635268
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
52645269

5265-
eslint@^8.14.0:
5266-
version "8.14.0"
5267-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
5268-
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
5270+
eslint@^8.15.0:
5271+
version "8.15.0"
5272+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
5273+
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
52695274
dependencies:
5270-
"@eslint/eslintrc" "^1.2.2"
5275+
"@eslint/eslintrc" "^1.2.3"
52715276
"@humanwhocodes/config-array" "^0.9.2"
52725277
ajv "^6.10.0"
52735278
chalk "^4.0.0"
@@ -5278,7 +5283,7 @@ eslint@^8.14.0:
52785283
eslint-scope "^7.1.1"
52795284
eslint-utils "^3.0.0"
52805285
eslint-visitor-keys "^3.3.0"
5281-
espree "^9.3.1"
5286+
espree "^9.3.2"
52825287
esquery "^1.4.0"
52835288
esutils "^2.0.2"
52845289
fast-deep-equal "^3.1.3"
@@ -5294,7 +5299,7 @@ eslint@^8.14.0:
52945299
json-stable-stringify-without-jsonify "^1.0.1"
52955300
levn "^0.4.1"
52965301
lodash.merge "^4.6.2"
5297-
minimatch "^3.0.4"
5302+
minimatch "^3.1.2"
52985303
natural-compare "^1.4.0"
52995304
optionator "^0.9.1"
53005305
regexpp "^3.2.0"
@@ -5303,13 +5308,13 @@ eslint@^8.14.0:
53035308
text-table "^0.2.0"
53045309
v8-compile-cache "^2.0.3"
53055310

5306-
espree@^9.3.1:
5307-
version "9.3.1"
5308-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
5309-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
5311+
espree@^9.3.2:
5312+
version "9.3.2"
5313+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
5314+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
53105315
dependencies:
5311-
acorn "^8.7.0"
5312-
acorn-jsx "^5.3.1"
5316+
acorn "^8.7.1"
5317+
acorn-jsx "^5.3.2"
53135318
eslint-visitor-keys "^3.3.0"
53145319

53155320
esprima@^4.0.0, esprima@^4.0.1:

0 commit comments

Comments
 (0)