@everymundo/json-utils
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@everymundo/json-utils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "JSON Utilities such as safe JSON parser and pretty JSON stringifier.", | ||
@@ -33,7 +33,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
"standard": "^14.3.3" | ||
"chai": "^4.3.7", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"standard": "^17.0.0" | ||
} | ||
} |
4847