Skip to content

Commit

Permalink
Update deps (#894)
Browse files Browse the repository at this point in the history
* Updated deps (execa)

* updated through2

* Updated tape

* updated airtap
  • Loading branch information
mcollina authored Aug 13, 2020
1 parent 62d5c6c commit 6c587ea
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,38 +58,38 @@
},
"homepage": "http://getpino.io",
"devDependencies": {
"airtap": "2.0.2",
"airtap": "3.0.0",
"benchmark": "^2.1.4",
"bole": "^3.0.2",
"bunyan": "^1.8.12",
"docsify-cli": "^4.4.0",
"execa": "^1.0.0",
"bole": "^4.0.0",
"bunyan": "^1.8.14",
"docsify-cli": "^4.4.1",
"execa": "^4.0.0",
"fastbench": "^1.0.1",
"flush-write-stream": "^2.0.0",
"import-fresh": "^3.2.1",
"log": "^5.0.0",
"log": "^6.0.0",
"loglevel": "^1.6.7",
"pino-pretty": "^4.0.0",
"pino-pretty": "^4.1.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"pump": "^3.0.0",
"semver": "^6.3.0",
"semver": "^7.0.0",
"snazzy": "^8.0.0",
"split2": "^3.1.1",
"standard": "^14.3.3",
"steed": "^1.1.3",
"strip-ansi": "^6.0.0",
"tap": "^14.10.7",
"tape": "^4.13.2",
"through2": "^3.0.1",
"winston": "^3.2.1"
"tap": "^14.10.8",
"tape": "^5.0.0",
"through2": "^4.0.0",
"winston": "^3.3.3"
},
"dependencies": {
"fast-redact": "^2.0.0",
"fast-safe-stringify": "^2.0.7",
"flatstr": "^1.0.12",
"pino-std-serializers": "^2.4.2",
"quick-format-unescaped": "^4.0.1",
"sonic-boom": "^1.0.0"
"sonic-boom": "^1.0.2"
}
}

0 comments on commit 6c587ea

Please sign in to comment.