@continuoussecuritytooling/keycloak-reporter 1.1.6-2815 → 1.1.6-2821

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.
@@ -55,7 +55,7 @@ jobs:
55
55
  check-latest: true
56
56
 
57
57
  - name: Helm Chart Testing
58
- uses: helm/chart-testing-action@v2.7.0
58
+ uses: helm/chart-testing-action@v2.8.0
59
59
  with:
60
60
  version: v3.10.0
61
61
  yamale_version: '6.0.0'
@@ -172,7 +172,7 @@ jobs:
172
172
  - uses: actions/setup-node@v6
173
173
  with:
174
174
  # renovate: datasource=docker depName=node
175
- node-version: '22'
175
+ node-version: '24'
176
176
  - name: 'Build Package'
177
177
  run: |
178
178
  npm run clean
@@ -47,7 +47,7 @@ jobs:
47
47
  - name: Setup NodeJS
48
48
  uses: actions/setup-node@v6
49
49
  with:
50
- node-version: '22'
50
+ node-version: '24'
51
51
  registry-url: 'https://registry.npmjs.org'
52
52
 
53
53
  - name: Setup Java
@@ -81,7 +81,7 @@ jobs:
81
81
  python-version: '3.14'
82
82
  check-latest: true
83
83
  - name: Set up chart-testing
84
- uses: helm/chart-testing-action@v2.7.0
84
+ uses: helm/chart-testing-action@v2.8.0
85
85
  with:
86
86
  version: v3.10.0
87
87
  yamale_version: '6.0.0'
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:22.21.1-slim
1
+ FROM node:24.11.0-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.1.6-2815",
3
+ "version": "1.1.6-2821",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@octokit/rest": "^22.0.0",
50
50
  "@types/jest": "^30.0.0",
51
- "@types/node": "^22.0.0",
51
+ "@types/node": "^24.0.0",
52
52
  "@types/yargs": "^17.0.24",
53
53
  "@typescript-eslint/eslint-plugin": "^8.0.0",
54
54
  "@typescript-eslint/parser": "^8.0.0",