Skip to content

Commit 6e4008f

Browse files
committed
Updated deps.
1 parent df9a264 commit 6e4008f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ jspm_packages
3535

3636
# Optional REPL history
3737
.node_repl_history
38+
39+
package-lock.json
40+
yarn.lock

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
2626
"devDependencies": {
27-
"benchmark": "^2.1.1",
27+
"benchmark": "^2.1.4",
2828
"is-my-json-valid": "^2.16.0",
2929
"long": "^3.2.0",
30-
"pre-commit": "^1.1.3",
30+
"pre-commit": "^1.2.2",
3131
"standard": "^10.0.0",
3232
"tap": "^10.3.0",
33-
"uglify-es": "^3.0.9"
33+
"uglify-es": "^3.0.13"
3434
},
3535
"dependencies": {
36-
"fast-safe-stringify": "^1.1.11"
36+
"fast-safe-stringify": "^1.2.0"
3737
}
3838
}

0 commit comments

Comments
 (0)