gtfs 4.17.2 → 4.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtfs",
3
- "version": "4.17.2",
3
+ "version": "4.17.4",
4
4
  "description": "Import GTFS transit data into SQLite and query routes, stops, times, fares and more",
5
5
  "keywords": [
6
6
  "transit",
@@ -97,7 +97,7 @@
97
97
  },
98
98
  "dependencies": {
99
99
  "@turf/helpers": "^7.2.0",
100
- "better-sqlite3": "^11.9.1",
100
+ "better-sqlite3": "^11.10.0",
101
101
  "csv-parse": "^5.6.0",
102
102
  "csv-stringify": "^6.5.2",
103
103
  "gtfs-realtime-bindings": "^1.1.1",
@@ -113,7 +113,7 @@
113
113
  "tempy": "^3.1.0",
114
114
  "timer-machine": "^1.1.0",
115
115
  "untildify": "^5.0.0",
116
- "yargs": "^17.7.2",
116
+ "yargs": "^18.0.0",
117
117
  "yoctocolors": "^2.1.1"
118
118
  },
119
119
  "devDependencies": {
@@ -127,11 +127,11 @@
127
127
  "@types/yargs": "^17.0.33",
128
128
  "husky": "^9.1.7",
129
129
  "jest": "^29.7.0",
130
- "lint-staged": "^15.5.1",
130
+ "lint-staged": "^16.1.0",
131
131
  "prettier": "^3.5.3",
132
- "ts-jest": "^29.3.2",
132
+ "ts-jest": "^29.3.4",
133
133
  "ts-node": "^10.9.2",
134
- "tsup": "^8.4.0",
134
+ "tsup": "^8.5.0",
135
135
  "typescript": "~5.8.3"
136
136
  },
137
137
  "engines": {