Skip to content

Commit 769c492

Browse files
bump task-logger (#115)
* bump task-logger * bump
1 parent e777bc5 commit 769c492

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"redis": "^3.1.1"
1111
},
1212
"dependencies": {
13-
"@codefresh-io/task-logger": "^1.10.0",
13+
"@codefresh-io/task-logger": "^1.10.1",
1414
"body-parser": "^1.19.0",
1515
"cf-errors": "^0.1.16",
1616
"cf-logs": "^1.1.25",
@@ -52,4 +52,4 @@
5252
"start": "node lib/index.js",
5353
"version": "exit 0"
5454
}
55-
}
55+
}

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.10.0
1+
version: 1.10.1

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
dependencies:
3939
regenerator-runtime "^0.13.4"
4040

41-
"@codefresh-io/task-logger@^1.10.0":
42-
version "1.10.0"
43-
resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-1.10.0.tgz#657e025902855d2350773d7e189b95e08099d15a"
44-
integrity sha512-bIRVeixZgJgngP+14Qiab2wC4Mc6YvIJDzVhT6wm5A5V6T1LeBnYLcLiKFMbke31VPXzG90O4ErnkHmo1grtNQ==
41+
"@codefresh-io/task-logger@^1.10.1":
42+
version "1.10.1"
43+
resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-1.10.1.tgz#55e7cdbffbc65a4fd76b1bfe48a72a37f2aaebc5"
44+
integrity sha512-RT7iJNRPnEhNTo+UkGMLHvrWwEG7MTQ6RFmscWv1vAFcfAdTDyFloVOlyMXZ7EzJiK+4o4nD7iLH6V2dx57f3g==
4545
dependencies:
4646
cf-errors "^0.1.16"
4747
debug "^4.1.1"

0 commit comments

Comments
 (0)