diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 76150de9..8f544167 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.75 - version: 3.25.75 + specifier: 3.25.76 + version: 3.25.76 devDependencies: '@types/fuzzy-search': specifier: 2.1.5 @@ -1837,8 +1837,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - zod@3.25.75: - resolution: {integrity: sha512-OhpzAmVzabPOL6C3A3gpAifqr9MqihV/Msx3gor2b2kviCgcb+HM9SEOpMWwwNp9MRunWnhtAKUoo0AHhjyPPg==} + zod@3.25.76: + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} snapshots: @@ -3841,4 +3841,4 @@ snapshots: yocto-queue@0.1.0: {} - zod@3.25.75: {} + zod@3.25.76: {} diff --git a/server/package.json b/server/package.json index d54d188f..9d4e30d4 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.75" + "zod": "3.25.76" }, "scripts": { "prepublishOnly": "cd ../ && pnpm compile && cp README.md server/"