chore: bump dependencies (#10967)

This commit is contained in:
Almeida
2025-07-13 20:39:47 +01:00
committed by GitHub
parent 8bdea6232b
commit de2b2dd330
50 changed files with 6301 additions and 7049 deletions

View File

@@ -1,4 +1,4 @@
import { z } from 'zod/v4';
import { z } from 'zod';
/**
* An error that is thrown when validation fails.

View File

@@ -1,4 +1,4 @@
import type { z } from 'zod/v4';
import type { z } from 'zod';
import { ValidationError } from './ValidationError.js';
let validationEnabled = true;