Skip to content

Commit

Permalink
chore(deps): bump zod from 3.19.1 to 3.22.3
Browse files Browse the repository at this point in the history
Bumps [zod](https://github.com/colinhacks/zod) from 3.19.1 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.19.1...v3.22.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 2f01597 commit dbd67d6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"lint": "eslint --ignore-pattern \"**/__tests__/**\""
},
"dependencies": {
"zod": "^3.19.1"
"zod": "^3.22.3"
}
}
2 changes: 1 addition & 1 deletion packages/source-git-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"deepmerge": "^4.2.2",
"fs-extra": "^9.1.0",
"lodash-es": "^4.17.21",
"zod": "^3.19.1"
"zod": "^3.22.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/source-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@jpmorganchase/mosaic-schemas": "^0.1.0-beta.49",
"@jpmorganchase/mosaic-types": "^0.1.0-beta.49",
"rxjs": "^7.5.5",
"zod": "^3.19.1"
"zod": "^3.22.3"
},
"devDependencies": {
"msw": "^0.47.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/source-local-folder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"fast-glob": "^3.2.12",
"lodash-es": "^4.17.21",
"rxjs": "^7.5.5",
"zod": "^3.19.1"
"zod": "^3.22.3"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@jpmorganchase/mosaic-schemas": "^0.1.0-beta.49",
"memfs": "^3.4.12",
"rxjs": "^7.5.5",
"zod": "^3.19.1"
"zod": "^3.22.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14029,10 +14029,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==

zod@^3.19.1:
version "3.19.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.19.1.tgz#112f074a97b50bfc4772d4ad1576814bd8ac4473"
integrity sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==
zod@^3.22.3:
version "3.22.3"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.3.tgz#2fbc96118b174290d94e8896371c95629e87a060"
integrity sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==

zustand@^4.1.1:
version "4.3.2"
Expand Down

0 comments on commit dbd67d6

Please sign in to comment.