Skip to content

Commit

Permalink
Merge pull request #692 from CrowdStrike/renovate/mocha-helpers-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mocha-helpers to v8
  • Loading branch information
kellyselden authored Jul 27, 2023
2 parents 3d52474 + d887056 commit 117bb22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-node": "^11.0.0",
"execa": "^5.0.0",
"mocha": "^10.0.0",
"mocha-helpers": "^7.1.0",
"mocha-helpers": "^8.0.0",
"monorepo-next": "^9.0.0",
"p-all": "^5.0.0",
"remark-cli": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@faltest/remote": "^11.0.0",
"@faltest/utils": "^7.0.0",
"events-async": "^1.2.1",
"mocha-helpers": "^7.1.0"
"mocha-helpers": "^8.0.0"
},
"optionalDependencies": {
"@faltest/browser": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"choma": "^1.2.1",
"filenamify": "^6.0.0",
"glob": "^10.0.0",
"mocha-helpers": "^7.1.0"
"mocha-helpers": "^8.0.0"
},
"peerDependencies": {
"mocha": ">=6"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4760,10 +4760,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-helpers@^7.1.0:
version "7.1.0"
resolved "https://registry.npmjs.org/mocha-helpers/-/mocha-helpers-7.1.0.tgz#17c9e1a4a0baa552164966b5e95031ea2fb38d5b"
integrity sha512-1/2e+3vJVfPi3vkeZ6rLFRa5hjy74KhJnzM5lN9Jbj7RTNIVPi2Fe5QlHiPqyg/v2/hxfaZjmFMcaCUxJmpEMg==
mocha-helpers@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/mocha-helpers/-/mocha-helpers-8.0.0.tgz#ac745ed5b1d994ef790af723dbe41463297d4337"
integrity sha512-YkCfhkAkKS+GM6LmDo+lZ7lnMjkA/nJnDGuBMnnwKc8hH7Cl1BV/3mfbxMI/G1GyODFD/iJIbhY7sv52bzhr8A==
dependencies:
callsites "^3.0.0"
commondir "^1.0.1"
Expand Down

0 comments on commit 117bb22

Please sign in to comment.