Skip to content

Commit 3620c24

Browse files
Update dependency eslint to v8.28.0 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 518edaf commit 3620c24

2 files changed

Lines changed: 22 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/react": "18.0.21",
3838
"@types/react-dom": "18.0.6",
3939
"babel-loader": "8.2.5",
40-
"eslint": "8.25.0",
40+
"eslint": "8.28.0",
4141
"eslint-config-next": "12.3.1",
4242
"eslint-config-prettier": "8.5.0",
4343
"eslint-plugin-storybook": "0.6.4",

yarn.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,14 +1463,14 @@
14631463
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
14641464
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
14651465

1466-
"@humanwhocodes/config-array@^0.10.5":
1467-
version "0.10.7"
1468-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
1469-
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
1466+
"@humanwhocodes/config-array@^0.11.6":
1467+
version "0.11.7"
1468+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
1469+
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
14701470
dependencies:
14711471
"@humanwhocodes/object-schema" "^1.2.1"
14721472
debug "^4.1.1"
1473-
minimatch "^3.0.4"
1473+
minimatch "^3.0.5"
14741474

14751475
"@humanwhocodes/module-importer@^1.0.1":
14761476
version "1.0.1"
@@ -1856,7 +1856,7 @@
18561856
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
18571857
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
18581858

1859-
"@nodelib/fs.walk@^1.2.3":
1859+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
18601860
version "1.2.8"
18611861
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
18621862
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -5877,14 +5877,15 @@ eslint-visitor-keys@^3.3.0:
58775877
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
58785878
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
58795879

5880-
eslint@8.25.0:
5881-
version "8.25.0"
5882-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
5883-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
5880+
eslint@8.28.0:
5881+
version "8.28.0"
5882+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.28.0.tgz#81a680732634677cc890134bcdd9fdfea8e63d6e"
5883+
integrity sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==
58845884
dependencies:
58855885
"@eslint/eslintrc" "^1.3.3"
5886-
"@humanwhocodes/config-array" "^0.10.5"
5886+
"@humanwhocodes/config-array" "^0.11.6"
58875887
"@humanwhocodes/module-importer" "^1.0.1"
5888+
"@nodelib/fs.walk" "^1.2.8"
58885889
ajv "^6.10.0"
58895890
chalk "^4.0.0"
58905891
cross-spawn "^7.0.2"
@@ -5900,14 +5901,14 @@ eslint@8.25.0:
59005901
fast-deep-equal "^3.1.3"
59015902
file-entry-cache "^6.0.1"
59025903
find-up "^5.0.0"
5903-
glob-parent "^6.0.1"
5904+
glob-parent "^6.0.2"
59045905
globals "^13.15.0"
5905-
globby "^11.1.0"
59065906
grapheme-splitter "^1.0.4"
59075907
ignore "^5.2.0"
59085908
import-fresh "^3.0.0"
59095909
imurmurhash "^0.1.4"
59105910
is-glob "^4.0.0"
5911+
is-path-inside "^3.0.3"
59115912
js-sdsl "^4.1.4"
59125913
js-yaml "^4.1.0"
59135914
json-stable-stringify-without-jsonify "^1.0.1"
@@ -6586,7 +6587,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
65866587
dependencies:
65876588
is-glob "^4.0.1"
65886589

6589-
glob-parent@^6.0.1:
6590+
glob-parent@^6.0.2:
65906591
version "6.0.2"
65916592
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
65926593
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -7440,6 +7441,11 @@ is-object@^1.0.1:
74407441
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
74417442
integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
74427443

7444+
is-path-inside@^3.0.3:
7445+
version "3.0.3"
7446+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
7447+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
7448+
74437449
is-plain-obj@^2.0.0:
74447450
version "2.1.0"
74457451
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
@@ -8429,7 +8435,7 @@ minimalistic-crypto-utils@^1.0.1:
84298435
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
84308436
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
84318437

8432-
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
8438+
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
84338439
version "3.1.2"
84348440
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
84358441
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)