Compare commits

..

6 Commits

Author SHA1 Message Date
cec15bb57b Merge pull request 'chore(deps): update dependency better-auth to v1.4.11' (#35) from renovate/all-dependencies into main
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m47s
2026-01-12 11:02:01 +00:00
8fff196bcb chore(deps): update dependency better-auth to v1.4.11 2026-01-12 11:01:38 +00:00
0c08c4024c Merge pull request 'chore(deps): update dependency @types/node to v24.10.7' (#34) from renovate/all-dependencies into main
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m47s
renovate / renovate (push) Successful in 37s
2026-01-10 18:00:52 +00:00
d36b14852f chore(deps): update dependency @types/node to v24.10.7 2026-01-10 18:00:50 +00:00
0682972459 Merge pull request 'chore(deps): update dependency @types/react to v19.2.8' (#33) from renovate/all-dependencies into main
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m44s
2026-01-10 10:00:55 +00:00
9a4b32b374 chore(deps): update dependency @types/react to v19.2.8 2026-01-10 10:00:52 +00:00

81
package-lock.json generated
View File

@@ -43,6 +43,36 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/@better-auth/core": {
"version": "1.4.11",
"resolved": "https://registry.npmjs.org/@better-auth/core/-/core-1.4.11.tgz",
"integrity": "sha512-BYKiYx5GVp5a4rIZXRJwCsDhpSRXd1mfcPn4AKXeuLhcKrurs4uWWN5iBFq+tJ2eNgAcs0WV5pFm/uoz0oFdQQ==",
"peer": true,
"dependencies": {
"@standard-schema/spec": "^1.0.0",
"zod": "^4.1.12"
},
"peerDependencies": {
"@better-auth/utils": "0.3.0",
"@better-fetch/fetch": "1.1.21",
"better-call": "1.1.7",
"jose": "^6.1.0",
"kysely": "^0.28.5",
"nanostores": "^1.0.1"
}
},
"node_modules/@better-auth/telemetry": {
"version": "1.4.11",
"resolved": "https://registry.npmjs.org/@better-auth/telemetry/-/telemetry-1.4.11.tgz",
"integrity": "sha512-PUtmnBZ7QQpuQUmwMf8pQBUGKEutUC9s5TsJAhoR69crAqWHKZCfR48iN+/4C5JMs2mpO75Ygsi6h9yJ/UqAIg==",
"dependencies": {
"@better-auth/utils": "0.3.0",
"@better-fetch/fetch": "1.1.21"
},
"peerDependencies": {
"@better-auth/core": "1.4.11"
}
},
"node_modules/@better-auth/utils": { "node_modules/@better-auth/utils": {
"version": "0.3.0", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/@better-auth/utils/-/utils-0.3.0.tgz", "resolved": "https://registry.npmjs.org/@better-auth/utils/-/utils-0.3.0.tgz",
@@ -1996,9 +2026,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "24.10.6", "version": "24.10.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.6.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.7.tgz",
"integrity": "sha512-B8h60xgJMR/xmgyX9fncRzEW9gCxoJjdenUhke2v1JGOd/V66KopmWrLPXi5oUI4VuiGK+d+HlXJjDRZMj21EQ==", "integrity": "sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -2019,7 +2049,9 @@
} }
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "19.2.7", "version": "19.2.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz",
"integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
@@ -2056,13 +2088,13 @@
} }
}, },
"node_modules/better-auth": { "node_modules/better-auth": {
"version": "1.4.10", "version": "1.4.11",
"resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.4.10.tgz", "resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.4.11.tgz",
"integrity": "sha512-0kqwEBJLe8eyFzbUspRG/htOriCf9uMLlnpe34dlIJGdmDfPuQISd4shShvUrvIVhPxsY1dSTXdXPLpqISYOYg==", "integrity": "sha512-UvBokjRrLK+6mFvmZVhXEDe+ghqdR60DwfRvdth6R2cNnFn/VAGL6WcLVwEKBYjBplNMdslR62vOhUM+CSN0ww==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@better-auth/core": "1.4.10", "@better-auth/core": "1.4.11",
"@better-auth/telemetry": "1.4.10", "@better-auth/telemetry": "1.4.11",
"@better-auth/utils": "0.3.0", "@better-auth/utils": "0.3.0",
"@better-fetch/fetch": "1.1.21", "@better-fetch/fetch": "1.1.21",
"@noble/ciphers": "^2.0.0", "@noble/ciphers": "^2.0.0",
@@ -2151,36 +2183,6 @@
} }
} }
}, },
"node_modules/better-auth/node_modules/@better-auth/core": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/@better-auth/core/-/core-1.4.10.tgz",
"integrity": "sha512-AThrfb6CpG80wqkanfrbN2/fGOYzhGladHFf3JhaWt/3/Vtf4h084T6PJLrDE7M/vCCGYvDI1DkvP3P1OB2HAg==",
"peer": true,
"dependencies": {
"@standard-schema/spec": "^1.0.0",
"zod": "^4.1.12"
},
"peerDependencies": {
"@better-auth/utils": "0.3.0",
"@better-fetch/fetch": "1.1.21",
"better-call": "1.1.7",
"jose": "^6.1.0",
"kysely": "^0.28.5",
"nanostores": "^1.0.1"
}
},
"node_modules/better-auth/node_modules/@better-auth/telemetry": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/@better-auth/telemetry/-/telemetry-1.4.10.tgz",
"integrity": "sha512-Dq4XJX6EKsUu0h3jpRagX739p/VMOTcnJYWRrLtDYkqtZFg+sFiFsSWVcfapZoWpRSUGYX9iKwl6nDHn6Ju2oQ==",
"dependencies": {
"@better-auth/utils": "0.3.0",
"@better-fetch/fetch": "1.1.21"
},
"peerDependencies": {
"@better-auth/core": "1.4.10"
}
},
"node_modules/better-call": { "node_modules/better-call": {
"version": "1.1.7", "version": "1.1.7",
"resolved": "https://registry.npmjs.org/better-call/-/better-call-1.1.7.tgz", "resolved": "https://registry.npmjs.org/better-call/-/better-call-1.1.7.tgz",
@@ -4013,6 +4015,7 @@
"resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz",
"integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==", "integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==",
"license": "MIT", "license": "MIT",
"peer": true,
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }