Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-tkachenko committed Jun 16, 2023
1 parent 7ee6cff commit 250a364
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 290 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prxi",
"version": "0.0.1",
"description": "Zero dependencies HTTP/WS proxy module",
"main": "dist/index.js",
"main": "dist/src/index.js",
"author": "Vladyslav Tkachenko <vlad@fireblink.com>",
"license": "MIT",
"keywords": [
Expand All @@ -24,17 +24,17 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.3",
"axios": "^1.3.4",
"@types/node": "^20.3.1",
"axios": "^1.4.0",
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"nyc": "^15.1.0",
"rimraf": "^4.4.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"rimraf": "^5.0.1",
"socket.io": "^4.6.2",
"socket.io-client": "^4.6.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
"typescript": "^5.1.3"
},
"nyc": {
"cache": false,
Expand Down
Loading

0 comments on commit 250a364

Please sign in to comment.