Skip to content

Commit

Permalink
Patch get-func-name audit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Sep 28, 2023
1 parent 530d07a commit 00252e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"chai": "4.3.7",
"esbuild": "0.16.17",
"eslint": "8.43.0",
"get-func-name": "2.0.1",
"karma": "6.4.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"import": "./dist/main.js"
},
"dependencies": {
"@tbdex/protocol": "workspace:*",
"@tbdex/http-client": "workspace:*",
"@tbdex/protocol": "workspace:*",
"@web5/dids": "0.2.0",
"cors": "2.8.5",
"express": "4.18.2"
Expand All @@ -34,6 +34,7 @@
"@types/mocha": "10.0.1",
"@types/node": "20.5.9",
"chai": "4.3.8",
"get-func-name": "2.0.1",
"rimraf": "5.0.1",
"supertest": "6.3.3",
"typescript": "5.2.2",
Expand Down
17 changes: 12 additions & 5 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 00252e0

Please sign in to comment.