diff --git a/package.json b/package.json index 73a2d74..ba16fe3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "qwik": "qwik" }, "devDependencies": { - "@auth/core": "^0.18.0", + "@auth/core": "^0.28.0", "@builder.io/qwik": "^1.2.19", "@builder.io/qwik-auth": "0.1.3", "@builder.io/qwik-city": "^1.2.19", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a408a4..32d3181 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,14 +6,14 @@ settings: devDependencies: '@auth/core': - specifier: ^0.18.0 - version: 0.18.3 + specifier: ^0.28.0 + version: 0.28.0 '@builder.io/qwik': specifier: ^1.2.19 version: 1.2.19(@types/node@20.10.0)(sass@1.69.5)(undici@5.28.1) '@builder.io/qwik-auth': specifier: 0.1.3 - version: 0.1.3(@auth/core@0.18.3) + version: 0.1.3(@auth/core@0.28.0) '@builder.io/qwik-city': specifier: ^1.2.19 version: 1.2.19(@types/node@20.10.0)(sass@1.69.5) @@ -87,29 +87,36 @@ packages: engines: {node: '>=10'} dev: true - /@auth/core@0.18.3: - resolution: {integrity: sha512-YXQWxi3pKxngt+2vo3dq8+wDANlUH8nhQgX6EVdd3Enfe3vweBtHqzaWrtWzQnVb8wdGxdhxaoOlYroEBE+/yw==} + /@auth/core@0.28.0: + resolution: {integrity: sha512-/fh/tb/L4NMSYcyPoo4Imn8vN6MskcVfgESF8/ndgtI4fhD/7u7i5fTVzWgNRZ4ebIEGHNDbWFRxaTu1NtQgvA==} peerDependencies: + '@simplewebauthn/browser': ^9.0.1 + '@simplewebauthn/server': ^9.0.2 nodemailer: ^6.8.0 peerDependenciesMeta: + '@simplewebauthn/browser': + optional: true + '@simplewebauthn/server': + optional: true nodemailer: optional: true dependencies: '@panva/hkdf': 1.1.1 - cookie: 0.5.0 - jose: 5.1.2 + '@types/cookie': 0.6.0 + cookie: 0.6.0 + jose: 5.2.2 oauth4webapi: 2.4.0 preact: 10.11.3 preact-render-to-string: 5.2.3(preact@10.11.3) dev: true - /@builder.io/qwik-auth@0.1.3(@auth/core@0.18.3): + /@builder.io/qwik-auth@0.1.3(@auth/core@0.28.0): resolution: {integrity: sha512-plj4kHkHpT5sPe9bUYoMFKZlV5XDkWL4D/56TMzRCNC1Vse6NHwVl/78jT7wbeIe+CAtsNbsuDv8TQj9p3iZUg==} engines: {node: '>=16.8.0 <18.0.0 || >=18.11'} peerDependencies: '@auth/core': ^0.13.0 dependencies: - '@auth/core': 0.18.3 + '@auth/core': 0.28.0 dev: true /@builder.io/qwik-city@1.2.19(@types/node@20.10.0)(sass@1.69.5): @@ -1130,6 +1137,10 @@ packages: '@types/estree': 1.0.5 dev: true + /@types/cookie@0.6.0: + resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} + dev: true + /@types/debug@4.1.12: resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} dependencies: @@ -1967,8 +1978,8 @@ packages: - encoding dev: true - /cookie@0.5.0: - resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + /cookie@0.6.0: + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} dev: true @@ -3431,8 +3442,8 @@ packages: hasBin: true dev: true - /jose@5.1.2: - resolution: {integrity: sha512-X7TOC/d8KPvx4wPUuLHVgTSdoWw0UW5TQOUwhvCvj+ZPfsf9vUPhhksYPjNBWVGPQ/6yd/JrL1gQxBnIDwYdFg==} + /jose@5.2.2: + resolution: {integrity: sha512-/WByRr4jDcsKlvMd1dRJnPfS1GVO3WuKyaurJ/vvXcOaUQO8rnNObCQMlv/5uCceVQIq5Q4WLF44ohsdiTohdg==} dev: true /js-yaml@4.1.0: