add fpersist as dependency

This commit is contained in:
Randall Schmidt 2021-06-11 10:51:00 -04:00
parent 1f9b533c66
commit 421c68909e
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated

@ -861,6 +861,11 @@
"mime-types": "^2.1.12" "mime-types": "^2.1.12"
} }
}, },
"fpersist": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/fpersist/-/fpersist-1.0.5.tgz",
"integrity": "sha512-WXY+zZXlOo1dU+wS8rqigz5PFu7WHBDd0vcaaWcnu319bPJi/IeWipOmi1PNaHAUqFVSzp1mLpNkgX6g2uLGbQ=="
},
"fs.realpath": { "fs.realpath": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",

@ -35,6 +35,7 @@
"rimraf": "^3.0.2" "rimraf": "^3.0.2"
}, },
"dependencies": { "dependencies": {
"fpersist": "^1.0.5",
"node-fetch": "*" "node-fetch": "*"
}, },
"husky": { "husky": {