From 65b0e254c92dd01cbc73d19fdcc5ee53b005b1fb Mon Sep 17 00:00:00 2001 From: Mo Date: Sat, 12 Feb 2022 09:04:09 -0600 Subject: [PATCH] chore(deps): snjs; fixes third party themes activation on load issue --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f936f5e2f..219497dbb 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@reach/tooltip": "^0.16.2", "@standardnotes/components": "1.7.0", "@standardnotes/features": "1.32.0", - "@standardnotes/snjs": "2.57.0", + "@standardnotes/snjs": "2.58.1", "@standardnotes/settings": "^1.11.3", "@standardnotes/sncrypto-web": "1.6.2", "mobx": "^6.3.5", diff --git a/yarn.lock b/yarn.lock index 196064211..796dd106f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2650,10 +2650,10 @@ buffer "^6.0.3" libsodium-wrappers "^0.7.9" -"@standardnotes/snjs@2.57.0": - version "2.57.0" - resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.57.0.tgz#c27517ee6f57d159262763cb6e5987b5780e8e03" - integrity sha512-AiZaIat1Q/FjJ9Z93SOqGXTEYWdjTBPBbjV71vLLWDbjUVyunP1OYDSogqFf+dM4Kvh1d5j+KUiGzU4v/iyZsA== +"@standardnotes/snjs@2.58.1": + version "2.58.1" + resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.58.1.tgz#f5d22805fe48dffca76d709d1546c863cf2c9fe4" + integrity sha512-shjQcoKEKH0Da+jOJ//HIqf0Mz5h2PebP/v4RHbFsUcO1+/Kh+mnt/iYeKIIUvDxN7HrATSDs2fjOQSfIpfuZA== dependencies: "@standardnotes/auth" "^3.16.0" "@standardnotes/common" "^1.10.0"