gtfs 4.18.0 → 4.18.1

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.0",
3
+ "version": "4.18.1",
4
4
  "description": "Import GTFS transit data into SQLite and query routes, stops, times, fares and more",
5
5
  "keywords": [
6
6
  "transit",
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "dependencies": {
103
103
  "@turf/helpers": "7.2.0",
104
- "better-sqlite3": "12.2.0",
104
+ "better-sqlite3": "12.4.1",
105
105
  "csv-parse": "6.1.0",
106
106
  "csv-stringify": "6.6.0",
107
107
  "gtfs-realtime-bindings": "1.1.1",
@@ -118,22 +118,22 @@
118
118
  "yoctocolors": "2.1.2"
119
119
  },
120
120
  "devDependencies": {
121
- "@eslint/config-helpers": "0.3.1",
121
+ "@eslint/config-helpers": "0.4.0",
122
122
  "@eslint/eslintrc": "3.3.1",
123
- "@eslint/js": "9.34.0",
123
+ "@eslint/js": "9.37.0",
124
124
  "@types/better-sqlite3": "7.6.13",
125
125
  "@types/geojson": "7946.0.16",
126
126
  "@types/lodash-es": "4.17.12",
127
- "@types/node": "22",
127
+ "@types/node": "24",
128
128
  "@types/yargs": "17.0.33",
129
- "eslint": "9.34.0",
130
- "globals": "16.3.0",
129
+ "eslint": "9.37.0",
130
+ "globals": "16.4.0",
131
131
  "husky": "9.1.7",
132
- "lint-staged": "16.1.5",
132
+ "lint-staged": "16.2.4",
133
133
  "prettier": "3.6.2",
134
134
  "tsup": "8.5.0",
135
- "typescript": "5.9.2",
136
- "typescript-eslint": "8.41.0"
135
+ "typescript": "5.9.3",
136
+ "typescript-eslint": "8.46.1"
137
137
  },
138
138
  "engines": {
139
139
  "node": ">= 20.11.0"