Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Nov 10, 2023
1 parent 26b8af2 commit 8def568
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 85 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Updated

- Dependency updates

## [4.5.0] - 2023-08-23

### Updated
Expand Down
172 changes: 92 additions & 80 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
},
"dependencies": {
"@turf/helpers": "^6.5.0",
"better-sqlite3": "^8.5.1",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"better-sqlite3": "^9.1.1",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"gtfs-realtime-bindings": "^1.1.1",
"lodash-es": "^4.17.21",
"long": "^5.2.3",
Expand All @@ -95,9 +95,9 @@
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"mocha": "^10.2.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"should": "^13.2.3"
},
"engines": {
Expand Down

0 comments on commit 8def568

Please sign in to comment.