Skip to content

Commit

Permalink
fix: examples/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ASYNC-2441827
  • Loading branch information
snyk-bot authored and iphydf committed Jan 2, 2024
1 parent 33ca78f commit e925835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/TokTok/js-toxcore-c"
},
"dependencies": {
"async": "^2.6.0",
"async": "^3.2.2",
"bluebird": "^3.5.1",
"fs-ext": "^1.0.0",
"mkdirp": "^0.5.1",
Expand Down

0 comments on commit e925835

Please sign in to comment.