Skip to content

Commit

Permalink
Dependency Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Mar 5, 2024
1 parent 430e52c commit 690a5bd
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 97 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Updated

- Show info about ignoreDuplicates option when primary key contraint issue happens
- Show info about ignoreDuplicates option when primary key constraint issue happens
- Dependency updates

## [4.7.1] - 2024-02-18

Expand Down
128 changes: 36 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
},
"dependencies": {
"@turf/helpers": "^6.5.0",
"better-sqlite3": "^9.4.1",
"csv-parse": "^5.5.3",
"csv-stringify": "^6.4.5",
"better-sqlite3": "^9.4.3",
"csv-parse": "^5.5.5",
"csv-stringify": "^6.4.6",
"gtfs-realtime-bindings": "^1.1.1",
"lodash-es": "^4.17.21",
"long": "^5.2.3",
Expand All @@ -93,7 +93,7 @@
"tmp-promise": "^3.0.3",
"untildify": "^5.0.0",
"yargs": "^17.7.2",
"yoctocolors": "^1.0.0"
"yoctocolors": "^2.0.0"
},
"devDependencies": {
"husky": "^9.0.11",
Expand Down

0 comments on commit 690a5bd

Please sign in to comment.