diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 22:21:39 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 22:22:21 +0000 |
| commit | 52cbc5ac4e0b2a4f81d70050ba2e83ad8541db0d (patch) | |
| tree | 87d5e31f42bd2172f4cff5f4c9d7fd167c543212 /package-lock.json | |
| parent | 88baf168df46d1f03244f5669bb672a712416759 (diff) | |
saves stuff in data.json
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 564139f..8dd377b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "dependencies": { "body-parser": "^1.20.2", "express": "^4.18.3", + "fs": "^0.0.1-security", "twilio": "^4.23.0" }, "devDependencies": { @@ -543,6 +544,11 @@ "node": ">= 0.6" } }, + "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==" + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", |
