Skip to content

Commit

Permalink
Merge pull request #348 from Themion/dependabot/npm_and_yarn/zod-3.22.3
Browse files Browse the repository at this point in the history
Bump zod from 3.21.4 to 3.22.3
  • Loading branch information
Themion authored Oct 24, 2023
2 parents 45595ff + c9f60b4 commit 84f8244
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 10 deletions.
13 changes: 10 additions & 3 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"test": "mocha './src/**/*.test.ts' -r ts-node/register"
},
"dependencies": {
"zod": "^3.21.4"
"zod": "^3.22.3"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-router-dom": "^6.14.1",
"recoil": "^0.7.7",
"sass": "^1.65.1",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ __metadata:
tsconfig-paths: 4.2.0
typescript: ^4.7.4
uuid: ^9.0.0
zod: ^3.21.4
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand All @@ -1650,7 +1650,7 @@ __metadata:
mocha: ^10.2.0
typescript: ^5.0.4
uuid: ^9.0.0
zod: ^3.21.4
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1692,7 +1692,7 @@ __metadata:
typescript: ^4.9.3
vite: ^4.3.9
vitest: ^0.30.1
zod: ^3.21.4
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11467,9 +11467,16 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:^3.20.2, zod@npm:^3.21.4":
"zod@npm:^3.20.2":
version: 3.21.4
resolution: "zod@npm:3.21.4"
checksum: f185ba87342ff16f7a06686767c2b2a7af41110c7edf7c1974095d8db7a73792696bcb4a00853de0d2edeb34a5b2ea6a55871bc864227dace682a0a28de33e1f
languageName: node
linkType: hard

"zod@npm:^3.22.3":
version: 3.22.4
resolution: "zod@npm:3.22.4"
checksum: 80bfd7f8039b24fddeb0718a2ec7c02aa9856e4838d6aa4864335a047b6b37a3273b191ef335bf0b2002e5c514ef261ffcda5a589fb084a48c336ffc4cdbab7f
languageName: node
linkType: hard

0 comments on commit 84f8244

Please sign in to comment.