chore(deps): upgrade snjs

This commit is contained in:
Baptiste Grob
2020-07-29 11:47:36 +02:00
parent 6814a24302
commit 94ac3e7f9f
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -10630,8 +10630,8 @@
"from": "github:standardnotes/sncrypto#7e76ab9977f85039d9399b935aecfe495a951edb" "from": "github:standardnotes/sncrypto#7e76ab9977f85039d9399b935aecfe495a951edb"
}, },
"snjs": { "snjs": {
"version": "github:standardnotes/snjs#1c43ab79fb548962837c1061d6ec3bc2a8af2b4f", "version": "github:standardnotes/snjs#a27979314775f7aa34d4817bee740ab3fa3948c5",
"from": "github:standardnotes/snjs#1c43ab79fb548962837c1061d6ec3bc2a8af2b4f" "from": "github:standardnotes/snjs#a27979314775f7aa34d4817bee740ab3fa3948c5"
}, },
"sockjs": { "sockjs": {
"version": "0.3.19", "version": "0.3.19",

View File

@@ -66,6 +66,6 @@
}, },
"dependencies": { "dependencies": {
"sncrypto": "github:standardnotes/sncrypto#7e76ab9977f85039d9399b935aecfe495a951edb", "sncrypto": "github:standardnotes/sncrypto#7e76ab9977f85039d9399b935aecfe495a951edb",
"snjs": "github:standardnotes/snjs#1c43ab79fb548962837c1061d6ec3bc2a8af2b4f" "snjs": "github:standardnotes/snjs#a27979314775f7aa34d4817bee740ab3fa3948c5"
} }
} }