diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38aafaa7..bfb1f62d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,8 +87,8 @@ importers: specifier: 0.24.5 version: 0.24.5 zod: - specifier: 3.24.1 - version: 3.24.1 + specifier: 3.24.2 + version: 3.24.2 devDependencies: '@types/fuzzy-search': specifier: 2.1.5 @@ -1872,8 +1872,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - zod@3.24.1: - resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} + zod@3.24.2: + resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==} snapshots: @@ -3930,4 +3930,4 @@ snapshots: yocto-queue@0.1.0: {} - zod@3.24.1: {} + zod@3.24.2: {} diff --git a/server/package.json b/server/package.json index a7a5b497..4bb2f64a 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.24.1" + "zod": "3.24.2" }, "scripts": { "prepublishOnly": "cd ../ && pnpm compile && cp README.md server/"