Skip to content

Commit

Permalink
build: upgrade task-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
masontikhonov committed Apr 3, 2024
1 parent 1209b21 commit cf966f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"semver": "^7.5.2"
},
"dependencies": {
"@codefresh-io/task-logger": "git+https://github.com/codefresh-io/task-logger.git#d77b39c345faf2df510d01b8d1a814f80b875690",
"@codefresh-io/task-logger": "^1.12.3",
"body-parser": "^1.19.0",
"cf-errors": "^0.1.16",
"cf-logs": "^1.1.25",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@codefresh-io/task-logger@git+https://github.com/codefresh-io/task-logger.git#d77b39c345faf2df510d01b8d1a814f80b875690":
version "1.12.2"
resolved "git+https://github.com/codefresh-io/task-logger.git#d77b39c345faf2df510d01b8d1a814f80b875690"
"@codefresh-io/task-logger@^1.12.3":
version "1.12.3"
resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-1.12.3.tgz#a0cbd9b11e25e14c097b41fa75f5d76429eb7a18"
integrity sha512-pD7+Wc2IN+W2F6N7gZFeWtK6p/WkykT56vwh7G2A7j6vad/BO9MUfuwvaFtd4dO843zniy6Q7Y6oPJ+SQTLq0w==
dependencies:
cf-errors "^0.1.17"
debug "^4.1.1"
Expand Down

0 comments on commit cf966f4

Please sign in to comment.