Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-mocha to v8 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 8, 2020
1 parent 1a7f4ff commit 4ba75e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-loader": "4.0.2",
"eslint-plugin-html": "6.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-mocha": "7.0.1",
"eslint-plugin-mocha": "8.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3064,13 +3064,13 @@ [email protected]:
resolve "^1.17.0"
tsconfig-paths "^3.9.0"

eslint-plugin-mocha@7.0.1:
version "7.0.1"
resolved "https://registry.npm.taobao.org/eslint-plugin-mocha/download/eslint-plugin-mocha-7.0.1.tgz#b2e9e8ebef7836f999a83f8bab25d0e0c05f0d28"
integrity sha1-suno6+94NvmZqD+LqyXQ4MBfDSg=
eslint-plugin-mocha@8.0.0:
version "8.0.0"
resolved "https://registry.npm.taobao.org/eslint-plugin-mocha/download/eslint-plugin-mocha-8.0.0.tgz#7ec5d228bcb3735301701dfbc3376320a1ca3791"
integrity sha1-fsXSKLyzc1MBcB37wzdjIKHKN5E=
dependencies:
eslint-utils "^2.0.0"
ramda "^0.27.0"
eslint-utils "^2.1.0"
ramda "^0.27.1"

[email protected]:
version "11.1.0"
Expand Down Expand Up @@ -5957,10 +5957,10 @@ querystringify@^2.1.1:
resolved "https://registry.npm.taobao.org/querystringify/download/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
integrity sha1-YOWl/WSn+L+k0qsu1v30yFutFU4=

ramda@^0.27.0:
version "0.27.0"
resolved "https://registry.npm.taobao.org/ramda/download/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
integrity sha1-kV3CmGXAgAvz9puP1sJ5iYtZ3kM=
ramda@^0.27.1:
version "0.27.1"
resolved "https://registry.npm.taobao.org/ramda/download/ramda-0.27.1.tgz?cache=0&sync_timestamp=1596097105508&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Framda%2Fdownload%2Framda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
integrity sha1-Zvwt8++HOHT/wtpqqJhGWKus9ck=

randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 4ba75e4

Please sign in to comment.