@codefresh-io/kube-integration 1.33.4 → 1.33.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v22.12.0
1
+ v22.21.0
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM --platform=$BUILDPLATFORM node:22.16.0-alpine3.22
1
+ FROM --platform=$BUILDPLATFORM node:22.21.1-alpine3.23
2
2
 
3
3
  ARG TARGETPLATFORM
4
4
  ARG TARGETARCH
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.33.4",
2
+ "version": "1.33.5",
3
3
  "name": "@codefresh-io/kube-integration",
4
4
  "main": "index.js",
5
5
  "description": "",
package/service.yaml CHANGED
@@ -1,2 +1,2 @@
1
- version: 1.33.4
1
+ version: 1.33.5
2
2