Skip to content

Commit

Permalink
Merge pull request #165 from trojs/feature/audit-fix
Browse files Browse the repository at this point in the history
Fix audit issues
  • Loading branch information
w3nl authored Oct 7, 2024
2 parents 1834511 + c51239a commit 2eb65c0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 39 deletions.
66 changes: 29 additions & 37 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trojs/openapi-server",
"description": "OpenAPI Server",
"version": "2.0.5",
"version": "2.0.6",
"author": {
"name": "Pieter Wigboldus",
"url": "https://trojs.org/"
Expand Down Expand Up @@ -82,6 +82,7 @@
},
"overrides": {
"semver": "^7.5.3",
"send": "^0.19.0"
"send": "^0.19.0",
"cookie@<=0.7.0": "0.7.0"
}
}

0 comments on commit 2eb65c0

Please sign in to comment.