Skip to content

Commit 46c824e

Browse files
fix(deps): update dependency mocha-helpers to v9
1 parent 0f2ef23 commit 46c824e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-node": "^11.0.0",
3838
"execa": "^8.0.0",
3939
"mocha": "^10.0.0",
40-
"mocha-helpers": "^8.0.0",
40+
"mocha-helpers": "^9.0.0",
4141
"monorepo-next": "^10.0.0",
4242
"p-all": "^5.0.0",
4343
"remark-cli": "^12.0.0",

packages/lifecycle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@faltest/remote": "^12.0.0",
3131
"@faltest/utils": "^8.0.0",
3232
"events-async": "^1.2.1",
33-
"mocha-helpers": "^8.0.0"
33+
"mocha-helpers": "^9.0.0"
3434
},
3535
"optionalDependencies": {
3636
"@faltest/browser": "^7.0.0"

packages/mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"choma": "^1.2.1",
3232
"filenamify": "^6.0.0",
3333
"glob": "^10.0.0",
34-
"mocha-helpers": "^8.0.0"
34+
"mocha-helpers": "^9.0.0"
3535
},
3636
"peerDependencies": {
3737
"mocha": ">=6"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4720,10 +4720,10 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
47204720
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
47214721
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
47224722

4723-
mocha-helpers@^8.0.0:
4724-
version "8.0.0"
4725-
resolved "https://registry.yarnpkg.com/mocha-helpers/-/mocha-helpers-8.0.0.tgz#ac745ed5b1d994ef790af723dbe41463297d4337"
4726-
integrity sha512-YkCfhkAkKS+GM6LmDo+lZ7lnMjkA/nJnDGuBMnnwKc8hH7Cl1BV/3mfbxMI/G1GyODFD/iJIbhY7sv52bzhr8A==
4723+
mocha-helpers@^9.0.0:
4724+
version "9.0.0"
4725+
resolved "https://registry.yarnpkg.com/mocha-helpers/-/mocha-helpers-9.0.0.tgz#1b51aa5b6c386b754f77ffef777f0d410db2010f"
4726+
integrity sha512-iGpMU03QKt9wd2lep8eoVxPLs2nXpyw2PawEwJ25vNaccHsHVd0XeFuHnrw4vPjoa3C17DIULdWu6iK2EimthA==
47274727
dependencies:
47284728
callsites "^3.0.0"
47294729
commondir "^1.0.1"

0 commit comments

Comments
 (0)