Skip to content

Commit 9156b7b

Browse files
committed
fixup! Use async versions of bcrypt methods to avoid freezing browser tab (#204)
1 parent 85f64cc commit 9156b7b

File tree

6 files changed

+101
-88
lines changed

6 files changed

+101
-88
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"@zxcvbn-ts/language-en": "^3.0.2",
9595
"@zxing/library": "^0.21.3",
9696
"a11y-color-contrast": "^0.2.0",
97+
"abort-signal-polyfill": "^1.0.0",
9798
"aircodes": "^1.3.16",
9899
"ajv": "^8.17.1",
99100
"ajv-errors": "^3.0.0",
@@ -380,7 +381,7 @@
380381
"@types/morsee": "^1.0.2",
381382
"@types/nanoid-dictionary": "^4.2.3",
382383
"@types/netmask": "^2.0.5",
383-
"@types/node": "^22.18.11",
384+
"@types/node": "^24.10.1",
384385
"@types/node-forge": "^1.3.14",
385386
"@types/potrace": "^2.1.5",
386387
"@types/punycode": "^2.1.4",

0 commit comments

Comments
 (0)