a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr honkaistarrail dnd

deps(npm): bump the frontend-backend group with 2 updates (#106)

Bumps the frontend-backend group with 2 updates: [zod](https://github.com/colinhacks/zod) and [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js).


Updates `zod` from 4.1.13 to 4.2.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.13...v4.2.1)

Updates `@supabase/supabase-js` from 2.88.0 to 2.89.0
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.89.0/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: zod
dependency-version: 4.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: frontend-backend
- dependency-name: "@supabase/supabase-js"
dependency-version: 2.89.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: frontend-backend
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
c05e4625 b68fead1

+40 -40
+1 -1
app/package.json
··· 30 30 "@starlight/tokenizer": "file:../packages/tokenizer", 31 31 "@starlight/types": "file:../packages/types", 32 32 "@supabase/ssr": "^0.8.0", 33 - "@supabase/supabase-js": "^2.88.0", 33 + "@supabase/supabase-js": "^2.89.0", 34 34 "bits-ui": "^2.14.2", 35 35 "lorem-ipsum": "^2.0.8", 36 36 "mode-watcher": "^1.1.0",
+38 -38
package-lock.json
··· 50 50 "@starlight/tokenizer": "file:../packages/tokenizer", 51 51 "@starlight/types": "file:../packages/types", 52 52 "@supabase/ssr": "^0.8.0", 53 - "@supabase/supabase-js": "^2.88.0", 53 + "@supabase/supabase-js": "^2.89.0", 54 54 "bits-ui": "^2.14.2", 55 55 "lorem-ipsum": "^2.0.8", 56 56 "mode-watcher": "^1.1.0", ··· 2840 2840 } 2841 2841 }, 2842 2842 "node_modules/@supabase/auth-js": { 2843 - "version": "2.88.0", 2844 - "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.88.0.tgz", 2845 - "integrity": "sha512-r/tlKD1Sv5w5AGmxVdBK17KwVkGOHMjihqw+HeW7Qsyes5ajLeyjL0M7jXZom1+NW4yINacKqOR9gqGmWzW9eA==", 2843 + "version": "2.89.0", 2844 + "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.89.0.tgz", 2845 + "integrity": "sha512-wiWZdz8WMad8LQdJMWYDZ2SJtZP5MwMqzQq3ehtW2ngiI3UTgbKiFrvMUUS3KADiVlk4LiGfODB2mrYx7w2f8w==", 2846 2846 "license": "MIT", 2847 2847 "dependencies": { 2848 2848 "tslib": "2.8.1" ··· 2852 2852 } 2853 2853 }, 2854 2854 "node_modules/@supabase/functions-js": { 2855 - "version": "2.88.0", 2856 - "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.88.0.tgz", 2857 - "integrity": "sha512-p934lg2x9m0bVBXKl2EAwbyIVif21FD1VGtLNGU4iuPOyB6b0bzyRAFnK95pLj48CMJk0DU+q35TDOGcFAyxwQ==", 2855 + "version": "2.89.0", 2856 + "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.89.0.tgz", 2857 + "integrity": "sha512-XEueaC5gMe5NufNYfBh9kPwJlP5M2f+Ogr8rvhmRDAZNHgY6mI35RCkYDijd92pMcNM7g8pUUJov93UGUnqfyw==", 2858 2858 "license": "MIT", 2859 2859 "dependencies": { 2860 2860 "tslib": "2.8.1" ··· 2864 2864 } 2865 2865 }, 2866 2866 "node_modules/@supabase/postgrest-js": { 2867 - "version": "2.88.0", 2868 - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.88.0.tgz", 2869 - "integrity": "sha512-8DMGXWQUGM/4e8vtW95dLlNtETTVAyCAr7NyLFACDgVaaPUsDqZvS45LjBNd18fu3n6q/zZwCk4XL2yYWBHTVA==", 2867 + "version": "2.89.0", 2868 + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.89.0.tgz", 2869 + "integrity": "sha512-/b0fKrxV9i7RNOEXMno/I1862RsYhuUo+Q6m6z3ar1f4ulTMXnDfv0y4YYxK2POcgrOXQOgKYQx1eArybyNvtg==", 2870 2870 "license": "MIT", 2871 2871 "dependencies": { 2872 2872 "tslib": "2.8.1" ··· 2876 2876 } 2877 2877 }, 2878 2878 "node_modules/@supabase/realtime-js": { 2879 - "version": "2.88.0", 2880 - "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.88.0.tgz", 2881 - "integrity": "sha512-4yMVLLq6I2KSzINlBK22vGJJYzJo9FAbfKZl7ZuarvzAClq48skgLWF7dlBCC3B/9wQckKhCfPfvyT0JVz3SXg==", 2879 + "version": "2.89.0", 2880 + "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.89.0.tgz", 2881 + "integrity": "sha512-aMOvfDb2a52u6PX6jrrjvACHXGV3zsOlWRzZsTIOAJa0hOVvRp01AwC1+nLTGUzxzezejrYeCX+KnnM1xHdl+w==", 2882 2882 "license": "MIT", 2883 2883 "dependencies": { 2884 2884 "@types/phoenix": "^1.6.6", ··· 2903 2903 } 2904 2904 }, 2905 2905 "node_modules/@supabase/storage-js": { 2906 - "version": "2.88.0", 2907 - "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.88.0.tgz", 2908 - "integrity": "sha512-iM1CFKzTX0XIesHA/szcCqZG54BkXoSzqlVRB/O8s2u2GsXi0oUTko0ruOgDheNcWwOABKt88b0Fs4IVfDq7tg==", 2906 + "version": "2.89.0", 2907 + "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.89.0.tgz", 2908 + "integrity": "sha512-6zKcXofk/M/4Eato7iqpRh+B+vnxeiTumCIP+Tz26xEqIiywzD9JxHq+udRrDuv6hXE+pmetvJd8n5wcf4MFRQ==", 2909 2909 "license": "MIT", 2910 2910 "dependencies": { 2911 2911 "iceberg-js": "^0.8.1", ··· 2916 2916 } 2917 2917 }, 2918 2918 "node_modules/@supabase/supabase-js": { 2919 - "version": "2.88.0", 2920 - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.88.0.tgz", 2921 - "integrity": "sha512-XcvV+0x3ybSG1WBoRH0U0cizT1pyzkXD4lLiPaMLpj+A0jahvcrcrijBT+IQpLXOa2hbNLuHkS7yqJW67r4+nQ==", 2919 + "version": "2.89.0", 2920 + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.89.0.tgz", 2921 + "integrity": "sha512-KlaRwSfFA0fD73PYVMHj5/iXFtQGCcX7PSx0FdQwYEEw9b2wqM7GxadY+5YwcmuEhalmjFB/YvqaoNVF+sWUlg==", 2922 2922 "license": "MIT", 2923 2923 "peer": true, 2924 2924 "dependencies": { 2925 - "@supabase/auth-js": "2.88.0", 2926 - "@supabase/functions-js": "2.88.0", 2927 - "@supabase/postgrest-js": "2.88.0", 2928 - "@supabase/realtime-js": "2.88.0", 2929 - "@supabase/storage-js": "2.88.0" 2925 + "@supabase/auth-js": "2.89.0", 2926 + "@supabase/functions-js": "2.89.0", 2927 + "@supabase/postgrest-js": "2.89.0", 2928 + "@supabase/realtime-js": "2.89.0", 2929 + "@supabase/storage-js": "2.89.0" 2930 2930 }, 2931 2931 "engines": { 2932 2932 "node": ">=20.0.0" ··· 6054 6054 "utf-8-validate": { 6055 6055 "optional": true 6056 6056 } 6057 + } 6058 + }, 6059 + "node_modules/miniflare/node_modules/zod": { 6060 + "version": "3.22.3", 6061 + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", 6062 + "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", 6063 + "dev": true, 6064 + "license": "MIT", 6065 + "funding": { 6066 + "url": "https://github.com/sponsors/colinhacks" 6057 6067 } 6058 6068 }, 6059 6069 "node_modules/minimatch": { ··· 9486 9496 "license": "MIT" 9487 9497 }, 9488 9498 "node_modules/zod": { 9489 - "version": "3.22.3", 9490 - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", 9491 - "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", 9492 - "dev": true, 9499 + "version": "4.2.1", 9500 + "resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz", 9501 + "integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==", 9493 9502 "license": "MIT", 9494 9503 "funding": { 9495 9504 "url": "https://github.com/sponsors/colinhacks" ··· 9573 9582 "version": "1.0.0", 9574 9583 "license": "MIT", 9575 9584 "dependencies": { 9576 - "zod": "^4.1.12" 9577 - } 9578 - }, 9579 - "packages/types/node_modules/zod": { 9580 - "version": "4.1.13", 9581 - "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz", 9582 - "integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==", 9583 - "license": "MIT", 9584 - "funding": { 9585 - "url": "https://github.com/sponsors/colinhacks" 9585 + "zod": "^4.2.1" 9586 9586 } 9587 9587 } 9588 9588 }
+1 -1
packages/types/package.json
··· 33 33 "fix": "oxlint --fix" 34 34 }, 35 35 "dependencies": { 36 - "zod": "^4.1.12" 36 + "zod": "^4.2.1" 37 37 } 38 38 }