Skip to content

Commit 8eff211

Browse files
committed
chore(deps): update dependency eslint to v8.14.0
1 parent ac4511f commit 8eff211

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.14.0",
3030
"eslint-config-next": "12.1.4",
3131
"prettier": "2.6.2"
3232
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -745,10 +745,10 @@
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.2.2":
749+
version "1.2.2"
750+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
751+
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
752752
dependencies:
753753
ajv "^6.12.4"
754754
debug "^4.3.2"
@@ -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.14.0:
1758+
version "8.14.0"
1759+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
1760+
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
17611761
dependencies:
1762-
"@eslint/eslintrc" "^1.2.1"
1762+
"@eslint/eslintrc" "^1.2.2"
17631763
"@humanwhocodes/config-array" "^0.9.2"
17641764
ajv "^6.10.0"
17651765
chalk "^4.0.0"

0 commit comments

Comments
 (0)