Skip to content

Commit

Permalink
chore(deps): bump zod from 3.21.4 to 3.22.3 (#1359)
Browse files Browse the repository at this point in the history
Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.21.4...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent fb737a8 commit ae931e0
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"tailwindcss-animate": "^1.0.5",
"tesseract.js": "^4.0.1",
"vite-plugin-terminal": "^1.1.0",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@cspell/cspell-types": "^6.31.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/workflows-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"use-query-params": "^2.2.1",
"vite-plugin-terminal": "^1.1.0",
"xstate": "^4.38.0",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/headless-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"tailwind-merge": "^1.8.1",
"vite-tsconfig-paths": "^4.0.7",
"xstate": "4.37.1",
"zod": "^3.20.6"
"zod": "^3.22.3"
}
}
2 changes: 1 addition & 1 deletion examples/kyb-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-router-dom": "^6.11.2",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.4",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"dependencies": {
"@sinclair/typebox": "^0.31.7",
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/websocket-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dotenv": "^16.3.1",
"rxjs": "^7.8.0",
"ws": "^8.13.0",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@nestjs/cli": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion services/workflows-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"swagger-ui-express": "4.6.2",
"tmp": "^0.2.1",
"winston": "^3.9.0",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@cspell/cspell-types": "^6.31.1",
Expand Down

0 comments on commit ae931e0

Please sign in to comment.