diff --git a/package-lock.json b/package-lock.json index 32f694c..d15f1df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "csv-writer": "^1.6.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "optic": "^0.1.0", "path": "^0.12.7" } @@ -21,10 +21,10 @@ "license": "MIT" }, "node_modules/fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==", - "license": "ISC" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz", + "integrity": "sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg==", + "license": "MIT" }, "node_modules/inherits": { "version": "2.0.3", diff --git a/package.json b/package.json index 36e55ee..253f7cb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "csv-writer": "^1.6.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "optic": "^0.1.0", "path": "^0.12.7" }