diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f37517e3..2813f8576 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -90,8 +90,8 @@ importers: specifier: 0.24.5 version: 0.24.5 zod: - specifier: 3.25.49 - version: 3.25.49 + specifier: 3.25.50 + version: 3.25.50 devDependencies: '@types/fuzzy-search': specifier: 2.1.5 @@ -1834,8 +1834,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - zod@3.25.49: - resolution: {integrity: sha512-JMMPMy9ZBk3XFEdbM3iL1brx4NUSejd6xr3ELrrGEfGb355gjhiAWtG3K5o+AViV/3ZfkIrCzXsZn6SbLwTR8Q==} + zod@3.25.50: + resolution: {integrity: sha512-VstOnRxf4tlSq0raIwbn0n+LA34SxVoZ8r3pkwSUM0jqNiA/HCMQEVjTuS5FZmHsge+9MDGTiAuHyml5T0um6A==} snapshots: @@ -3838,4 +3838,4 @@ snapshots: yocto-queue@0.1.0: {} - zod@3.25.49: {} + zod@3.25.50: {} diff --git a/server/package.json b/server/package.json index b9ed339ed..39b5c7b8b 100644 --- a/server/package.json +++ b/server/package.json @@ -25,7 +25,7 @@ "vscode-languageserver": "8.0.2", "vscode-languageserver-textdocument": "1.0.12", "web-tree-sitter": "0.24.5", - "zod": "3.25.49" + "zod": "3.25.50" }, "scripts": { "prepublishOnly": "cd ../ && pnpm compile && cp README.md server/"