Skip to content

Commit 4567862

Browse files
chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 (#1197)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52222b4 commit 4567862

File tree

1 file changed

+33
-22
lines changed

1 file changed

+33
-22
lines changed

yarn.lock

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,10 +1204,10 @@
12041204
dependencies:
12051205
"@hapi/hoek" "^9.0.0"
12061206

1207-
"@humanwhocodes/config-array@^0.10.5":
1208-
version "0.10.5"
1209-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1210-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
1207+
"@humanwhocodes/config-array@^0.11.6":
1208+
version "0.11.6"
1209+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1210+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
12111211
dependencies:
12121212
"@humanwhocodes/object-schema" "^1.2.1"
12131213
debug "^4.1.1"
@@ -1509,25 +1509,30 @@
15091509
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
15101510
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
15111511

1512-
"@nodelib/fs.scandir@2.1.3":
1513-
version "2.1.3"
1514-
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
1515-
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
1512+
"@nodelib/fs.scandir@2.1.5":
1513+
version "2.1.5"
1514+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
1515+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
15161516
dependencies:
1517-
"@nodelib/fs.stat" "2.0.3"
1517+
"@nodelib/fs.stat" "2.0.5"
15181518
run-parallel "^1.1.9"
15191519

1520-
"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
1520+
"@nodelib/fs.stat@2.0.5":
1521+
version "2.0.5"
1522+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
1523+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
1524+
1525+
"@nodelib/fs.stat@^2.0.2":
15211526
version "2.0.3"
15221527
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
15231528
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
15241529

1525-
"@nodelib/fs.walk@^1.2.3":
1526-
version "1.2.4"
1527-
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
1528-
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
1530+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
1531+
version "1.2.8"
1532+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
1533+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
15291534
dependencies:
1530-
"@nodelib/fs.scandir" "2.1.3"
1535+
"@nodelib/fs.scandir" "2.1.5"
15311536
fastq "^1.6.0"
15321537

15331538
"@react-native-community/cli-clean@^9.1.0":
@@ -3550,13 +3555,14 @@ eslint-visitor-keys@^3.3.0:
35503555
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
35513556

35523557
eslint@^8.21.0:
3553-
version "8.25.0"
3554-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3555-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
3558+
version "8.26.0"
3559+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
3560+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
35563561
dependencies:
35573562
"@eslint/eslintrc" "^1.3.3"
3558-
"@humanwhocodes/config-array" "^0.10.5"
3563+
"@humanwhocodes/config-array" "^0.11.6"
35593564
"@humanwhocodes/module-importer" "^1.0.1"
3565+
"@nodelib/fs.walk" "^1.2.8"
35603566
ajv "^6.10.0"
35613567
chalk "^4.0.0"
35623568
cross-spawn "^7.0.2"
@@ -3572,14 +3578,14 @@ eslint@^8.21.0:
35723578
fast-deep-equal "^3.1.3"
35733579
file-entry-cache "^6.0.1"
35743580
find-up "^5.0.0"
3575-
glob-parent "^6.0.1"
3581+
glob-parent "^6.0.2"
35763582
globals "^13.15.0"
3577-
globby "^11.1.0"
35783583
grapheme-splitter "^1.0.4"
35793584
ignore "^5.2.0"
35803585
import-fresh "^3.0.0"
35813586
imurmurhash "^0.1.4"
35823587
is-glob "^4.0.0"
3588+
is-path-inside "^3.0.3"
35833589
js-sdsl "^4.1.4"
35843590
js-yaml "^4.1.0"
35853591
json-stable-stringify-without-jsonify "^1.0.1"
@@ -4102,7 +4108,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2:
41024108
dependencies:
41034109
is-glob "^4.0.1"
41044110

4105-
glob-parent@^6.0.1:
4111+
glob-parent@^6.0.2:
41064112
version "6.0.2"
41074113
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
41084114
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -4602,6 +4608,11 @@ is-path-cwd@^3.0.0:
46024608
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-3.0.0.tgz#889b41e55c8588b1eb2a96a61d05740a674521c7"
46034609
integrity sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==
46044610

4611+
is-path-inside@^3.0.3:
4612+
version "3.0.3"
4613+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
4614+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
4615+
46054616
is-path-inside@^4.0.0:
46064617
version "4.0.0"
46074618
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-4.0.0.tgz#805aeb62c47c1b12fc3fd13bfb3ed1e7430071db"

0 commit comments

Comments
 (0)