Skip to content

Commit

Permalink
Bump test dependencies to remove security vulnerabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Oct 15, 2024
1 parent 78d14e1 commit 5d0763e
Show file tree
Hide file tree
Showing 2 changed files with 764 additions and 956 deletions.
12 changes: 11 additions & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
"dhcp_server": "node dhcp_server.js",
"http_server": "npx http-server -p 8080"
},
"packageManager": "yarn@3.2.4",
"packageManager": "yarn@4.5.0",
"dependencies": {
"dhcp": "https://github.com/nmoinvaz/node-dhcp.git",
"http-server": "^14.1.1",
"pm2": "^5.4.2"
},
"resolutions": {
"chokidar": "^3.6.0",
"follow-redirects": "^1.15.9",
"ip": "^2.0.1",
"proxy-agent": "^6.4.0",
"semver": "^7.5.8",
"system-information": "^5.23.5",
"tar": "^6.2.1",
"ws": "^7.5.10"
}
}
Loading

0 comments on commit 5d0763e

Please sign in to comment.