From d93d05786451170f53863d30fb33743e39660982 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Mon, 17 Aug 2020 17:25:39 +0200 Subject: [PATCH] chore(deps): update snjs --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c7ff5b6b..4b10ff4ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10573,8 +10573,8 @@ "from": "github:standardnotes/sncrypto#4a080efeb646dbf9ca3dffdfcfa9d081b4dc6de0" }, "snjs": { - "version": "github:standardnotes/snjs#e54019eb7fb8d1aa440784e597f1eeebc8ca8be6", - "from": "github:standardnotes/snjs#e54019eb7fb8d1aa440784e597f1eeebc8ca8be6" + "version": "github:standardnotes/snjs#a8205e4e9a3b74815c7371230481ea24461c0c40", + "from": "github:standardnotes/snjs#a8205e4e9a3b74815c7371230481ea24461c0c40" }, "sockjs": { "version": "0.3.20", diff --git a/package.json b/package.json index 4cc62bbf7..f791c8103 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,6 @@ }, "dependencies": { "sncrypto": "github:standardnotes/sncrypto#4a080efeb646dbf9ca3dffdfcfa9d081b4dc6de0", - "snjs": "github:standardnotes/snjs#e54019eb7fb8d1aa440784e597f1eeebc8ca8be6" + "snjs": "github:standardnotes/snjs#a8205e4e9a3b74815c7371230481ea24461c0c40" } }