Skip to content

Commit

Permalink
chore: bump eslint-plugin-mocha from 9.0.0 to 10.0.4 in /web3.js (#25396
Browse files Browse the repository at this point in the history
)

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 9.0.0 to 10.0.4.
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md)
- [Commits](lo1tuma/eslint-plugin-mocha@9.0.0...10.0.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2022
1 parent 0d82588 commit 30e8991
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
38 changes: 21 additions & 17 deletions web3.js/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 web3.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-mocha": "^10.0.4",
"eslint-plugin-prettier": "^4.0.0",
"esm": "^3.2.25",
"http-server": "^14.0.0",
Expand Down
16 changes: 9 additions & 7 deletions web3.js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3224,12 +3224,13 @@ [email protected]:
resolve "^1.22.0"
tsconfig-paths "^3.14.1"

eslint-plugin-mocha@^9.0.0:
version "9.0.0"
resolved "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-9.0.0.tgz"
eslint-plugin-mocha@^10.0.4:
version "10.0.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.4.tgz#b129a1aef8312e8ceaf1b35ff0367f93e917d90a"
integrity sha512-8wzAeepVY027oBHz/TmBmUr7vhVqoC1KTFeDybFLhbaWKx+aQ7fJJVuUsqcUy+L+G+XvgQBJY+cbAf7hl5DF7Q==
dependencies:
eslint-utils "^3.0.0"
ramda "^0.27.1"
ramda "^0.28.0"

eslint-plugin-prettier@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -6116,9 +6117,10 @@ quick-lru@^5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz"

ramda@^0.27.1:
version "0.27.2"
resolved "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz"
ramda@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.28.0.tgz#acd785690100337e8b063cab3470019be427cc97"
integrity sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==

randombytes@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 30e8991

Please sign in to comment.