gtfs 4.18.3 → 4.18.5

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.18.3",
3
+ "version": "4.18.5",
4
4
  "description": "Import GTFS transit data into SQLite and query routes, stops, times, fares and more",
5
5
  "keywords": [
6
6
  "transit",
@@ -100,39 +100,39 @@
100
100
  }
101
101
  },
102
102
  "dependencies": {
103
- "@turf/helpers": "7.3.2",
104
- "better-sqlite3": "12.6.2",
105
- "csv-parse": "6.1.0",
106
- "csv-stringify": "6.6.0",
103
+ "@turf/helpers": "7.3.4",
104
+ "better-sqlite3": "12.8.0",
105
+ "csv-parse": "6.2.1",
106
+ "csv-stringify": "6.7.0",
107
107
  "gtfs-realtime-bindings": "1.1.1",
108
- "lodash-es": "4.17.23",
108
+ "lodash-es": "4.18.1",
109
109
  "long": "5.3.2",
110
110
  "node-stream-zip": "1.15.0",
111
111
  "pretty-error": "4.0.0",
112
112
  "promise-map-series": "0.3.0",
113
- "sanitize-filename": "1.6.3",
113
+ "sanitize-filename": "1.6.4",
114
114
  "sqlstring-sqlite": "0.1.1",
115
115
  "strip-bom-stream": "5.0.0",
116
- "tempy": "3.1.1",
116
+ "tempy": "3.2.0",
117
117
  "yargs": "18.0.0",
118
118
  "yoctocolors": "2.1.2"
119
119
  },
120
120
  "devDependencies": {
121
- "@eslint/eslintrc": "3.3.3",
122
- "@eslint/js": "9.39.2",
121
+ "@eslint/eslintrc": "3.3.5",
122
+ "@eslint/js": "10.0.1",
123
123
  "@types/better-sqlite3": "7.6.13",
124
124
  "@types/geojson": "7946.0.16",
125
125
  "@types/lodash-es": "4.17.12",
126
126
  "@types/node": "25",
127
127
  "@types/yargs": "17.0.35",
128
- "eslint": "9.39.2",
129
- "globals": "17.0.0",
128
+ "eslint": "10.1.0",
129
+ "globals": "17.4.0",
130
130
  "husky": "9.1.7",
131
- "lint-staged": "16.2.7",
131
+ "lint-staged": "16.4.0",
132
132
  "prettier": "3.8.1",
133
133
  "tsup": "8.5.1",
134
- "typescript": "5.9.3",
135
- "typescript-eslint": "8.53.1"
134
+ "typescript": "6.0.2",
135
+ "typescript-eslint": "8.58.0"
136
136
  },
137
137
  "engines": {
138
138
  "node": ">= 22"