Skip to content

Commit 4313ce9

Browse files
committed
feat(Htpasswd Generator): add md5, apr1, sha256 and sha512
Fix CorentinTh#1578
1 parent 7d6753f commit 4313ce9

File tree

6 files changed

+167
-163
lines changed

6 files changed

+167
-163
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
"ulid": "^2.3.0",
271271
"unicode-emoji-json": "^0.4.0",
272272
"unique-random": "^4.0.0",
273+
"unixcrypt-browser": "^2.0.4",
273274
"unplugin-auto-import": "^0.16.4",
274275
"utf8": "^3.0.0",
275276
"uuid": "^11.0.5",
@@ -363,7 +364,7 @@
363364
"unplugin-icons": "^0.17.0",
364365
"unplugin-vue-components": "^0.25.0",
365366
"vite": "^4.4.9",
366-
"vite-plugin-node-polyfills": "^0.22.0",
367+
"vite-plugin-node-polyfills": "^0.23.0",
367368
"vite-plugin-pwa": "^1.0.0",
368369
"vite-plugin-vue-markdown": "^0.23.5",
369370
"vite-plugin-wasm": "^3.4.1",

0 commit comments

Comments
 (0)