Skip to content

Commit 3d8e65c

Browse files
chore(deps-dev): bump eslint from 6.7.2 to 8.12.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v6.7.2...v8.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 614dd99 commit 3d8e65c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/eslint-plugin": "4.27.0",
5151
"@typescript-eslint/parser": "4.27.0",
5252
"babel-eslint": "10.0.3",
53-
"eslint": "6.7.2",
53+
"eslint": "6.8.0",
5454
"eslint-config-airbnb-base": "14.0.0",
5555
"eslint-plugin-import": "2.18.2",
5656
"eslint-plugin-jest": "23.0.4",

yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,10 +3989,10 @@ eslint-visitor-keys@^2.0.0:
39893989
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
39903990
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
39913991

3992-
eslint@6.7.2:
3993-
version "6.7.2"
3994-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
3995-
integrity sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==
3992+
eslint@6.8.0:
3993+
version "6.8.0"
3994+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
3995+
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
39963996
dependencies:
39973997
"@babel/code-frame" "^7.0.0"
39983998
ajv "^6.10.0"
@@ -4170,9 +4170,10 @@ expect@^26.6.2:
41704170
jest-message-util "^26.6.2"
41714171
jest-regex-util "^26.0.0"
41724172

4173-
"express-jwt@git+https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b":
4173+
"express-jwt@https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b":
41744174
version "6.1.1"
4175-
resolved "git+https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b"
4175+
uid c7881ad378063236d85b1e1b0f4a252b63b8e75b
4176+
resolved "https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b"
41764177
dependencies:
41774178
async "^3.2.2"
41784179
express-unless "^1.0.0"

0 commit comments

Comments
 (0)