build(deps): Bump @t3-oss/env-nextjs from 0.13.8 to 0.13.10

Bumps [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) from 0.13.8 to 0.13.10.
- [Release notes](https://github.com/t3-oss/t3-env/releases)
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/env-nextjs@0.13.10/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@t3-oss/env-nextjs"
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 19:25:26 +00:00
committed by GitHub
parent 3662a057dc
commit 13d57b77d4
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@prisma/client": "^7.1.0", "@prisma/client": "^7.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@t3-oss/env-nextjs": "^0.13.8", "@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.11", "@tanstack/react-query": "^5.90.11",
"@trpc/client": "^11.7.2", "@trpc/client": "^11.7.2",
@@ -3303,15 +3303,15 @@
} }
}, },
"node_modules/@t3-oss/env-core": { "node_modules/@t3-oss/env-core": {
"version": "0.13.8", "version": "0.13.10",
"resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.13.8.tgz", "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.13.10.tgz",
"integrity": "sha512-L1inmpzLQyYu4+Q1DyrXsGJYCXbtXjC4cICw1uAKv0ppYPQv656lhZPU91Qd1VS6SO/bou1/q5ufVzBGbNsUpw==", "integrity": "sha512-NNFfdlJ+HmPHkLi2HKy7nwuat9SIYOxei9K10lO2YlcSObDILY7mHZNSHsieIM3A0/5OOzw/P/b+yLvPdaG52g==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"arktype": "^2.1.0", "arktype": "^2.1.0",
"typescript": ">=5.0.0", "typescript": ">=5.0.0",
"valibot": "^1.0.0-beta.7 || ^1.0.0", "valibot": "^1.0.0-beta.7 || ^1.0.0",
"zod": "^3.24.0 || ^4.0.0-beta.0" "zod": "^3.24.0 || ^4.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"arktype": { "arktype": {
@@ -3329,18 +3329,18 @@
} }
}, },
"node_modules/@t3-oss/env-nextjs": { "node_modules/@t3-oss/env-nextjs": {
"version": "0.13.8", "version": "0.13.10",
"resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.13.8.tgz", "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.13.10.tgz",
"integrity": "sha512-QmTLnsdQJ8BiQad2W2nvV6oUpH4oMZMqnFEjhVpzU0h3sI9hn8zb8crjWJ1Amq453mGZs6A4v4ihIeBFDOrLeQ==", "integrity": "sha512-JfSA2WXOnvcc/uMdp31paMsfbYhhdvLLRxlwvrnlPE9bwM/n0Z+Qb9xRv48nPpvfMhOrkrTYw1I5Yc06WIKBJQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@t3-oss/env-core": "0.13.8" "@t3-oss/env-core": "0.13.10"
}, },
"peerDependencies": { "peerDependencies": {
"arktype": "^2.1.0", "arktype": "^2.1.0",
"typescript": ">=5.0.0", "typescript": ">=5.0.0",
"valibot": "^1.0.0-beta.7 || ^1.0.0", "valibot": "^1.0.0-beta.7 || ^1.0.0",
"zod": "^3.24.0 || ^4.0.0-beta.0" "zod": "^3.24.0 || ^4.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"arktype": { "arktype": {

View File

@@ -29,7 +29,7 @@
"@prisma/client": "^7.1.0", "@prisma/client": "^7.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@t3-oss/env-nextjs": "^0.13.8", "@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.11", "@tanstack/react-query": "^5.90.11",
"@trpc/client": "^11.7.2", "@trpc/client": "^11.7.2",