diff options
author | daurnimator <quae@daurnimator.com> | 2018-03-29 01:20:08 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-03-29 01:20:08 +1100 |
commit | a4821fba8c0036507a70671c9f6d26e513ab8317 (patch) | |
tree | 3bd557f4f16d29864c3d90713e6f695b87bf85c7 /package.json | |
parent | 308b870ae3d155053c3311859c23339a18379a40 (diff) | |
download | fengari-a4821fba8c0036507a70671c9f6d26e513ab8317.tar.gz fengari-a4821fba8c0036507a70671c9f6d26e513ab8317.tar.bz2 fengari-a4821fba8c0036507a70671c9f6d26e513ab8317.zip |
package.json: Upgrade dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 10c229a..c6f7b83 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,12 @@ }, "homepage": "https://github.com/fengari-lua/fengari#readme", "devDependencies": { - "eslint": "^4.17.0", + "eslint": "^4.19.1", "faucet": "^0.0.1", - "tape": "^4.8.0" + "tape": "^4.9.0" }, "dependencies": { - "readline-sync": "^1.4.7", + "readline-sync": "^1.4.9", "sprintf-js": "^1.1.1", "strftime": "^0.10.0", "tmp": "^0.0.33" |