chore(deps): upgrade snjs

This commit is contained in:
Baptiste Grob
2020-11-24 11:40:41 +01:00
parent f2eda7dccd
commit e8eaa0f219
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2574,9 +2574,9 @@
}
},
"@standardnotes/snjs": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/@standardnotes/snjs/-/snjs-2.0.11.tgz",
"integrity": "sha512-5Ymdd8mez2DNFu4fRmbpZ4BXeFmFhiIFlwZURp8ZM+zqJFRwCo5SXu813DghAU3x51+cPwBMR/3kwuh9GouIpQ==",
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/@standardnotes/snjs/-/snjs-2.0.13.tgz",
"integrity": "sha512-yu97v5o25xPfdhvBhNGBhavEEO/hlVeQFcLb8cy6OVoTQrtUBpAmgcB+8DF1AMY/DJo/SDGM/DXcd/+jhjwOsw==",
"requires": {
"@standardnotes/sncrypto-common": "^1.2.9"
}

View File

@@ -71,7 +71,7 @@
"dependencies": {
"@bugsnag/js": "^7.5.1",
"@standardnotes/sncrypto-web": "^1.2.9",
"@standardnotes/snjs": "^2.0.11",
"@standardnotes/snjs": "^2.0.13",
"mobx": "^6.0.1"
}
}