Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Nov 26, 2021
1 parent d65a75f commit 28a98be
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 2,032 deletions.
5 changes: 1 addition & 4 deletions lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { readFileSync } from 'node:fs';
import { promisify } from 'node:util';

import {
cloneDeep,
Expand Down Expand Up @@ -39,7 +38,7 @@ import {
getTimetablePages,
getAgencies,
} from 'gtfs';
import csvStringify from 'csv-stringify';
import { stringify } from 'csv-stringify';
import moment from 'moment';
import sqlString from 'sqlstring';
import toposort from 'toposort';
Expand Down Expand Up @@ -79,8 +78,6 @@ const { version } = JSON.parse(
readFileSync(new URL('../package.json', import.meta.url))
);

const stringify = promisify(csvStringify);

/*
* Determine if a stoptime is a timepoint.
*/
Expand Down
Loading

0 comments on commit 28a98be

Please sign in to comment.