updated argon2

This commit is contained in:
antelle 2019-09-19 23:04:18 +02:00
parent ef7ae9ada9
commit 74f282a69d
3 changed files with 8 additions and 4 deletions

6
package-lock.json generated
View File

@ -1249,9 +1249,9 @@
} }
}, },
"argon2-browser": { "argon2-browser": {
"version": "1.10.2", "version": "1.11.0",
"resolved": "https://registry.npmjs.org/argon2-browser/-/argon2-browser-1.10.2.tgz", "resolved": "https://registry.npmjs.org/argon2-browser/-/argon2-browser-1.11.0.tgz",
"integrity": "sha512-3GCwBTJ/J7x5TO3dOTx0g77eAcmzqJxTPD54twJzaAJxARMtuEbzZm8M7/JhIZKnwJdmFr/hSOBewsKDWKjRcg==" "integrity": "sha512-Kgs7mB0ZlxLMHJvRN1lZlCYu6v6v3DNN9YswmT5R9UuvVsMgBcEZ1fYtD6Z0xZg5+AN+vP1Pj6sE6sofiwTyEQ=="
}, },
"argparse": { "argparse": {
"version": "1.0.10", "version": "1.0.10",

View File

@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@babel/core": "^7.6.0", "@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0", "@babel/preset-env": "^7.6.0",
"argon2-browser": "1.10.2", "argon2-browser": "1.11.0",
"babel-loader": "8.0.6", "babel-loader": "8.0.6",
"backbone": "1.4.0", "backbone": "1.4.0",
"baron": "3.0.3", "baron": "3.0.3",

View File

@ -1,5 +1,9 @@
Release notes Release notes
------------- -------------
##### v1.10.1 (2019-09-19)
`-` fixed Argon2 issues in Safari 13
`-` fix #1259: using absolute paths in webdav
##### v1.10.0 (2019-09-09) ##### v1.10.0 (2019-09-09)
`+` macOS Dark theme `+` macOS Dark theme
`+` HTML export `+` HTML export