about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-31 21:50:36 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-03-31 22:50:57 +0200
commit4aaa1772b64085833de1be66ce09bc2a0a0a7319 (patch)
treeb3bc687f9a8d84129c418d9f1a8f569b64c17bb6
parent3dcba94e68889f3d6603fa5416d54edd08dcf4bd (diff)
Restore exif-js dependency
-rw-r--r--package.json1
-rw-r--r--yarn.lock5
2 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4eaace8ce..1bfc876a7 100644
--- a/package.json
+++ b/package.json
@@ -58,6 +58,7 @@
     "emoji-mart": "npm:emoji-mart-lazyload@latest",
     "es6-symbol": "^3.1.3",
     "escape-html": "^1.0.3",
+    "exif-js": "^2.3.0",
     "express": "^4.18.2",
     "favico.js": "^0.3.10",
     "file-loader": "^6.2.0",
diff --git a/yarn.lock b/yarn.lock
index 48280dbfc..31bc48962 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4890,6 +4890,11 @@ execa@^7.0.0:
     signal-exit "^3.0.7"
     strip-final-newline "^3.0.0"
 
+exif-js@^2.3.0:
+  version "2.3.0"
+  resolved "https://registry.yarnpkg.com/exif-js/-/exif-js-2.3.0.tgz#9d10819bf571f873813e7640241255ab9ce1a814"
+  integrity sha1-nRCBm/Vx+HOBPnZAJBJVq5zhqBQ=
+
 exit@^0.1.2:
   version "0.1.2"
   resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"