@continuoussecuritytooling/keycloak-reporter 1.1.6-2818 → 1.1.6-2824

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.
@@ -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
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-2818",
3
+ "version": "1.1.6-2824",
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",