Skip to content

Commit 62b3beb

Browse files
committed
Dependency updates
1 parent fd0beef commit 62b3beb

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Updated
11+
- Dependency Updates
12+
813
## [4.18.2] - 2025-12-04
914

1015
### Updated

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,42 +100,42 @@
100100
}
101101
},
102102
"dependencies": {
103-
"@turf/helpers": "7.3.1",
104-
"better-sqlite3": "12.5.0",
103+
"@turf/helpers": "7.3.2",
104+
"better-sqlite3": "12.6.2",
105105
"csv-parse": "6.1.0",
106106
"csv-stringify": "6.6.0",
107107
"gtfs-realtime-bindings": "1.1.1",
108-
"lodash-es": "4.17.21",
108+
"lodash-es": "4.17.23",
109109
"long": "5.3.2",
110110
"node-stream-zip": "1.15.0",
111111
"pretty-error": "4.0.0",
112112
"promise-map-series": "0.3.0",
113113
"sanitize-filename": "1.6.3",
114114
"sqlstring-sqlite": "0.1.1",
115115
"strip-bom-stream": "5.0.0",
116-
"tempy": "3.1.0",
116+
"tempy": "3.1.1",
117117
"yargs": "18.0.0",
118118
"yoctocolors": "2.1.2"
119119
},
120120
"devDependencies": {
121121
"@eslint/eslintrc": "3.3.3",
122-
"@eslint/js": "9.39.1",
122+
"@eslint/js": "9.39.2",
123123
"@types/better-sqlite3": "7.6.13",
124124
"@types/geojson": "7946.0.16",
125125
"@types/lodash-es": "4.17.12",
126-
"@types/node": "24",
126+
"@types/node": "25",
127127
"@types/yargs": "17.0.35",
128-
"eslint": "9.39.1",
129-
"globals": "16.5.0",
128+
"eslint": "9.39.2",
129+
"globals": "17.0.0",
130130
"husky": "9.1.7",
131131
"lint-staged": "16.2.7",
132-
"prettier": "3.7.4",
132+
"prettier": "3.8.1",
133133
"tsup": "8.5.1",
134134
"typescript": "5.9.3",
135-
"typescript-eslint": "8.48.1"
135+
"typescript-eslint": "8.53.1"
136136
},
137137
"engines": {
138-
"node": ">= 20.11.0"
138+
"node": ">= 22"
139139
},
140140
"release-it": {
141141
"github": {

0 commit comments

Comments
 (0)