chore(deps): upgrade snjs (f3bcad15dbbb6305780a325e1e481cc285fc73d4)

This commit is contained in:
Baptiste Grob
2020-08-05 15:51:50 +02:00
parent b1ff2bc345
commit 5b212b84ba
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#a27979314775f7aa34d4817bee740ab3fa3948c5", "version": "github:standardnotes/snjs#f3bcad15dbbb6305780a325e1e481cc285fc73d4",
"from": "github:standardnotes/snjs#a27979314775f7aa34d4817bee740ab3fa3948c5" "from": "github:standardnotes/snjs#f3bcad15dbbb6305780a325e1e481cc285fc73d4"
}, },
"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#a27979314775f7aa34d4817bee740ab3fa3948c5" "snjs": "github:standardnotes/snjs#f3bcad15dbbb6305780a325e1e481cc285fc73d4"
} }
} }