Skip to content

Commit c54a4c1

Browse files
Bump mocha from 9.0.0 to 9.0.1 (#73)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 825addc commit c54a4c1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chai": "^4.3.4",
1414
"eslint": "^7.29.0",
1515
"eslint-config-barecheck-base": "^0.5.0",
16-
"mocha": "^9.0.0",
16+
"mocha": "^9.0.1",
1717
"nyc": "^15.1.0",
1818
"prettier": "^2.3.1",
1919
"proxyquire": "^2.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,10 +1792,10 @@ minimist@^1.2.0, minimist@^1.2.5:
17921792
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
17931793
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
17941794

1795-
mocha@^9.0.0:
1796-
version "9.0.0"
1797-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.0.tgz#67ce848170cb6426f9e84c57e38376dc9017bab4"
1798-
integrity sha512-GRGG/q9bIaUkHJB9NL+KZNjDhMBHB30zW3bZW9qOiYr+QChyLjPzswaxFWkI1q6lGlSL28EQYzAi2vKWNkPx+g==
1795+
mocha@^9.0.1:
1796+
version "9.0.1"
1797+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.1.tgz#01e66b7af0012330c0a38c4b6eaa6d92b8a81bf9"
1798+
integrity sha512-9zwsavlRO+5csZu6iRtl3GHImAbhERoDsZwdRkdJ/bE+eVplmoxNKE901ZJ9LdSchYBjSCPbjKc5XvcAri2ylw==
17991799
dependencies:
18001800
"@ungap/promise-all-settled" "1.1.2"
18011801
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)