Skip to content

Commit

Permalink
fix: packages/map/util/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-7414156
  • Loading branch information
snyk-bot committed Jul 3, 2024
1 parent f2b585f commit 4ddf588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/map/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"fs": "0.0.2",
"async": "1.5.2",
"request": "2.67.0",
"request": "2.88.2",
"d3": "3",
"topojson": "1.6.19"
}
Expand Down

0 comments on commit 4ddf588

Please sign in to comment.