Skip to content

Commit

Permalink
chore: pin eslint-plugin-mocha dependency to 10.0.3
Browse files Browse the repository at this point in the history
ref: #8530
See nodejs/node#41431
Signed-off-by: Francisco Buceta <[email protected]>
  • Loading branch information
frbuceta committed May 1, 2022
1 parent a9d96ab commit af11da6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 41 deletions.
36 changes: 16 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-mocha": "10.0.3",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
Expand Down
34 changes: 15 additions & 19 deletions packages/eslint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@typescript-eslint/parser": "^5.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"eslint-plugin-mocha": "^10.0.3"
"eslint-plugin-mocha": "10.0.3"
}
}

0 comments on commit af11da6

Please sign in to comment.