aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-09-16 14:36:15 +1000
committerdaurnimator <quae@daurnimator.com>2017-09-16 14:36:15 +1000
commit5059ff51687e8c956694e9b261b8bb2b1e017bb4 (patch)
tree87bdeb96d6524f7cf1d134367ebf9aebf2328de8 /package.json
parent9d6c4a49e0b6c845bc3fdeb4959377ca42e56832 (diff)
downloadfengari-5059ff51687e8c956694e9b261b8bb2b1e017bb4.tar.gz
fengari-5059ff51687e8c956694e9b261b8bb2b1e017bb4.tar.bz2
fengari-5059ff51687e8c956694e9b261b8bb2b1e017bb4.zip
package.json, yarn.lock: Upgrade to newer packages
Deletes package-lock.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index f6bb4bb..527debf 100644
--- a/package.json
+++ b/package.json
@@ -32,15 +32,15 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
- "faucet": "0.0.1",
- "tape": "^2.0.1",
+ "faucet": "^0.0.1",
+ "tape": "^4.8.0",
"webpack": "^3.5.5"
},
"dependencies": {
"readline-sync": "^1.4.7",
"sprintf-js": "^1.1.1",
"strftime": "^0.10.0",
- "tmp": "0.0.31"
+ "tmp": "^0.0.33"
},
"jshintConfig": {
"node": true,