Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Nov 9, 2023
1 parent 72bf40d commit 7d07bbc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": "*"
},
Expand Down Expand Up @@ -122,4 +130,4 @@
"pre-push": "yarn test-format || (echo please format using 'yarn format' && exit 1)"
}
}
}
}

0 comments on commit 7d07bbc

Please sign in to comment.