diff --git a/package-lock.json b/package-lock.json index 01f332d..4064d42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,6 +76,7 @@ "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.46.0.tgz", "integrity": "sha512-c2UQdKgP2eqqDArfBqQIJppxJHvNNXuQPeuSPlDML4rjw+f1cu0qAlzOG4b8ujgm9ctIDWwhpyw6gjG5ledIVQ==", "license": "MIT", + "optional": true, "peer": true, "dependencies": { "@ark/util": "0.46.0" @@ -86,6 +87,7 @@ "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.46.0.tgz", "integrity": "sha512-JPy/NGWn/lvf1WmGCPw2VGpBg5utZraE84I7wli18EDF3p3zc/e9WolT35tINeZO3l7C77SjqRJeAUoT0CvMRg==", "license": "MIT", + "optional": true, "peer": true }, "node_modules/@babel/runtime": { @@ -1711,9 +1713,9 @@ } }, "node_modules/@t3-oss/env-core": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.13.4.tgz", - "integrity": "sha512-zVOiYO0+CF7EnBScz8s0O5JnJLPTU0lrUi8qhKXfIxIJXvI/jcppSiXXsEJwfB4A6XZawY/Wg/EQGKANi/aPmQ==", + "version": "0.13.6", + "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.13.6.tgz", + "integrity": "sha512-rH7FgcB1YGbv/tvv7mdJAxnNvRkK/gEqdVYBwO1AVvaWOTNuftqskxkEYyhM2O+lkNPJmTq5YBE7H+Unl7CLjg==", "license": "MIT", "peerDependencies": { "arktype": "^2.1.0", @@ -1722,6 +1724,9 @@ "zod": "^3.24.0 || ^4.0.0-beta.0" }, "peerDependenciesMeta": { + "arktype": { + "optional": true + }, "typescript": { "optional": true }, @@ -1734,19 +1739,23 @@ } }, "node_modules/@t3-oss/env-nextjs": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.13.4.tgz", - "integrity": "sha512-6ecXR7SH7zJKVcBODIkB7wV9QLMU23uV8D9ec6P+ULHJ5Ea/YXEHo+Z/2hSYip5i9ptD/qZh8VuOXyldspvTTg==", + "version": "0.13.6", + "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.13.6.tgz", + "integrity": "sha512-KcA5U8L+Be4OuR5YxmrBzkeo7WsKkEFJDwcAgYFwcBgxxc3oJBdTB7KPQfVrx7wjtX5aDr2jZ0LG55yEXqQi9A==", "license": "MIT", "dependencies": { - "@t3-oss/env-core": "0.13.4" + "@t3-oss/env-core": "0.13.6" }, "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" }, "peerDependenciesMeta": { + "arktype": { + "optional": true + }, "typescript": { "optional": true }, @@ -2796,6 +2805,7 @@ "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.20.tgz", "integrity": "sha512-IZCEEXaJ8g+Ijd59WtSYwtjnqXiwM8sWQ5EjGamcto7+HVN9eK0C4p0zDlCuAwWhpqr6fIBkxPuYDl4/Mcj/+Q==", "license": "MIT", + "optional": true, "peer": true, "dependencies": { "@ark/schema": "0.46.0",