Skip to content

Commit 50c3635

Browse files
committed
chore(deps): update dependency eslint to v8.16.0
1 parent ac4511f commit 50c3635

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-transition-group": "4.4.2"
2727
},
2828
"devDependencies": {
29-
"eslint": "8.13.0",
29+
"eslint": "8.16.0",
3030
"eslint-config-next": "12.1.4",
3131
"prettier": "2.6.2"
3232
}

yarn.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -745,19 +745,19 @@
745745
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz"
746746
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
747747

748-
"@eslint/eslintrc@^1.2.1":
749-
version "1.2.1"
750-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
751-
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
748+
"@eslint/eslintrc@^1.3.0":
749+
version "1.3.0"
750+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
751+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
752752
dependencies:
753753
ajv "^6.12.4"
754754
debug "^4.3.2"
755-
espree "^9.3.1"
756-
globals "^13.9.0"
755+
espree "^9.3.2"
756+
globals "^13.15.0"
757757
ignore "^5.2.0"
758758
import-fresh "^3.2.1"
759759
js-yaml "^4.1.0"
760-
minimatch "^3.0.4"
760+
minimatch "^3.1.2"
761761
strip-json-comments "^3.1.1"
762762

763763
"@humanwhocodes/config-array@^0.9.2":
@@ -1100,21 +1100,21 @@
11001100
"@typescript-eslint/types" "5.10.1"
11011101
eslint-visitor-keys "^3.0.0"
11021102

1103-
acorn-jsx@^5.0.0:
1103+
acorn-jsx@^5.0.0, acorn-jsx@^5.3.2:
11041104
version "5.3.2"
11051105
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
11061106
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
11071107

1108-
acorn-jsx@^5.3.1:
1109-
version "5.3.1"
1110-
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz"
1111-
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
1112-
1113-
acorn@^8.0.0, acorn@^8.7.0:
1108+
acorn@^8.0.0:
11141109
version "8.7.0"
11151110
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
11161111
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
11171112

1113+
acorn@^8.7.1:
1114+
version "8.7.1"
1115+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1116+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
1117+
11181118
ajv@^6.10.0, ajv@^6.12.4:
11191119
version "6.12.6"
11201120
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
@@ -1754,12 +1754,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
17541754
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
17551755
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
17561756

1757-
eslint@8.13.0:
1758-
version "8.13.0"
1759-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
1760-
integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
1757+
eslint@8.16.0:
1758+
version "8.16.0"
1759+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
1760+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
17611761
dependencies:
1762-
"@eslint/eslintrc" "^1.2.1"
1762+
"@eslint/eslintrc" "^1.3.0"
17631763
"@humanwhocodes/config-array" "^0.9.2"
17641764
ajv "^6.10.0"
17651765
chalk "^4.0.0"
@@ -1770,14 +1770,14 @@ eslint@8.13.0:
17701770
eslint-scope "^7.1.1"
17711771
eslint-utils "^3.0.0"
17721772
eslint-visitor-keys "^3.3.0"
1773-
espree "^9.3.1"
1773+
espree "^9.3.2"
17741774
esquery "^1.4.0"
17751775
esutils "^2.0.2"
17761776
fast-deep-equal "^3.1.3"
17771777
file-entry-cache "^6.0.1"
17781778
functional-red-black-tree "^1.0.1"
17791779
glob-parent "^6.0.1"
1780-
globals "^13.6.0"
1780+
globals "^13.15.0"
17811781
ignore "^5.2.0"
17821782
import-fresh "^3.0.0"
17831783
imurmurhash "^0.1.4"
@@ -1786,7 +1786,7 @@ eslint@8.13.0:
17861786
json-stable-stringify-without-jsonify "^1.0.1"
17871787
levn "^0.4.1"
17881788
lodash.merge "^4.6.2"
1789-
minimatch "^3.0.4"
1789+
minimatch "^3.1.2"
17901790
natural-compare "^1.4.0"
17911791
optionator "^0.9.1"
17921792
regexpp "^3.2.0"
@@ -1795,13 +1795,13 @@ eslint@8.13.0:
17951795
text-table "^0.2.0"
17961796
v8-compile-cache "^2.0.3"
17971797

1798-
espree@^9.3.1:
1799-
version "9.3.1"
1800-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
1801-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
1798+
espree@^9.3.2:
1799+
version "9.3.2"
1800+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
1801+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
18021802
dependencies:
1803-
acorn "^8.7.0"
1804-
acorn-jsx "^5.3.1"
1803+
acorn "^8.7.1"
1804+
acorn-jsx "^5.3.2"
18051805
eslint-visitor-keys "^3.3.0"
18061806

18071807
esquery@^1.4.0:
@@ -2055,10 +2055,10 @@ glob@7.1.7, glob@^7.1.3, glob@^7.1.6:
20552055
once "^1.3.0"
20562056
path-is-absolute "^1.0.0"
20572057

2058-
globals@^13.6.0, globals@^13.9.0:
2059-
version "13.9.0"
2060-
resolved "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz"
2061-
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
2058+
globals@^13.15.0:
2059+
version "13.15.0"
2060+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
2061+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
20622062
dependencies:
20632063
type-fest "^0.20.2"
20642064

0 commit comments

Comments
 (0)