Skip to content

Commit 018277c

Browse files
committed
Updated dependencies.
1 parent 21c7668 commit 018277c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"benchmark": "node bench.js",
8-
"test": "standard && tap test/*.test.js"
8+
"test": "standard && tap -j4 test/*.test.js"
99
},
1010
"precommit": "test",
1111
"repository": {
@@ -26,15 +26,15 @@
2626
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
2727
"devDependencies": {
2828
"benchmark": "^2.1.4",
29-
"is-my-json-valid": "^2.16.1",
29+
"is-my-json-valid": "^2.17.1",
3030
"long": "^3.2.0",
3131
"pre-commit": "^1.2.2",
3232
"standard": "^10.0.3",
3333
"tap": "^11.0.0",
34-
"uglify-es": "^3.1.1"
34+
"uglify-es": "^3.2.2"
3535
},
3636
"dependencies": {
37-
"ajv": "^5.2.3",
38-
"fast-safe-stringify": "^1.2.0"
37+
"ajv": "^5.5.2",
38+
"fast-safe-stringify": "^1.2.1"
3939
}
4040
}

0 commit comments

Comments
 (0)