Skip to content

Commit 5bcf9e8

Browse files
Bump eslint from 8.25.0 to 8.27.0 (#752)
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.27.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.25.0...v8.27.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ab22e8 commit 5bcf9e8

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
"@typescript-eslint/eslint-plugin": "^5.40.1",
565565
"@typescript-eslint/parser": "^5.40.1",
566566
"@vscode/test-electron": "^2.2.0",
567-
"eslint": "^8.25.0",
567+
"eslint": "^8.27.0",
568568
"glob": "^8.0.3",
569569
"husky": "^8.0.1",
570570
"mocha": "^10.1.0",

yarn.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
minimatch "^3.1.2"
4444
strip-json-comments "^3.1.1"
4545

46-
"@humanwhocodes/config-array@^0.10.5":
47-
version "0.10.5"
48-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
49-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
46+
"@humanwhocodes/config-array@^0.11.6":
47+
version "0.11.7"
48+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
49+
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
5050
dependencies:
5151
"@humanwhocodes/object-schema" "^1.2.1"
5252
debug "^4.1.1"
53-
minimatch "^3.0.4"
53+
minimatch "^3.0.5"
5454

5555
"@humanwhocodes/module-importer@^1.0.1":
5656
version "1.0.1"
@@ -115,7 +115,7 @@
115115
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
116116
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
117117

118-
"@nodelib/fs.walk@^1.2.3":
118+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
119119
version "1.2.8"
120120
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
121121
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -1053,14 +1053,15 @@ eslint-visitor-keys@^3.3.0:
10531053
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
10541054
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
10551055

1056-
eslint@^8.25.0:
1057-
version "8.25.0"
1058-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
1059-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
1056+
eslint@^8.27.0:
1057+
version "8.27.0"
1058+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64"
1059+
integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==
10601060
dependencies:
10611061
"@eslint/eslintrc" "^1.3.3"
1062-
"@humanwhocodes/config-array" "^0.10.5"
1062+
"@humanwhocodes/config-array" "^0.11.6"
10631063
"@humanwhocodes/module-importer" "^1.0.1"
1064+
"@nodelib/fs.walk" "^1.2.8"
10641065
ajv "^6.10.0"
10651066
chalk "^4.0.0"
10661067
cross-spawn "^7.0.2"
@@ -1076,14 +1077,14 @@ eslint@^8.25.0:
10761077
fast-deep-equal "^3.1.3"
10771078
file-entry-cache "^6.0.1"
10781079
find-up "^5.0.0"
1079-
glob-parent "^6.0.1"
1080+
glob-parent "^6.0.2"
10801081
globals "^13.15.0"
1081-
globby "^11.1.0"
10821082
grapheme-splitter "^1.0.4"
10831083
ignore "^5.2.0"
10841084
import-fresh "^3.0.0"
10851085
imurmurhash "^0.1.4"
10861086
is-glob "^4.0.0"
1087+
is-path-inside "^3.0.3"
10871088
js-sdsl "^4.1.4"
10881089
js-yaml "^4.1.0"
10891090
json-stable-stringify-without-jsonify "^1.0.1"
@@ -1302,7 +1303,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
13021303
dependencies:
13031304
is-glob "^4.0.1"
13041305

1305-
glob-parent@^6.0.1:
1306+
glob-parent@^6.0.2:
13061307
version "6.0.2"
13071308
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
13081309
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -1505,6 +1506,11 @@ is-number@^7.0.0:
15051506
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
15061507
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
15071508

1509+
is-path-inside@^3.0.3:
1510+
version "3.0.3"
1511+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
1512+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
1513+
15081514
is-plain-obj@^2.1.0:
15091515
version "2.1.0"
15101516
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
@@ -1721,7 +1727,7 @@ [email protected]:
17211727
dependencies:
17221728
brace-expansion "^2.0.1"
17231729

1724-
minimatch@^3.0.4, minimatch@^3.1.2:
1730+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
17251731
version "3.1.2"
17261732
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
17271733
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)