Skip to content

Commit 011a181

Browse files
chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 in /docs (#395)
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.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.26.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 4038b3c commit 011a181

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/eslint-parser": "^7.19.1",
3030
"@docusaurus/eslint-plugin": "^2.1.0",
3131
"@docusaurus/module-type-aliases": "^2.1.0",
32-
"eslint": "^8.25.0",
32+
"eslint": "^8.26.0",
3333
"prettier": "^2.7.1"
3434
},
3535
"browserslist": {

docs/yarn.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,10 +1789,10 @@
17891789
dependencies:
17901790
"@hapi/hoek" "^9.0.0"
17911791

1792-
"@humanwhocodes/config-array@^0.10.5":
1793-
version "0.10.5"
1794-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1795-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
1792+
"@humanwhocodes/config-array@^0.11.6":
1793+
version "0.11.6"
1794+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1795+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
17961796
dependencies:
17971797
"@humanwhocodes/object-schema" "^1.2.1"
17981798
debug "^4.1.1"
@@ -1929,7 +1929,7 @@
19291929
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
19301930
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
19311931

1932-
"@nodelib/fs.walk@^1.2.3":
1932+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
19331933
version "1.2.8"
19341934
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
19351935
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -3854,14 +3854,15 @@ eslint-visitor-keys@^3.3.0:
38543854
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
38553855
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
38563856

3857-
eslint@^8.25.0:
3858-
version "8.25.0"
3859-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3860-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
3857+
eslint@^8.26.0:
3858+
version "8.26.0"
3859+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
3860+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
38613861
dependencies:
38623862
"@eslint/eslintrc" "^1.3.3"
3863-
"@humanwhocodes/config-array" "^0.10.5"
3863+
"@humanwhocodes/config-array" "^0.11.6"
38643864
"@humanwhocodes/module-importer" "^1.0.1"
3865+
"@nodelib/fs.walk" "^1.2.8"
38653866
ajv "^6.10.0"
38663867
chalk "^4.0.0"
38673868
cross-spawn "^7.0.2"
@@ -3877,14 +3878,14 @@ eslint@^8.25.0:
38773878
fast-deep-equal "^3.1.3"
38783879
file-entry-cache "^6.0.1"
38793880
find-up "^5.0.0"
3880-
glob-parent "^6.0.1"
3881+
glob-parent "^6.0.2"
38813882
globals "^13.15.0"
3882-
globby "^11.1.0"
38833883
grapheme-splitter "^1.0.4"
38843884
ignore "^5.2.0"
38853885
import-fresh "^3.0.0"
38863886
imurmurhash "^0.1.4"
38873887
is-glob "^4.0.0"
3888+
is-path-inside "^3.0.3"
38883889
js-sdsl "^4.1.4"
38893890
js-yaml "^4.1.0"
38903891
json-stable-stringify-without-jsonify "^1.0.1"
@@ -4333,7 +4334,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
43334334
dependencies:
43344335
is-glob "^4.0.1"
43354336

4336-
glob-parent@^6.0.1:
4337+
glob-parent@^6.0.1, glob-parent@^6.0.2:
43374338
version "6.0.2"
43384339
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
43394340
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -4946,7 +4947,7 @@ is-path-cwd@^2.2.0:
49464947
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
49474948
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
49484949

4949-
is-path-inside@^3.0.2:
4950+
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
49504951
version "3.0.3"
49514952
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
49524953
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==

0 commit comments

Comments
 (0)