Skip to content

Commit

Permalink
Merge pull request #171 from sunesimonsen/dependabot/npm_and_yarn/moc…
Browse files Browse the repository at this point in the history
…ha-9.1.4

Bump mocha from 9.1.2 to 9.1.4
  • Loading branch information
sunesimonsen committed Jan 17, 2022
2 parents 53c18d9 + d3077e0 commit c63a7a8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"medium": "1.1.1"
},
"devDependencies": {
"mocha": "9.1.2",
"mocha": "9.1.4",
"sinon": "^12.0.1",
"unexpected": "12.0.3",
"unexpected-steps": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"csv-writer": "1.6.0"
},
"devDependencies": {
"mocha": "9.1.2",
"mocha": "9.1.4",
"unexpected": "12.0.3",
"unexpected-steps": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ejs": "3.1.6"
},
"devDependencies": {
"mocha": "9.1.2",
"mocha": "9.1.4",
"unexpected": "12.0.3",
"unexpected-steps": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"medium": "1.1.1"
},
"devDependencies": {
"mocha": "9.1.2",
"mocha": "9.1.4",
"unexpected": "12.0.3",
"unexpected-steps": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"globby": "11.0.3"
},
"devDependencies": {
"mocha": "9.1.2",
"mocha": "9.1.4",
"unexpected": "12.0.3",
"unexpected-steps": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"medium": "1.1.1"
},
"devDependencies": {
"mocha": "9.1.2",
"mocha": "9.1.4",
"unexpected": "12.0.3",
"unexpected-steps": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"byline": "^5.0.0",
"mocha": "9.1.2",
"mocha": "9.1.4",
"unexpected": "12.0.3",
"unexpected-steps": "^4.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4056,10 +4056,10 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

mocha@9.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.2.tgz#93f53175b0f0dc4014bd2d612218fccfcf3534d3"
integrity sha512-ta3LtJ+63RIBP03VBjMGtSqbe6cWXRejF9SyM9Zyli1CKZJZ+vfCTj3oW24V7wAphMJdpOFLoMI3hjJ1LWbs0w==
mocha@9.1.4:
version "9.1.4"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.4.tgz#5a332d6ade6345b975fd97b5b39139854c8e1b32"
integrity sha512-+q2aV5VlJZuLgCWoBvGI5zEwPF9eEI0kr/sAA9Jm4xMND7RfIEyF8JE7C0JIg8WXRG+P1sdIAb5ccoHPlXLzcw==
dependencies:
"@ungap/promise-all-settled" "1.1.2"
ansi-colors "4.1.1"
Expand Down

0 comments on commit c63a7a8

Please sign in to comment.