Skip to content

Commit 1ec341d

Browse files
CR-19617 -- fux vulnerabilities (#834)
1 parent e7f1233 commit 1ec341d

7 files changed

+29
-68
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.12.1
1+
v18.17.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# Main
14-
FROM node:18.16.0-alpine3.17
14+
FROM node:18.17.1-alpine3.17
1515

1616
RUN apk --update add --no-cache ca-certificates git curl bash jq
1717

Dockerfile-debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# Main
14-
FROM node:18.16.0-bullseye-slim
14+
FROM node:18.17.1-bullseye-slim
1515

1616
RUN apt update
1717
RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[

Dockerfile-debian-rootless

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# Main
14-
FROM node:18.16.0-bullseye-slim
14+
FROM node:18.17.1-bullseye-slim
1515

1616
RUN apt update
1717
RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[

Dockerfile-rootless

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# Main
14-
FROM node:18.16.0-alpine3.17
14+
FROM node:18.17.1-alpine3.17
1515

1616
RUN apk --update add --no-cache ca-certificates git curl bash jq
1717

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.84.8",
3+
"version": "0.84.9",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
@@ -52,7 +52,7 @@
5252
"cf-errors": "^0.1.16",
5353
"chalk": "^4.1.0",
5454
"cli-progress": "3.10.0",
55-
"codefresh-sdk": "^1.11.3",
55+
"codefresh-sdk": "^1.12.0",
5656
"colors": "1.4.0",
5757
"columnify": "^1.6.0",
5858
"compare-versions": "^3.4.0",
@@ -82,7 +82,7 @@
8282
"request-promise": "^4.2.2",
8383
"requestretry": "^7.0.2",
8484
"rimraf": "^2.6.2",
85-
"semver": "^7.3.2",
85+
"semver": "^7.5.4",
8686
"tar-stream": "^2.2.0",
8787
"uuid": "^3.1.0",
8888
"yaml": "^1.10.0",
@@ -115,4 +115,4 @@
115115
"./test-setup.js"
116116
]
117117
}
118-
}
118+
}

yarn.lock

+20-59
Original file line numberDiff line numberDiff line change
@@ -1177,10 +1177,10 @@ code-point-at@^1.0.0:
11771177
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
11781178
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
11791179

1180-
codefresh-sdk@^1.11.3:
1181-
version "1.11.3"
1182-
resolved "https://registry.yarnpkg.com/codefresh-sdk/-/codefresh-sdk-1.11.3.tgz#3a72f2738a6e69acc07f2ab9bb3c7da9a50eb563"
1183-
integrity sha512-tm91ex7ZZ3QeCghxchWKmuqHIZvcB84WL8wrX0W8i5AypfwNMgszo+TiCYYzUqvw0YbXBs5BtH1+WNdMv7ioTw==
1180+
codefresh-sdk@^1.12.0:
1181+
version "1.12.0"
1182+
resolved "https://registry.yarnpkg.com/codefresh-sdk/-/codefresh-sdk-1.12.0.tgz#8a162e617518c8aa690d7ca838788f0991fc95c9"
1183+
integrity sha512-FKeWc3sDeQ1u9eHbsT6W5MmMUCsPPtrzRQJYkF1Rg96mtnPPS3e9Hk46K65hoj04P5w4/Dh/rRXOQty9lb062g==
11841184
dependencies:
11851185
"@codefresh-io/cf-receiver" "0.0.1-alpha19"
11861186
bluebird "^3.7.2"
@@ -1190,10 +1190,10 @@ codefresh-sdk@^1.11.3:
11901190
firebase "git+https://github.com/codefresh-io/firebase.git#80b2ed883ff281cd67b53bd0f6a0bbd6f330fed5"
11911191
fs-extra "^7.0.1"
11921192
js-yaml "^3.13.1"
1193-
jsonwebtoken "^8.4.0"
1193+
jsonwebtoken "^9.0.1"
11941194
lodash "^4.17.21"
11951195
moment "^2.29.4"
1196-
recursive-readdir "^2.2.2"
1196+
recursive-readdir "^2.2.3"
11971197
request "2.88.2"
11981198
request-promise "4.2.6"
11991199
requestretry "^7.0.2"
@@ -3842,21 +3842,15 @@ jsonpath-plus@^0.19.0:
38423842
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-0.19.0.tgz#b901e57607055933dc9a8bef0cc25160ee9dd64c"
38433843
integrity sha512-GSVwsrzW9LsA5lzsqe4CkuZ9wp+kxBb2GwNniaWzI2YFn5Ig42rSW8ZxVpWXaAfakXNrx5pgY5AbQq7kzX29kg==
38443844

