diff --git a/package.json b/package.json index 9f7e607340e..48e26db4808 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "timeout": "30m" }, "dependencies": { - "patch-package": "^6.2.2" + "patch-package": "^6.4.7" }, "resolutions": { "**/http-errors/depd": "^2.0.0", diff --git a/patches/ava+4.3.1.patch b/patches/ava+4.3.1.patch new file mode 100644 index 00000000000..12d2d7797e6 --- /dev/null +++ b/patches/ava+4.3.1.patch @@ -0,0 +1,8 @@ +diff --git a/node_modules/ava/index.js b/node_modules/ava/index.js +new file mode 100644 +index 0000000..bee62d8 +--- /dev/null ++++ b/node_modules/ava/index.js +@@ -0,0 +1,2 @@ ++// XXX work around https://github.com/import-js/eslint-plugin-import/issues/1810 ++export {default} from './lib/worker/main.cjs';