diff --git a/package.json b/package.json index 0d5d3588a..6833a4939 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/jest": "30.0.0", "@types/node": "25.6.0", "debug": "4.4.3", - "lucia": "2.7.7", + "lucia": "3.2.2", "p-queue": "9.2.0", "playwright": "1.59.1", "svelte-eslint-parser": "1.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97f486e86..80f0b5eed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 0.4.0(svelte@5.55.5(@typescript-eslint/types@8.59.1)) '@lucia-auth/adapter-prisma': specifier: 3.0.2 - version: 3.0.2(@prisma/client@5.22.0(prisma@5.22.0))(lucia@2.7.7) + version: 3.0.2(@prisma/client@5.22.0(prisma@5.22.0))(lucia@3.2.2) '@lucide/svelte': specifier: 1.14.0 version: 1.14.0(svelte@5.55.5(@typescript-eslint/types@8.59.1)) @@ -36,8 +36,8 @@ importers: specifier: 4.4.3 version: 4.4.3 lucia: - specifier: 2.7.7 - version: 2.7.7 + specifier: 3.2.2 + version: 3.2.2 p-queue: specifier: 9.2.0 version: 9.2.0 @@ -1000,6 +1000,18 @@ packages: '@open-draft/until@2.1.0': resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==} + '@oslojs/asn1@1.0.0': + resolution: {integrity: sha512-zw/wn0sj0j0QKbIXfIlnEcTviaCzYOY3V5rAyjR6YtOByFtJiT574+8p9Wlach0lZH9fddD4yb9laEAIl4vXQA==} + + '@oslojs/binary@1.0.0': + resolution: {integrity: sha512-9RCU6OwXU6p67H4NODbuxv2S3eenuQ4/WFLrsq+K/k682xrznH5EVWA7N4VFk9VYVcbFtKqur5YQQZc0ySGhsQ==} + + '@oslojs/crypto@1.0.1': + resolution: {integrity: sha512-7n08G8nWjAr/Yu3vu9zzrd0L9XnrJfpMioQcvCMxBIiF5orECHe5/3J0jmXRVvgfqMm/+4oxlQ+Sq39COYLcNQ==} + + '@oslojs/encoding@1.1.0': + resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} + '@oxc-project/types@0.110.0': resolution: {integrity: sha512-6Ct21OIlrEnFEJk5LT4e63pk3btsI6/TusD/GStLi7wYlGJNOl1GI9qvXAnRAxQU9zqA2Oz+UwhfTOU2rPZVow==} @@ -3206,8 +3218,8 @@ packages: resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} engines: {node: '>=12'} - lucia@2.7.7: - resolution: {integrity: sha512-Hy1nMcLquLl3yDvV9zYA9fSBGUDy/Fw2zEUw2Ia4iGdk/O+hI/TvQ1tAfED/U1WE/c5DT1hEger3m7qIx1qbUg==} + lucia@3.2.2: + resolution: {integrity: sha512-P1FlFBGCMPMXu+EGdVD9W4Mjm0DqsusmKgO7Xc33mI5X1bklmsQb0hfzPhXomQr9waWIBDsiOjvr1e6BTaUqpA==} deprecated: This package has been deprecated. Please see https://lucia-auth.com/lucia-v3/migrate. luxon@3.7.2: @@ -4916,10 +4928,10 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@lucia-auth/adapter-prisma@3.0.2(@prisma/client@5.22.0(prisma@5.22.0))(lucia@2.7.7)': + '@lucia-auth/adapter-prisma@3.0.2(@prisma/client@5.22.0(prisma@5.22.0))(lucia@3.2.2)': dependencies: '@prisma/client': 5.22.0(prisma@5.22.0) - lucia: 2.7.7 + lucia: 3.2.2 '@lucide/svelte@1.14.0(svelte@5.55.5(@typescript-eslint/types@8.59.1))': dependencies: @@ -4975,6 +4987,19 @@ snapshots: '@open-draft/until@2.1.0': {} + '@oslojs/asn1@1.0.0': + dependencies: + '@oslojs/binary': 1.0.0 + + '@oslojs/binary@1.0.0': {} + + '@oslojs/crypto@1.0.1': + dependencies: + '@oslojs/asn1': 1.0.0 + '@oslojs/binary': 1.0.0 + + '@oslojs/encoding@1.1.0': {} + '@oxc-project/types@0.110.0': {} '@oxc-project/types@0.127.0': {} @@ -7314,7 +7339,10 @@ snapshots: lru-cache@7.18.3: {} - lucia@2.7.7: {} + lucia@3.2.2: + dependencies: + '@oslojs/crypto': 1.0.1 + '@oslojs/encoding': 1.1.0 luxon@3.7.2: {}