mirror of https://github.com/keeweb/keeweb
fix #1697: creating files with Argon2id KDF
parent
c2663ca7d8
commit
87ad89beeb
|
@ -9830,9 +9830,9 @@
|
|||
}
|
||||
},
|
||||
"kdbxweb": {
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.14.1.tgz",
|
||||
"integrity": "sha512-eu1R3zubQnxaHl6ZHkSIt8+ob/EZocUDdvTuTno1uoc+0JREMRlcWSHm8E+ficREBN9EMaXmwofJOjwXjKKzPQ==",
|
||||
"version": "1.14.2",
|
||||
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.14.2.tgz",
|
||||
"integrity": "sha512-fA8h4L/Ib+3Rq4zPIw5tzeqx8X0YlftivKRgCSiH9o8m/QrUS2b3lbk6Ib/UoGr8G5xAEfO2UltXYqjNrWByDA==",
|
||||
"requires": {
|
||||
"pako": "github:keeweb/pako#653c0b00d8941c89d09ed4546d2179001ec44efc",
|
||||
"text-encoding": "github:keeweb/text-encoding#4dfb7cb0954c222852092f8b06ae4f6b4f60bfbb",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"jquery": "3.5.1",
|
||||
"json-loader": "^0.5.7",
|
||||
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
|
||||
"kdbxweb": "^1.14.1",
|
||||
"kdbxweb": "^1.14.2",
|
||||
"load-grunt-tasks": "5.1.0",
|
||||
"lodash": "^4.17.20",
|
||||
"marked": "^1.2.8",
|
||||
|
|
|
@ -11,6 +11,7 @@ Release notes
|
|||
`+` favicon download improvements
|
||||
`+` auto-type field selection dropdown improvements
|
||||
`+` new completion page after storage provider authentication
|
||||
`-` fixed creating files with Argon2id KDF
|
||||
|
||||
##### v1.16.7 (2020-12-31)
|
||||
`-` fix #1671: new lines removal issue in notes
|
||||
|
|
Loading…
Reference in New Issue