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/app/index.js
CHANGED
|
@@ -430,7 +430,7 @@ function getAgencyGeoJSON(config2) {
|
|
|
430
430
|
// package.json
|
|
431
431
|
var package_default = {
|
|
432
432
|
name: "gtfs-to-html",
|
|
433
|
-
version: "2.11.
|
|
433
|
+
version: "2.11.5",
|
|
434
434
|
private: false,
|
|
435
435
|
description: "Build human readable transit timetables as HTML, PDF or CSV from GTFS",
|
|
436
436
|
keywords: [
|
|
@@ -493,7 +493,7 @@ var package_default = {
|
|
|
493
493
|
pbf: "^4.0.1",
|
|
494
494
|
"pretty-error": "^4.0.0",
|
|
495
495
|
pug: "^3.0.3",
|
|
496
|
-
puppeteer: "^24.
|
|
496
|
+
puppeteer: "^24.29.0",
|
|
497
497
|
"sanitize-filename": "^1.6.3",
|
|
498
498
|
"sanitize-html": "^2.17.0",
|
|
499
499
|
sqlstring: "^2.3.3",
|
|
@@ -504,7 +504,7 @@ var package_default = {
|
|
|
504
504
|
devDependencies: {
|
|
505
505
|
"@types/archiver": "^7.0.0",
|
|
506
506
|
"@types/cli-table": "^0.3.4",
|
|
507
|
-
"@types/express": "^5.0.
|
|
507
|
+
"@types/express": "^5.0.5",
|
|
508
508
|
"@types/insane": "^1.0.0",
|
|
509
509
|
"@types/js-beautify": "^1.14.3",
|
|
510
510
|
"@types/lodash-es": "^4.17.12",
|