Skip to content

Commit

Permalink
chore(audit): fix audit with high severity
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcioMeier committed Jun 27, 2024
1 parent 9128ed3 commit 504a1fe
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 84 deletions.
28 changes: 20 additions & 8 deletions examples/pnpm-lock.yaml

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

9 changes: 7 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,16 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"zod": "3.x",
"@asteasolutions/zod-to-openapi": "7.x"
"@asteasolutions/zod-to-openapi": "7.x",
"zod": "3.x"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3"
}
}
}
84 changes: 10 additions & 74 deletions lib/pnpm-lock.yaml

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

0 comments on commit 504a1fe

Please sign in to comment.