diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 07444a0..7f6fae9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -2658,9 +2658,9 @@ "dev": true }, "zod": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.18.0.tgz", - "integrity": "sha512-gwTm8RfUCe8l9rDwN5r2A17DkAa8Ez4Yl4yXqc5VqeGaXaJahzYYXbTwvhroZi0SNBqTwh/bKm2N0mpCzuw4bA==" + "version": "3.22.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", + "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==" } } } diff --git a/frontend/package.json b/frontend/package.json index b533909..8d356ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "vue": "^3.2.37", "vue-router": "^4.0.16", "vue-tabler-icons": "^2.8.0", - "zod": "^3.18.0" + "zod": "^3.22.3" }, "devDependencies": { "@rushstack/eslint-patch": "^1.1.0",