diff --git a/.gitignore b/.gitignore index a6a5346..c66d781 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ run .cache *.log package-lock.json +pnpm-lock.yaml .nyc_output yarn.lock .c8_output diff --git a/package.json b/package.json index 0ad1444..17ff235 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "globby": "^11.1.0", "jest-changed-files": "^29.4.2", "mocha": "^11.0.1", - "mochawesome-with-mocha": "^7.1.3", + "mochawesome-with-mocha": "^8.0.0", "runscript": "^2.0.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.1.2",