Skip to content

Commit

Permalink
Merge pull request #261 from ducktors/pnpm-audit-fix
Browse files Browse the repository at this point in the history
fix: add pnpm overrides
  • Loading branch information
kodiakhq[bot] authored Dec 5, 2023
2 parents 7fd7ebd + f49fffe commit dd110db
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 33 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,12 @@
"api",
"dist",
"vercel.json"
]
],
"pnpm": {
"overrides": {
"xml2js@<0.5.0": ">=0.5.0",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3"
}
}
}
79 changes: 47 additions & 32 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 dd110db

Please sign in to comment.