Skip to content

Commit

Permalink
Fix audit vulnerability.
Browse files Browse the repository at this point in the history
tmp
  • Loading branch information
dscalzi authored and devsnek committed Sep 11, 2020
1 parent 707b744 commit e9720c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"prepublishOnly": "npm run lint && npm run build:browser"
},
"dependencies": {
"node-fetch": "2.6.0",
"ws": "7.1.2"
"node-fetch": "^2.6.1",
"ws": "^7.3.1"
},
"peerDependencies": {
"register-scheme": "github:devsnek/node-register-scheme"
Expand Down

0 comments on commit e9720c3

Please sign in to comment.