Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
6d4f274849
Merge b5b6aff558 into b6fd86a066 2026-05-03 08:07:49 -05:00
dependabot[bot]
b5b6aff558
Bump zod from 3.23.8 to 4.4.1 in /web
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 4.4.1.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v3.23.8...v4.4.1)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-01 13:18:35 +00:00
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@ -86,7 +86,7 @@
"use-long-press": "^3.2.0",
"vaul": "^1.1.2",
"vite-plugin-monaco-editor": "^1.1.0",
"zod": "^3.23.8"
"zod": "^4.4.1"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
@ -14604,9 +14604,10 @@
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz",
"integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}

View File

@ -100,7 +100,7 @@
"use-long-press": "^3.2.0",
"vaul": "^1.1.2",
"vite-plugin-monaco-editor": "^1.1.0",
"zod": "^3.23.8"
"zod": "^4.4.1"
},
"devDependencies": {
"@playwright/test": "^1.59.1",