From 13d57b77d42997f59f46f5665cfeadff30f798cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:25:26 +0000 Subject: [PATCH] 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] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6da39b5..08763c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@prisma/client": "^7.1.0", "@radix-ui/react-dropdown-menu": "^2.1.16", "@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", "@tanstack/react-query": "^5.90.11", "@trpc/client": "^11.7.2", @@ -3303,15 +3303,15 @@ } }, "node_modules/@t3-oss/env-core": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.13.8.tgz", - "integrity": "sha512-L1inmpzLQyYu4+Q1DyrXsGJYCXbtXjC4cICw1uAKv0ppYPQv656lhZPU91Qd1VS6SO/bou1/q5ufVzBGbNsUpw==", + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.13.10.tgz", + "integrity": "sha512-NNFfdlJ+HmPHkLi2HKy7nwuat9SIYOxei9K10lO2YlcSObDILY7mHZNSHsieIM3A0/5OOzw/P/b+yLvPdaG52g==", "license": "MIT", "peerDependencies": { "arktype": "^2.1.0", "typescript": ">=5.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": { "arktype": { @@ -3329,18 +3329,18 @@ } }, "node_modules/@t3-oss/env-nextjs": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.13.8.tgz", - "integrity": "sha512-QmTLnsdQJ8BiQad2W2nvV6oUpH4oMZMqnFEjhVpzU0h3sI9hn8zb8crjWJ1Amq453mGZs6A4v4ihIeBFDOrLeQ==", + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.13.10.tgz", + "integrity": "sha512-JfSA2WXOnvcc/uMdp31paMsfbYhhdvLLRxlwvrnlPE9bwM/n0Z+Qb9xRv48nPpvfMhOrkrTYw1I5Yc06WIKBJQ==", "license": "MIT", "dependencies": { - "@t3-oss/env-core": "0.13.8" + "@t3-oss/env-core": "0.13.10" }, "peerDependencies": { "arktype": "^2.1.0", "typescript": ">=5.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": { "arktype": { diff --git a/package.json b/package.json index db34362..9a7056e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@prisma/client": "^7.1.0", "@radix-ui/react-dropdown-menu": "^2.1.16", "@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", "@tanstack/react-query": "^5.90.11", "@trpc/client": "^11.7.2",