Skip to content

Commit 8fe9768

Browse files
committed
bumped dependencies
1 parent e38b023 commit 8fe9768

File tree

2 files changed

+858
-386
lines changed

2 files changed

+858
-386
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4bro",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "easy ELK logger with compliant output format, based on bunyan.",
55
"main": "index.js",
66
"scripts": {
@@ -32,8 +32,6 @@
3232
},
3333
"homepage": "https://github.com/micro-tools/log4bro",
3434
"dependencies": {
35-
"@types/bunyan": "^1.8.5",
36-
"@types/express": "^4.16.0",
3735
"bunyan": "~1.8.12",
3836
"chalk": "~2.4.2",
3937
"graceful-fs": "~4.1.15",
@@ -44,9 +42,11 @@
4442
"express": "^4.16.4",
4543
"intercept-stdout": "~0.1.2",
4644
"istanbul": "~0.4.5",
47-
"mocha": "~5.2.0"
45+
"mocha": "~6.1.4",
46+
"@types/bunyan": "^1.8.6",
47+
"@types/express": "^4.16.1"
4848
},
4949
"optionalDependencies": {
50-
"@google-cloud/logging-bunyan": "^0.9.5"
50+
"@google-cloud/logging-bunyan": "^0.10.1"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)