Skip to content

Commit

Permalink
Merge pull request #65 from mapbox/mapsam/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
mapsam authored Jul 14, 2023
2 parents a6c33e1 + ba9452f commit 5051099
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 1,959 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ matrix:
- npm test
- node_js: 12
script:
- npm test
after_script:
- npm run upload-coverage
- npm test
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.6

- Dependency update to resolve security issues [#65](https://github.com/mapbox/mapbox-file-sniff/pull/65)
- Update dev dependencies eslint, tape
- Update dependency yargs to latest 16.x version
- Remove nyc and coverage utilities
- Remove semver module

## 1.0.5

- Update eslint + yargs dependencies for security audit
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var isgeocsv = require('@mapbox/detect-geocsv');
var invalid = require('./lib/invalid');
var fs = require('fs');
var bf = require('buffer');
var semver = require('semver');

module.exports.fromBuffer = fromBuffer;
module.exports.fromFile = fromFile;
Expand Down
Loading

0 comments on commit 5051099

Please sign in to comment.