3845-
jsonwebtoken@^8.4.0:
3846-
version "8.5.1"
3847-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
3848-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
3845+
jsonwebtoken@^9.0.1:
3846+
version "9.0.1"
3847+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
3848+
integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
38493849
dependencies:
38503850
jws "^3.2.2"
3851-
lodash.includes "^4.3.0"
3852-
lodash.isboolean "^3.0.3"
3853-
lodash.isinteger "^4.0.4"
3854-
lodash.isnumber "^3.0.3"
3855-
lodash.isplainobject "^4.0.6"
3856-
lodash.isstring "^4.0.1"
3857-
lodash.once "^4.0.0"
3851+
lodash "^4.17.21"
38583852
ms "^2.1.1"
3859-
semver "^5.6.0"
3853+
semver "^7.3.8"
38603854

38613855
jsprim@^1.2.2:
38623856
version "1.4.1"
@@ -4006,46 +4000,11 @@ locate-path@^5.0.0:
40064000
dependencies:
40074001
p-locate "^4.1.0"
40084002

4009-
lodash.includes@^4.3.0:
4010-
version "4.3.0"
4011-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
4012-
integrity sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==
4013-
4014-
lodash.isboolean@^3.0.3:
4015-
version "3.0.3"
4016-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
4017-
integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==
4018-
4019-
lodash.isinteger@^4.0.4:
4020-
version "4.0.4"
4021-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
4022-
integrity sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==
4023-
4024-
lodash.isnumber@^3.0.3:
4025-
version "3.0.3"
4026-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
4027-
integrity sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==
4028-
4029-
lodash.isplainobject@^4.0.6:
4030-
version "4.0.6"
4031-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
4032-
integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==
4033-
4034-
lodash.isstring@^4.0.1:
4035-
version "4.0.1"
4036-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
4037-
integrity sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==
4038-
40394003
lodash.merge@^4.6.2:
40404004
version "4.6.2"
40414005
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
40424006
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
40434007

4044-
lodash.once@^4.0.0:
4045-
version "4.1.1"
4046-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
4047-
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
4048-
40494008
lodash.sortby@^4.7.0:
40504009
version "4.7.0"
40514010
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -5155,7 +5114,7 @@ rechoir@^0.6.2:
51555114
dependencies:
51565115
resolve "^1.1.6"
51575116

5158-
recursive-readdir@^2.2.2, recursive-readdir@^2.2.3:
5117+
recursive-readdir@^2.2.3:
51595118
version "2.2.3"
51605119
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372"
51615120
integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
@@ -5486,7 +5445,7 @@ seek-bzip@^1.0.5:
54865445
dependencies:
54875446
commander "~2.8.1"
54885447

5489-
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
5448+
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0:
54905449
version "5.7.1"
54915450
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
54925451
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -5503,10 +5462,12 @@ semver@^7.2.1, semver@^7.3.5:
55035462
dependencies:
55045463
lru-cache "^6.0.0"
55055464

5506-
semver@^7.3.2:
5507-
version "7.3.2"
5508-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
5509-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
5465+
semver@^7.3.8, semver@^7.5.4:
5466+
version "7.5.4"
5467+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
5468+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
5469+
dependencies:
5470+
lru-cache "^6.0.0"
55105471

55115472
set-blocking@^2.0.0, set-blocking@~2.0.0:
55125473
version "2.0.0"

0 commit comments

Comments
 (0)