From b94df9952ba88e56ac4847a18e11401b60071867 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Wed, 18 Dec 2019 09:34:25 +0000 Subject: [PATCH] Add OError --- services/filestore/npm-shrinkwrap.json | 5 +++++ services/filestore/package.json | 1 + 2 files changed, 6 insertions(+) diff --git a/services/filestore/npm-shrinkwrap.json b/services/filestore/npm-shrinkwrap.json index d636bbe990..fb1ada1128 100644 --- a/services/filestore/npm-shrinkwrap.json +++ b/services/filestore/npm-shrinkwrap.json @@ -368,6 +368,11 @@ } } }, + "@overleaf/o-error": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@overleaf/o-error/-/o-error-2.1.0.tgz", + "integrity": "sha512-Zd9sks9LrLw8ErHt/cXeWIkyxWAqNAvNGn7wIjLQJH6TTEEW835PWOhpch+hQwwWsTxWIx/JDj+IpZ3ouw925g==" + }, "@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", diff --git a/services/filestore/package.json b/services/filestore/package.json index f9bba8a746..47aa4d0d96 100644 --- a/services/filestore/package.json +++ b/services/filestore/package.json @@ -20,6 +20,7 @@ "test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js" }, "dependencies": { + "@overleaf/o-error": "^2.1.0", "async": "~0.2.10", "aws-sdk": "^2.1.39", "body-parser": "^1.2.0",