Skip to content

Commit adbd6b1

Browse files
chore(deps): update dependency eslint to v8.26.0 (#2696)
1 parent 586f304 commit adbd6b1

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
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "5.40.1",
3939
"@typescript-eslint/parser": "5.40.1",
4040
"@vscode/codicons": "0.0.32",
41-
"eslint": "8.25.0",
41+
"eslint": "8.26.0",
4242
"eslint-config-prettier": "8.5.0",
4343
"eslint-config-prettier-standard": "4.0.1",
4444
"eslint-config-standard": "17.0.0",

yarn.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,14 +1669,14 @@
16691669
mobx "^5.10.0"
16701670
sinon "^7.2.7"
16711671

1672-
"@humanwhocodes/config-array@^0.10.5":
1673-
version "0.10.7"
1674-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
1675-
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
1672+
"@humanwhocodes/config-array@^0.11.6":
1673+
version "0.11.7"
1674+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
1675+
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
16761676
dependencies:
16771677
"@humanwhocodes/object-schema" "^1.2.1"
16781678
debug "^4.1.1"
1679-
minimatch "^3.0.4"
1679+
minimatch "^3.0.5"
16801680

16811681
"@humanwhocodes/module-importer@^1.0.1":
16821682
version "1.0.1"
@@ -2339,7 +2339,7 @@
23392339
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
23402340
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
23412341

2342-
"@nodelib/fs.walk@^1.2.3":
2342+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
23432343
version "1.2.8"
23442344
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
23452345
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -9131,14 +9131,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
91319131
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
91329132
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
91339133

9134-
eslint@8.25.0:
9135-
version "8.25.0"
9136-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
9137-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
9134+
eslint@8.26.0:
9135+
version "8.26.0"
9136+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
9137+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
91389138
dependencies:
91399139
"@eslint/eslintrc" "^1.3.3"
9140-
"@humanwhocodes/config-array" "^0.10.5"
9140+
"@humanwhocodes/config-array" "^0.11.6"
91419141
"@humanwhocodes/module-importer" "^1.0.1"
9142+
"@nodelib/fs.walk" "^1.2.8"
91429143
ajv "^6.10.0"
91439144
chalk "^4.0.0"
91449145
cross-spawn "^7.0.2"
@@ -9154,14 +9155,14 @@ [email protected]:
91549155
fast-deep-equal "^3.1.3"
91559156
file-entry-cache "^6.0.1"
91569157
find-up "^5.0.0"
9157-
glob-parent "^6.0.1"
9158+
glob-parent "^6.0.2"
91589159
globals "^13.15.0"
9159-
globby "^11.1.0"
91609160
grapheme-splitter "^1.0.4"
91619161
ignore "^5.2.0"
91629162
import-fresh "^3.0.0"
91639163
imurmurhash "^0.1.4"
91649164
is-glob "^4.0.0"
9165+
is-path-inside "^3.0.3"
91659166
js-sdsl "^4.1.4"
91669167
js-yaml "^4.1.0"
91679168
json-stable-stringify-without-jsonify "^1.0.1"
@@ -10302,7 +10303,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
1030210303
dependencies:
1030310304
is-glob "^4.0.1"
1030410305

10305-
glob-parent@^6.0.1:
10306+
glob-parent@^6.0.1, glob-parent@^6.0.2:
1030610307
version "6.0.2"
1030710308
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
1030810309
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -11540,6 +11541,11 @@ is-path-inside@^2.1.0:
1154011541
dependencies:
1154111542
path-is-inside "^1.0.2"
1154211543

11544+
is-path-inside@^3.0.3:
11545+
version "3.0.3"
11546+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
11547+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
11548+
1154311549
is-plain-obj@^1.0.0:
1154411550
version "1.1.0"
1154511551
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
@@ -13694,7 +13700,7 @@ [email protected]:
1369413700
dependencies:
1369513701
brace-expansion "^2.0.1"
1369613702

13697-
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.2:
13703+
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
1369813704
version "3.1.2"
1369913705
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1370013706
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)