diff --git a/.nvmrc b/.nvmrc index e8416a151..f3c88209a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v24.13.0 +v24.15.0 diff --git a/Dockerfile b/Dockerfile index 1050434ce..44ca28d8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.13.0-alpine3.23 +FROM node:24.15.0-alpine3.23 ARG TARGETPLATFORM RUN apk --update add --no-cache \ bash \ diff --git a/package.json b/package.json index 8f3696b05..659aeeea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "1.1.3", + "version": "1.1.4", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true, @@ -45,7 +45,8 @@ "tough-cookie": "^4.1.3", "openid-client": "^4.9.0", "**/request/form-data": "^2.5.5", - "**/request/qs": "6.14.2" + "**/request/qs": "6.14.2", + "**/swagger-client/cookie": "0.7.2" }, "dependencies": { "@codefresh-io/docker-reference": "^0.0.5", diff --git a/yarn.lock b/yarn.lock index dd8d33499..598833a6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2715,10 +2715,10 @@ convert-source-map@^2.0.0: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== -cookie@~0.4.1: - version "0.4.2" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" - integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== +cookie@0.7.2, cookie@~0.4.1: + version "0.7.2" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7" + integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== copy-dir@^0.3.0: version "0.3.0"