Skip to content

Commit 2111f2d

Browse files
chore(deps): update dependency eslint to v8.27.0 (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0629c3d commit 2111f2d

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@typescript-eslint/parser": "5.43.0",
4141
"ava": "5.1.0",
4242
"cz-conventional-changelog": "3.3.0",
43-
"eslint": "8.25.0",
43+
"eslint": "8.27.0",
4444
"eslint-config-prettier": "8.5.0",
4545
"eslint-plugin-import": "2.26.0",
4646
"eslint-plugin-jsdoc": "39.6.2",

yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@
114114
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
115115
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
116116

117-
"@humanwhocodes/config-array@^0.10.5":
118-
version "0.10.7"
119-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
120-
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
117+
"@humanwhocodes/config-array@^0.11.6":
118+
version "0.11.7"
119+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
120+
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
121121
dependencies:
122122
"@humanwhocodes/object-schema" "^1.2.1"
123123
debug "^4.1.1"
124-
minimatch "^3.0.4"
124+
minimatch "^3.0.5"
125125

126126
"@humanwhocodes/module-importer@^1.0.1":
127127
version "1.0.1"
@@ -169,7 +169,7 @@
169169
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
170170
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
171171

172-
"@nodelib/fs.walk@^1.2.3":
172+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
173173
version "1.2.8"
174174
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
175175
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -2055,14 +2055,15 @@ eslint-visitor-keys@^3.3.0:
20552055
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
20562056
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
20572057

2058-
eslint@8.25.0:
2059-
version "8.25.0"
2060-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
2061-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
2058+
eslint@8.27.0:
2059+
version "8.27.0"
2060+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64"
2061+
integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==
20622062
dependencies:
20632063
"@eslint/eslintrc" "^1.3.3"
2064-
"@humanwhocodes/config-array" "^0.10.5"
2064+
"@humanwhocodes/config-array" "^0.11.6"
20652065
"@humanwhocodes/module-importer" "^1.0.1"
2066+
"@nodelib/fs.walk" "^1.2.8"
20662067
ajv "^6.10.0"
20672068
chalk "^4.0.0"
20682069
cross-spawn "^7.0.2"
@@ -2078,14 +2079,14 @@ eslint@8.25.0:
20782079
fast-deep-equal "^3.1.3"
20792080
file-entry-cache "^6.0.1"
20802081
find-up "^5.0.0"
2081-
glob-parent "^6.0.1"
2082+
glob-parent "^6.0.2"
20822083
globals "^13.15.0"
2083-
globby "^11.1.0"
20842084
grapheme-splitter "^1.0.4"
20852085
ignore "^5.2.0"
20862086
import-fresh "^3.0.0"
20872087
imurmurhash "^0.1.4"
20882088
is-glob "^4.0.0"
2089+
is-path-inside "^3.0.3"
20892090
js-sdsl "^4.1.4"
20902091
js-yaml "^4.1.0"
20912092
json-stable-stringify-without-jsonify "^1.0.1"
@@ -2479,7 +2480,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
24792480
dependencies:
24802481
is-glob "^4.0.1"
24812482

2482-
glob-parent@^6.0.1:
2483+
glob-parent@^6.0.2:
24832484
version "6.0.2"
24842485
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
24852486
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -3000,7 +3001,7 @@ is-path-cwd@^3.0.0:
30003001
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-3.0.0.tgz#889b41e55c8588b1eb2a96a61d05740a674521c7"
30013002
integrity sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==
30023003

3003-
is-path-inside@^3.0.2:
3004+
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
30043005
version "3.0.3"
30053006
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
30063007
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
@@ -3633,7 +3634,7 @@ min-indent@^1.0.0:
36333634
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
36343635
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
36353636

3636-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
3637+
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
36373638
version "3.1.2"
36383639
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
36393640
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)