From 7d07bbcd76b5f0519772e05e9e35ca3e5cc5631f Mon Sep 17 00:00:00 2001 From: "M. Wulff" Date: Sat, 24 Sep 2022 09:49:26 +1000 Subject: [PATCH] Updated deps --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6edee6cd82..0cd55ac04d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bump": "mversion --no-prefix", "uptodate": "yarn-check -u --skip-unused", "release": "f='/tmp/alasql.tmp' && curl https://raw.githubusercontent.com/wiki/agershun/alasql/How-to-release.md > $f && sh $f ; rm $f", - "jison": "jison ./src/alasqlparser.jison -o ./src/alasqlparser.js", + "jison": "npx jison-gho ./src/alasqlparser.jison -o ./src/alasqlparser.js", "bump-tag": "bump --tag 'v%s'", "fmt": "yarn pretty-commit --write", "format": "yarn pretty-since-dev --write", @@ -84,6 +84,14 @@ "uglify-js": "3.13.9", "version-bump-prompt": "6.1.0" }, + "resolutions": { + "got": "^11.8.5", + "axios": "^0.21.2", + "marked": "^4.0.10", + "underscore": "^1.12.1", + "glob-parent": "^5.1.2", + "lodash.template": "^4.5.0" + }, "engines": { "node": "*" }, @@ -122,4 +130,4 @@ "pre-push": "yarn test-format || (echo please format using 'yarn format' && exit 1)" } } -} +} \ No newline at end of file