Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ZOD-5925617
  • Loading branch information
snyk-bot committed Oct 5, 2023
1 parent 692aac7 commit a85e25a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 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.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"save-dev": "^0.0.1-security",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
Expand Down

0 comments on commit a85e25a

Please sign in to comment.