up kdbxweb

This commit is contained in:
antelle 2020-06-04 18:49:33 +02:00
parent cb7df205bb
commit ff20d2a554
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 8 additions and 14 deletions

View File

@ -23,7 +23,6 @@
<ul>
<li><a href="https://github.com/keeweb/kdbxweb" target="_blank">kdbxweb</a><span class="muted-color">, web kdbx library</span></li>
<li><a href="https://nodeca.github.io/pako/" target="_blank">pako</a><span class="muted-color">, zlib port to JavaScript, very fast</span></li>
<li><a href="https://github.com/inexorabletash/text-encoding" target="_blank">text-encoding</a><span class="muted-color">, polyfill for the Encoding Living Standard's API</span></li>
<li><a href="https://github.com/jindw/xmldom" target="_blank">xmldom</a><span class="muted-color">, a pure JS W3C Standard based DOMParser and XMLSerializer</span></li>
</ul>

17
package-lock.json generated
View File

@ -7320,9 +7320,9 @@
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
},
"fs-extra": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.0.tgz",
"integrity": "sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
"integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
"requires": {
"at-least-node": "^1.0.0",
"graceful-fs": "^4.2.0",
@ -10097,12 +10097,11 @@
"integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ=="
},
"kdbxweb": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.8.0.tgz",
"integrity": "sha512-nN4QpDaOo0DVxFVK81OVD4U5gxsBBbXSzSMgpmfmjmZ4Vvy8A0P815Gg4NXiG5mcGz8Gohqq6lV4SGise6AiPw==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.9.0.tgz",
"integrity": "sha512-f057qI7cC7uUFiQOXBO0E7KOGYynG6g6e9TrFREOpujRlbMU4wiCRpNd9PvH2VpP21WYc4fghSQ3uIOKg/SfuQ==",
"requires": {
"pako": "github:keeweb/pako#653c0b00d8941c89d09ed4546d2179001ec44efc",
"text-encoding": "github:keeweb/text-encoding#4dfb7cb0954c222852092f8b06ae4f6b4f60bfbb",
"xmldom": "github:keeweb/xmldom#ec8f61f723e2f403adaf7a1bbf55ced4ff1ea0c6"
},
"dependencies": {
@ -15114,10 +15113,6 @@
}
}
},
"text-encoding": {
"version": "github:keeweb/text-encoding#4dfb7cb0954c222852092f8b06ae4f6b4f60bfbb",
"from": "github:keeweb/text-encoding#4dfb7cb0954c222852092f8b06ae4f6b4f60bfbb"
},
"text-table": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",

View File

@ -44,7 +44,7 @@
"eslint-plugin-standard": "4.0.1",
"exports-loader": "0.7.0",
"font-awesome": "4.7.0",
"fs-extra": "^9.0.0",
"fs-extra": "^9.0.1",
"grunt": "1.1.0",
"grunt-chmod": "^1.1.1",
"grunt-contrib-clean": "2.0.0",
@ -66,7 +66,7 @@
"jquery": "3.5.1",
"json-loader": "^0.5.7",
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
"kdbxweb": "1.8.0",
"kdbxweb": "1.9.0",
"load-grunt-tasks": "5.1.0",
"lodash": "^4.17.15",
"marked": "^1.1.0",