diff --git a/src/tests/__fixtures__/unalphabetized-collections/package.json b/src/tests/__fixtures__/unalphabetized-collections/package.json index ea4f74e9..506d62d0 100644 --- a/src/tests/__fixtures__/unalphabetized-collections/package.json +++ b/src/tests/__fixtures__/unalphabetized-collections/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "debug": "^4.1.0", - "mocha": "^10.0.0" + "mocha": "^11.0.0" } } diff --git a/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json b/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json index fad07a82..730ac987 100644 --- a/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json +++ b/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "debug": "^4.1.0", - "mocha": "^10.0.0" + "mocha": "^11.0.0" } } diff --git a/src/tests/__fixtures__/valid-local-dependency/package.json b/src/tests/__fixtures__/valid-local-dependency/package.json index fad07a82..730ac987 100644 --- a/src/tests/__fixtures__/valid-local-dependency/package.json +++ b/src/tests/__fixtures__/valid-local-dependency/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "debug": "^4.1.0", - "mocha": "^10.0.0" + "mocha": "^11.0.0" } }