diff options
| author | bobzel <zzzman@gmail.com> | 2024-12-11 13:11:43 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-12-11 13:11:43 -0500 |
| commit | a5a7769e0c400f0a58a9b53ae13b338a26eaa919 (patch) | |
| tree | c6705b180714b0cbe03a23b36f4b6014d34aca9a /package.json | |
| parent | 48c3b802a3c8fd446ecbd33747fe702b11170dfe (diff) | |
fixes for uploading remote images to sample and save them properly. extnesions fo firefly manager to query text in images, expand images, and tweaks to generate images.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 949f76599..7ca0c8b38 100644 --- a/package.json +++ b/package.json @@ -183,6 +183,7 @@ "depcheck": "^1.4.7", "dompurify": "^3.1.7", "dotenv": "^16.4.5", + "dropbox": "^10.34.0", "eslint-webpack-plugin": "^4.1.0", "exif": "^0.6.0", "exifr": "^7.1.3", @@ -211,7 +212,7 @@ "google-auth-library": "^9.4.1", "googleapis": "^144.0.0", "googlephotos": "^0.3.5", - "got": "^14.0.0", + "got": "^14.4.5", "howler": "^2.2.4", "html-to-image": "^1.11.11", "html-to-text": "^9.0.5", |
