gtfs-to-html 2.10.15 → 2.10.16

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/dist/index.js CHANGED
@@ -504,7 +504,7 @@ function formatTripNameForCSV(trip, timetable) {
504
504
  // package.json
505
505
  var package_default = {
506
506
  name: "gtfs-to-html",
507
- version: "2.10.15",
507
+ version: "2.10.16",
508
508
  private: false,
509
509
  description: "Build human readable transit timetables as HTML, PDF or CSV from GTFS",
510
510
  keywords: [
@@ -557,16 +557,16 @@ var package_default = {
557
557
  "cli-table": "^0.3.11",
558
558
  "csv-stringify": "^6.6.0",
559
559
  express: "^5.1.0",
560
- gtfs: "^4.17.5",
560
+ gtfs: "^4.17.7",
561
561
  "gtfs-realtime-pbf-js-module": "^1.0.0",
562
562
  "js-beautify": "^1.15.4",
563
563
  "lodash-es": "^4.17.21",
564
- marked: "^16.1.1",
564
+ marked: "^16.1.2",
565
565
  moment: "^2.30.1",
566
566
  pbf: "^4.0.1",
567
567
  "pretty-error": "^4.0.0",
568
568
  pug: "^3.0.3",
569
- puppeteer: "^24.15.0",
569
+ puppeteer: "^24.16.2",
570
570
  "sanitize-filename": "^1.6.3",
571
571
  "sanitize-html": "^2.17.0",
572
572
  sqlstring: "^2.3.3",
@@ -589,10 +589,10 @@ var package_default = {
589
589
  "@types/timer-machine": "^1.1.3",
590
590
  "@types/yargs": "^17.0.33",
591
591
  husky: "^9.1.7",
592
- "lint-staged": "^16.1.2",
592
+ "lint-staged": "^16.1.5",
593
593
  prettier: "^3.6.2",
594
594
  tsup: "^8.5.0",
595
- typescript: "^5.8.3"
595
+ typescript: "^5.9.2"
596
596
  },
597
597
  engines: {
598
598
  node: ">= 20.11.0"