fix auto import of `fs@~0.0.1-security` by integrity
@@ -42,6 +42,7 @@
"@jupyterlab/services": "^4.0.1",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/signaling": "^1.2.3",
+ "fs-extra": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"json-to-html": "~0.1.2",
"node-fetch": "^2.6.0",
@@ -3,7 +3,7 @@
*
* Outputs in Markdown for easy posting in Github.
*/
-import { readFileSync } from 'fs';
+import { readFileSync } from 'fs-extra';
const firstFilePath = process.argv[2];
const secondFilePath = process.argv[3];