Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.23.8 (#1202)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 878f291 commit ad687f8
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/animegarden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"simptrad": "^0.1.0",
"zod": "^3.23.7"
"zod": "^3.23.8"
},
"engines": {
"node": ">=v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tailwindcss-animate": "^1.0.7",
"video.js": "^8.12.0",
"webtorrent": "^2.2.1",
"zod": "^3.23.7"
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/ant-design": "^1.1.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"undici": "^6.16.0",
"zod": "^3.23.7"
"zod": "^3.23.8"
},
"engines": {
"node": ">=v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"animegarden": "workspace:*",
"cheerio": "1.0.0-rc.12",
"zod": "^3.23.7"
"zod": "^3.23.8"
},
"engines": {
"node": ">=v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ohash": "^1.1.3",
"string-width": "^7.1.0",
"unstorage": "^1.10.2",
"zod": "^3.23.7"
"zod": "^3.23.8"
},
"engines": {
"node": ">=v18.16.0"
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

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

0 comments on commit ad687f8

Please sign in to comment.