@continuoussecuritytooling/keycloak-reporter 1.2.0-3104 → 1.2.0-3113

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.
@@ -45,7 +45,7 @@ jobs:
45
45
  fetch-depth: 0
46
46
 
47
47
  - name: Set up Helm
48
- uses: azure/setup-helm@v4
48
+ uses: azure/setup-helm@v5
49
49
  with:
50
50
  version: v3.11.2
51
51
 
@@ -73,7 +73,7 @@ jobs:
73
73
  echo "BUILD_DATE=$BUILD_DATE" >> $GITHUB_ENV
74
74
 
75
75
  - name: Install Helm
76
- uses: azure/setup-helm@v4
76
+ uses: azure/setup-helm@v5
77
77
 
78
78
  - name: Install Python
79
79
  uses: actions/setup-python@v6
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:24.14.0-slim
1
+ FROM node:24.14.1-slim
2
2
 
3
3
  ARG BUILD_DATE
4
4
  ARG APP_VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.2.0-3104",
3
+ "version": "1.2.0-3113",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {