Skip to content

Commit a2e97b8

Browse files
Merge pull request #108 from cabify/dependabot/npm_and_yarn/eslint-8.23.0
Bump eslint from 8.22.0 to 8.23.0
2 parents 03fd362 + 1835e16 commit a2e97b8

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@cabify/babel-preset": "0.0.2",
4949
"@cabify/eslint-config": "1.0.3",
5050
"all-contributors-cli": "6.20.0",
51-
"eslint": "8.22.0",
51+
"eslint": "8.23.0",
5252
"eslint-import-resolver-typescript": "3.5.0",
5353
"prettier": "2.7.1",
5454
"typescript": "4.8.2"

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1177,14 +1177,14 @@
11771177
eslint-plugin-react-hooks "^4.3.0"
11781178
eslint-plugin-simple-import-sort "^7.0.0"
11791179

1180-
"@eslint/eslintrc@^1.3.0":
1181-
version "1.3.0"
1182-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1183-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
1180+
"@eslint/eslintrc@^1.3.1":
1181+
version "1.3.1"
1182+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1183+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
11841184
dependencies:
11851185
ajv "^6.12.4"
11861186
debug "^4.3.2"
1187-
espree "^9.3.2"
1187+
espree "^9.4.0"
11881188
globals "^13.15.0"
11891189
ignore "^5.2.0"
11901190
import-fresh "^3.2.1"
@@ -1206,6 +1206,11 @@
12061206
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
12071207
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
12081208

1209+
"@humanwhocodes/module-importer@^1.0.1":
1210+
version "1.0.1"
1211+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1212+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1213+
12091214
"@humanwhocodes/object-schema@^1.2.1":
12101215
version "1.2.1"
12111216
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2124,14 +2129,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
21242129
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
21252130
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
21262131

2127-
eslint@8.22.0:
2128-
version "8.22.0"
2129-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
2130-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
2132+
eslint@8.23.0:
2133+
version "8.23.0"
2134+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2135+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
21312136
dependencies:
2132-
"@eslint/eslintrc" "^1.3.0"
2137+
"@eslint/eslintrc" "^1.3.1"
21332138
"@humanwhocodes/config-array" "^0.10.4"
21342139
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
2140+
"@humanwhocodes/module-importer" "^1.0.1"
21352141
ajv "^6.10.0"
21362142
chalk "^4.0.0"
21372143
cross-spawn "^7.0.2"
@@ -2141,7 +2147,7 @@ [email protected]:
21412147
eslint-scope "^7.1.1"
21422148
eslint-utils "^3.0.0"
21432149
eslint-visitor-keys "^3.3.0"
2144-
espree "^9.3.3"
2150+
espree "^9.4.0"
21452151
esquery "^1.4.0"
21462152
esutils "^2.0.2"
21472153
fast-deep-equal "^3.1.3"
@@ -2167,12 +2173,11 @@ [email protected]:
21672173
strip-ansi "^6.0.1"
21682174
strip-json-comments "^3.1.0"
21692175
text-table "^0.2.0"
2170-
v8-compile-cache "^2.0.3"
21712176

2172-
espree@^9.3.2, espree@^9.3.3:
2173-
version "9.3.3"
2174-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
2175-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
2177+
espree@^9.4.0:
2178+
version "9.4.0"
2179+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
2180+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
21762181
dependencies:
21772182
acorn "^8.8.0"
21782183
acorn-jsx "^5.3.2"
@@ -3652,11 +3657,6 @@ uri-js@^4.2.2:
36523657
dependencies:
36533658
punycode "^2.1.0"
36543659

3655-
v8-compile-cache@^2.0.3:
3656-
version "2.3.0"
3657-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
3658-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
3659-
36603660
webidl-conversions@^3.0.0:
36613661
version "3.0.1"
36623662
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)