Skip to content

Commit 5dd908f

Browse files
chore(deps): update eslint to v8.23.0
1 parent 511a3d7 commit 5dd908f

File tree

2 files changed

+22
-31
lines changed

2 files changed

+22
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"coveralls": "3.1.1",
6363
"cross-env": "7.0.3",
6464
"cz-conventional-changelog": "3.3.0",
65-
"eslint": "8.22.0",
65+
"eslint": "8.23.0",
6666
"eslint-config-airbnb": "18.2.1",
6767
"eslint-config-prettier": "8.5.0",
6868
"eslint-config-react": "1.1.7",

yarn.lock

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,14 +2448,14 @@
24482448
minimatch "^3.0.4"
24492449
strip-json-comments "^3.1.1"
24502450

2451-
"@eslint/eslintrc@^1.3.0":
2452-
version "1.3.0"
2453-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
2454-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
2451+
"@eslint/eslintrc@^1.3.1":
2452+
version "1.3.1"
2453+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
2454+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
24552455
dependencies:
24562456
ajv "^6.12.4"
24572457
debug "^4.3.2"
2458-
espree "^9.3.2"
2458+
espree "^9.4.0"
24592459
globals "^13.15.0"
24602460
ignore "^5.2.0"
24612461
import-fresh "^3.2.1"
@@ -2654,6 +2654,11 @@
26542654
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
26552655
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
26562656

2657+
"@humanwhocodes/module-importer@^1.0.1":
2658+
version "1.0.1"
2659+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
2660+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
2661+
26572662
"@humanwhocodes/object-schema@^1.2.0":
26582663
version "1.2.0"
26592664
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
@@ -4189,11 +4194,6 @@ acorn@^8.2.4, acorn@^8.4.1:
41894194
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
41904195
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
41914196

4192-
acorn@^8.7.1:
4193-
version "8.7.1"
4194-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
4195-
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
4196-
41974197
acorn@^8.8.0:
41984198
version "8.8.0"
41994199
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
@@ -7734,14 +7734,15 @@ eslint-webpack-plugin@^2.6.0:
77347734
normalize-path "^3.0.0"
77357735
schema-utils "^3.1.1"
77367736

7737-
eslint@8.22.0:
7738-
version "8.22.0"
7739-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
7740-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
7737+
eslint@8.23.0:
7738+
version "8.23.0"
7739+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
7740+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
77417741
dependencies:
7742-
"@eslint/eslintrc" "^1.3.0"
7742+
"@eslint/eslintrc" "^1.3.1"
77437743
"@humanwhocodes/config-array" "^0.10.4"
77447744
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
7745+
"@humanwhocodes/module-importer" "^1.0.1"
77457746
ajv "^6.10.0"
77467747
chalk "^4.0.0"
77477748
cross-spawn "^7.0.2"
@@ -7751,7 +7752,7 @@ eslint@8.22.0:
77517752
eslint-scope "^7.1.1"
77527753
eslint-utils "^3.0.0"
77537754
eslint-visitor-keys "^3.3.0"
7754-
espree "^9.3.3"
7755+
espree "^9.4.0"
77557756
esquery "^1.4.0"
77567757
esutils "^2.0.2"
77577758
fast-deep-equal "^3.1.3"
@@ -7777,7 +7778,6 @@ eslint@8.22.0:
77777778
strip-ansi "^6.0.1"
77787779
strip-json-comments "^3.1.0"
77797780
text-table "^0.2.0"
7780-
v8-compile-cache "^2.0.3"
77817781

77827782
eslint@^7.32.0:
77837783
version "7.32.0"
@@ -7843,19 +7843,10 @@ espree@^7.3.1:
78437843
acorn-jsx "^5.3.1"
78447844
eslint-visitor-keys "^1.3.0"
78457845

7846-
espree@^9.3.2:
7847-
version "9.3.2"
7848-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
7849-
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
7850-
dependencies:
7851-
acorn "^8.7.1"
7852-
acorn-jsx "^5.3.2"
7853-
eslint-visitor-keys "^3.3.0"
7854-
7855-
espree@^9.3.3:
7856-
version "9.3.3"
7857-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
7858-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
7846+
espree@^9.4.0:
7847+
version "9.4.0"
7848+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
7849+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
78597850
dependencies:
78607851
acorn "^8.8.0"
78617852
acorn-jsx "^5.3.2"

0 commit comments

Comments
 (0)