Merge branch 'release/3.5.11'

This commit is contained in:
Baptiste Grob
2020-11-26 12:57:52 +01:00
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.5.10",
"version": "3.5.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -2574,9 +2574,9 @@
}
},
"@standardnotes/snjs": {
"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==",
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/@standardnotes/snjs/-/snjs-2.0.16.tgz",
"integrity": "sha512-rms3iKh6oUpJ5Nx150bXoKOiXPRprsvCyyjHpS2LfupQpiWMOmxB2fz+xns2wJLB52mKg9WLicxKZj7mT5Dvbg==",
"requires": {
"@standardnotes/sncrypto-common": "^1.2.9"
}

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.5.10",
"version": "3.5.11",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
@@ -71,7 +71,7 @@
"dependencies": {
"@bugsnag/js": "^7.5.1",
"@standardnotes/sncrypto-web": "^1.2.9",
"@standardnotes/snjs": "^2.0.13",
"@standardnotes/snjs": "^2.0.16",
"mobx": "^6.0.1"
}
}