diff --git a/package-lock.json b/package-lock.json index f177134b9..0e253a204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17608,9 +17608,9 @@ } }, "node_modules/zod": { - "version": "3.25.46", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.46.tgz", - "integrity": "sha512-IqRxcHEIjqLd4LNS/zKffB3Jzg3NwqJxQQ0Ns7pdrvgGkwQsEBdEQcOHaBVqvvZArShRzI39+aMST3FBGmTrLQ==", + "version": "3.25.49", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.49.tgz", + "integrity": "sha512-JMMPMy9ZBk3XFEdbM3iL1brx4NUSejd6xr3ELrrGEfGb355gjhiAWtG3K5o+AViV/3ZfkIrCzXsZn6SbLwTR8Q==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" @@ -17635,7 +17635,7 @@ "pino": "^9.7.0", "pino-pretty": "^13.0.0", "pug": "^3.0.2", - "zod": "^3.25.42" + "zod": "^3.25.49" }, "devDependencies": { "@commitlint/cli": "^19.8.1", @@ -17681,7 +17681,7 @@ "vue": "^3.5.16", "vue-i18n": "^11.1.5", "vue-router": "^4.5.1", - "zod": "^3.25.42" + "zod": "^3.25.49" }, "devDependencies": { "@commitlint/cli": "^19.8.1", diff --git a/services/backend/package.json b/services/backend/package.json index c1db21a01..897dd83ad 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -27,7 +27,7 @@ "pino": "^9.7.0", "pino-pretty": "^13.0.0", "pug": "^3.0.2", - "zod": "^3.25.42" + "zod": "^3.25.49" }, "devDependencies": { "@commitlint/cli": "^19.8.1", diff --git a/services/frontend/package.json b/services/frontend/package.json index 2aca58657..1fc5b17f7 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -29,7 +29,7 @@ "vue": "^3.5.16", "vue-i18n": "^11.1.5", "vue-router": "^4.5.1", - "zod": "^3.25.42" + "zod": "^3.25.49" }, "devDependencies": { "@commitlint/cli": "^19.8.1",