Skip to content

Commit

Permalink
fix(TLS): fix TLS issues (#131)
Browse files Browse the repository at this point in the history
* fix: use dev version of `task-logger`

* fix(dependencies): remove `redis` from resolutions

* build: upgrade `task-logger`
  • Loading branch information
masontikhonov authored Apr 3, 2024
1 parent 0e8a8d0 commit 20aa3e1
Show file tree
Hide file tree
Showing 3 changed files with 1,113 additions and 67 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
],
"resolutions": {
"minimist": "^1.2.6",
"redis": "^3.1.1",
"semver": "^7.5.2"
},
"dependencies": {
"@codefresh-io/task-logger": "^1.10.1",
"@codefresh-io/task-logger": "^1.12.3",
"body-parser": "^1.19.0",
"cf-errors": "^0.1.16",
"cf-logs": "^1.1.25",
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.11.3
version: 1.11.4
Loading

0 comments on commit 20aa3e1

Please sign in to comment.