Skip to content

Commit

Permalink
Updated the task-logger version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielm-codefresh authored Dec 20, 2021
1 parent 8e5f26e commit 7c91199
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cf-container-logger"
],
"dependencies": {
"@codefresh-io/task-logger": "^1.8.15",
"@codefresh-io/task-logger": "^1.9.18",
"body-parser": "^1.19.0",
"cf-errors": "^0.1.15",
"cf-logs": "^1.1.0",
Expand Down Expand Up @@ -55,4 +55,4 @@
"start": "node server/index.js",
"version": "exit 0"
}
}
}
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.4.8
version: 1.5.8
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@codefresh-io/task-logger@^1.8.15":
version "1.8.15"
resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-1.8.15.tgz#a5351f20268b2fcb64f1691d4fe2ead27557dd5c"
integrity sha512-m4RAHGoHuzS3K0vOt09vrGaOhr64CJXxItgQ0T6POnW6zmw7kfR0EV8g6lv65EREYE6hHRgXdIA/Uvvq/KLuAw==
"@codefresh-io/task-logger@^1.9.18":
version "1.9.18"
resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-1.9.18.tgz#219babad0fe29d21f53fb41af07835ed872b092e"
integrity sha512-p1XV3ubqvJ/5foC3Ypf/8bwbcQSxAPV1jCHuHld4O2aigu12sHHMw4yXZVp0WcR3o9qeXNiQxzFYClVYMBhj/w==
dependencies:
cf-errors "^0.1.16"
debug "^4.1.1"
Expand Down

0 comments on commit 7c91199

Please sign in to comment.