gtfs-to-html 2.11.4 → 2.11.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/dist/index.js
CHANGED
|
@@ -497,7 +497,7 @@ function formatTripNameForCSV(trip, timetable) {
|
|
|
497
497
|
// package.json
|
|
498
498
|
var package_default = {
|
|
499
499
|
name: "gtfs-to-html",
|
|
500
|
-
version: "2.11.
|
|
500
|
+
version: "2.11.5",
|
|
501
501
|
private: false,
|
|
502
502
|
description: "Build human readable transit timetables as HTML, PDF or CSV from GTFS",
|
|
503
503
|
keywords: [
|
|
@@ -560,7 +560,7 @@ var package_default = {
|
|
|
560
560
|
pbf: "^4.0.1",
|
|
561
561
|
"pretty-error": "^4.0.0",
|
|
562
562
|
pug: "^3.0.3",
|
|
563
|
-
puppeteer: "^24.
|
|
563
|
+
puppeteer: "^24.29.0",
|
|
564
564
|
"sanitize-filename": "^1.6.3",
|
|
565
565
|
"sanitize-html": "^2.17.0",
|
|
566
566
|
sqlstring: "^2.3.3",
|
|
@@ -571,7 +571,7 @@ var package_default = {
|
|
|
571
571
|
devDependencies: {
|
|
572
572
|
"@types/archiver": "^7.0.0",
|
|
573
573
|
"@types/cli-table": "^0.3.4",
|
|
574
|
-
"@types/express": "^5.0.
|
|
574
|
+
"@types/express": "^5.0.5",
|
|
575
575
|
"@types/insane": "^1.0.0",
|
|
576
576
|
"@types/js-beautify": "^1.14.3",
|
|
577
577
|
"@types/lodash-es": "^4.17.12",
|