diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a514a18187b0..6280968ffe3f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,9 +87,6 @@ catalogs: typescript: specifier: ^6.0.3 version: 6.0.3 - valibot: - specifier: ^1.2.0 - version: 1.2.0 vite: specifier: ^8.1.5 version: 8.1.5 @@ -586,7 +583,7 @@ importers: version: 6.0.3 valibot: specifier: 'catalog:' - version: 1.2.0(typescript@6.0.3) + version: 1.4.2(typescript@6.0.3) vite: specifier: 'catalog:' version: 8.1.5(@types/node@22.19.19)(esbuild@0.28.1)(jiti@2.4.2)(yaml@2.9.0) @@ -625,7 +622,7 @@ importers: version: 6.0.3 valibot: specifier: 'catalog:' - version: 1.2.0(typescript@6.0.3) + version: 1.4.2(typescript@6.0.3) packages/kit/src/core/sync/write_types/test/simple-page-server-and-shared: devDependencies: @@ -706,7 +703,7 @@ importers: version: 6.0.3 valibot: specifier: 'catalog:' - version: 1.2.0(typescript@6.0.3) + version: 1.4.2(typescript@6.0.3) vite: specifier: 'catalog:' version: 8.1.5(@types/node@22.19.19)(esbuild@0.28.1)(jiti@2.4.2)(yaml@2.9.0) @@ -745,7 +742,7 @@ importers: version: 6.0.3 valibot: specifier: 'catalog:' - version: 1.2.0(typescript@6.0.3) + version: 1.4.2(typescript@6.0.3) vite: specifier: 'catalog:' version: 8.1.5(@types/node@22.19.19)(esbuild@0.28.1)(jiti@2.4.2)(yaml@2.9.0) @@ -916,7 +913,7 @@ importers: version: 6.0.3 valibot: specifier: 'catalog:' - version: 1.2.0(typescript@6.0.3) + version: 1.4.2(typescript@6.0.3) vite: specifier: 'catalog:' version: 8.1.5(@types/node@22.19.19)(esbuild@0.28.1)(jiti@2.4.2)(yaml@2.9.0) @@ -1517,7 +1514,7 @@ importers: version: 6.0.3 valibot: specifier: 'catalog:' - version: 1.2.0(typescript@6.0.3) + version: 1.4.2(typescript@6.0.3) vite: specifier: 'catalog:' version: 8.1.5(@types/node@22.19.19)(esbuild@0.28.1)(jiti@2.4.2)(yaml@2.9.0) @@ -4076,8 +4073,8 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - valibot@1.2.0: - resolution: {integrity: sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==} + valibot@1.4.2: + resolution: {integrity: sha512-gjdCvJ6d3RyHAneqxMYMW9QMCwYMb3jpOO0IyHZV1bnRHFBHrX3VkIILt5XYR0WhwHiH7Mty8ovuPZ/O3gamrg==} peerDependencies: typescript: '>=5' peerDependenciesMeta: @@ -6710,7 +6707,7 @@ snapshots: util-deprecate@1.0.2: {} - valibot@1.2.0(typescript@6.0.3): + valibot@1.4.2(typescript@6.0.3): optionalDependencies: typescript: 6.0.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1608236d1fc6..cc74bcf4342b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -15,6 +15,8 @@ minimumReleaseAgeExclude: - tar@7.5.17 || 7.5.18 || 7.5.19 - shell-quote@1.8.5 - protobufjs@7.6.5 + # Renovate security update: valibot@1.4.2 + - valibot@1.4.2 blockExoticSubdeps: true linkWorkspacePackages: true shellEmulator: true