Skip to content

Commit

Permalink
Merge pull request #1630 from blackflux/dependabot/npm_and_yarn/dev/e…
Browse files Browse the repository at this point in the history
…slint-plugin-mocha-9.0.0
  • Loading branch information
dependabot-preview[bot] authored May 26, 2021
2 parents ade1cf0 + c28f132 commit edaa7d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-import": "2.23.3",
"eslint-plugin-json": "3.0.0",
"eslint-plugin-markdown": "2.2.0",
"eslint-plugin-mocha": "8.2.0",
"eslint-plugin-mocha": "9.0.0",
"joi-strict": "2.0.0",
"js-gardener": "3.0.3",
"json-stringify-pretty-compact": "3.0.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2439,12 +2439,12 @@ eslint-plugin-markdown@2.2.0:
dependencies:
mdast-util-from-markdown "^0.8.5"

eslint-plugin-mocha@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.2.0.tgz#1d9724edcef37583921ef853494200c2b8a3730d"
integrity sha512-8oOR47Ejt+YJPNQzedbiklDqS1zurEaNrxXpRs+Uk4DMDPVmKNagShFeUaYsfvWP55AhI+P1non5QZAHV6K78A==
eslint-plugin-mocha@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-9.0.0.tgz#b4457d066941eecb070dc06ed301c527d9c61b60"
integrity sha512-d7knAcQj1jPCzZf3caeBIn3BnW6ikcvfz0kSqQpwPYcVGLoJV5sz0l0OJB2LR8I7dvTDbqq1oV6ylhSgzA10zg==
dependencies:
eslint-utils "^2.1.0"
eslint-utils "^3.0.0"
ramda "^0.27.1"

eslint-scope@^5.1.1:
Expand All @@ -2462,6 +2462,13 @@ eslint-utils@^2.1.0:
dependencies:
eslint-visitor-keys "^1.1.0"

eslint-utils@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
dependencies:
eslint-visitor-keys "^2.0.0"

eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
Expand Down

0 comments on commit edaa7d9

Please sign in to comment.