Skip to content

Commit 447d48e

Browse files
authored
Merge pull request #178 from vaaski/renovate/all
2 parents cf0ce00 + 035a8a7 commit 447d48e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

bun.lockb

0 Bytes
Binary file not shown.

functions/generate-challenge.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default async () => {
77
const challenge = await createChallenge({
88
hmacKey,
99
maxNumber: 100_000,
10+
expires: new Date(Date.now() + 1000 * 60 * 60), // 1 hour
1011
})
1112

1213
return new Response(JSON.stringify(challenge), {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@nuxtjs/tailwindcss": "^6.12.1",
2222
"@vueuse/core": "^11.0.0",
2323
"@vueuse/nuxt": "^11.0.0",
24-
"altcha": "0.9.0",
25-
"altcha-lib": "0.5.1",
24+
"altcha": "1.0.0",
25+
"altcha-lib": "1.0.0",
2626
"class-variance-authority": "^0.7.0",
2727
"clsx": "^2.1.1",
28-
"lucide-vue-next": "^0.438.0",
28+
"lucide-vue-next": "^0.439.0",
2929
"nuxt": "^3.12.4",
3030
"radix-vue": "^1.9.4",
3131
"shadcn-nuxt": "^0.10.4",

0 commit comments

Comments
 (0)