Update SFJS to handle 001 webcrypto

This commit is contained in:
Mo Bitar
2018-09-18 20:20:51 -05:00
parent d2c22a6768
commit ab66a06d76
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "2.3.10",
"version": "2.3.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -8006,9 +8006,9 @@
"dev": true
},
"standard-file-js": {
"version": "0.3.15",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.15.tgz",
"integrity": "sha512-Zu8fHUK4ZgzQz+Ve6rNLA+jlVHGRXiHEYoAbSM8xf3ZhWKKwyJMQtKTAdf/PxNfEazfKSe7QsZts+Uil3aAU2A==",
"version": "0.3.16",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.16.tgz",
"integrity": "sha512-xCyEABG6+JE09A6jZJW49QczNntAtYvN3DQXMPu1PiaiFFYinBXYMmMdGKAAgH+a2T2w0UzB6mrMCjCMuz+tYw==",
"dev": true
},
"static-extend": {

View File

@@ -39,7 +39,7 @@
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"sn-stylekit": "1.0.15",
"standard-file-js": "0.3.15",
"standard-file-js": "0.3.16",
"sn-models": "0.1.9",
"connect": "^3.6.6",
"mocha": "^5.2.0",