Skip to content

Commit

Permalink
Update dependency zod to v3.22.3 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent c85e291 commit d35324e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-is": "18.2.0",
"react-redux": "8.0.5",
"styled-components": "5.3.10",
"zod": "3.19.1"
"zod": "3.22.3"
},
"devDependencies": {
"@types/react": "18.0.24",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"multiparty": "4.2.3",
"next": "13.0.0",
"pino": "8.7.0",
"zod": "3.19.1"
"zod": "3.22.3"
},
"devDependencies": {
"@types/multiparty": "0.0.33"
Expand Down
2 changes: 1 addition & 1 deletion package/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@vaarna/util": "*",
"axios": "1.2.0",
"pino": "8.7.0",
"zod": "3.19.1"
"zod": "3.22.3"
}
}
2 changes: 1 addition & 1 deletion package/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@vaarna/util": "*",
"next": "13.0.0",
"pino": "8.7.0",
"zod": "3.19.1"
"zod": "3.22.3"
}
}
2 changes: 1 addition & 1 deletion package/sheet-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@vaarna/type": "*",
"@vaarna/util": "*",
"mustache": "4.2.0",
"zod": "3.19.1"
"zod": "3.22.3"
}
}
2 changes: 1 addition & 1 deletion package/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"zod": "3.19.1"
"zod": "3.22.3"
}
}
2 changes: 1 addition & 1 deletion package/window-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vaarna/logging": "*",
"@vaarna/util": "*",
"axios": "1.2.0",
"zod": "3.19.1"
"zod": "3.22.3"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down

0 comments on commit d35324e

Please sign in to comment.