Skip to content

Commit

Permalink
Merge pull request #184 from mapbox/upgrade-deps
Browse files Browse the repository at this point in the history
Update CLI dependencies
  • Loading branch information
tristen authored Sep 11, 2023
2 parents 0d1cc51 + 37e6b0d commit 8d09f7d
Show file tree
Hide file tree
Showing 5 changed files with 6,099 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
coverage/
node_modules/
npm-debug.log
test/bundle.js
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.16.1

* Resolve critical vulnerabilities by upgrading CLI dependencies in package.json.

## 0.16.0

* Supports the `link` tag in GPX data.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
This converts [KML](https://developers.google.com/kml/documentation/) & [GPX](http://www.topografix.com/gpx.asp)
to [GeoJSON](http://www.geojson.org/), in a browser or with [Node.js](http://nodejs.org/).

* [x] Dependency-free
* [x] Tiny
* [x] Tested
* [x] Node.js + Browsers
Expand Down
Loading

0 comments on commit 8d09f7d

Please sign in to comment.