plantuml-parser
plantuml-parser copied to clipboard
Update dependencies
Upgrading /home/runner/work/plantuml-parser/plantuml-parser/package.json
async ^3.2.0 → ^3.2.3
fast-glob ^3.2.4 → ^3.2.11
get-stdin ^8.0.0 → ^9.0.0
pegjs-backtrace ^0.2.0 → ^0.2.1
serialize-error ^7.0.1 → ^9.0.0
yargs ^16.0.3 → ^17.3.1
@types/node ^14.11.8 → ^17.0.13
@typescript-eslint/eslint-plugin ^4.4.0 → ^5.10.2
@typescript-eslint/parser ^4.4.0 → ^5.10.2
chai ^4.2.0 → ^4.3.6
coveralls ^3.1.0 → ^3.1.1
eslint ^7.11.0 → ^8.8.0
eslint-config-standard ^14.1.1 → ^16.0.3
eslint-plugin-import ^2.22.1 → ^2.25.4
eslint-plugin-promise ^4.2.1 → ^6.0.0
eslint-plugin-standard ^4.0.1 → ^4.1.0
fancy-log ^1.3.3 → ^2.0.0
gulp-mocha ^7.0.2 → ^8.0.0
gulp-sourcemaps ^2.6.5 → ^3.0.0
mocha ^8.1.3 → ^9.2.0
source-map-support ^0.5.19 → ^0.5.21
ts-node ^9.0.0 → ^10.4.0
ts-pegjs ^0.2.7 → ^1.2.1
typescript ^4.0.3 → ^4.5.5
Run npm install to install new versions.
Peggy claims to be the successor for PEG.js with backwards compatibility. at the time of writing the last commit to it was 4 days ago. would it be possible to migrate this parser to the more maintained dependency?