diff --git a/package.json b/package.json index 6a19f26..6483876 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@keycloak/keycloak-admin-client": "^26.3.4", "@types/http-proxy": "^1.17.16", - "@types/node": "^24.3.3", + "@types/node": "^24.4.0", "http-proxy": "^1.18.1", "typescript": "^5.9.2", "vite": "^7.1.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c654cac..e348460 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: ^1.17.16 version: 1.17.16 '@types/node': - specifier: ^24.3.3 - version: 24.3.3 + specifier: ^24.4.0 + version: 24.4.0 http-proxy: specifier: ^1.18.1 version: 1.18.1 @@ -29,7 +29,7 @@ importers: version: 5.9.2 vite: specifier: ^7.1.5 - version: 7.1.5(@types/node@24.3.3) + version: 7.1.5(@types/node@24.4.0) packages: @@ -293,8 +293,8 @@ packages: '@types/http-proxy@1.17.16': resolution: {integrity: sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==} - '@types/node@24.3.3': - resolution: {integrity: sha512-GKBNHjoNw3Kra1Qg5UXttsY5kiWMEfoHq2TmXb+b1rcm6N7B3wTrFYIf/oSZ1xNQ+hVVijgLkiDZh7jRRsh+Gw==} + '@types/node@24.4.0': + resolution: {integrity: sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==} camelize-ts@3.0.0: resolution: {integrity: sha512-cgRwKKavoDKLTjO4FQTs3dRBePZp/2Y9Xpud0FhuCOTE86M2cniKN4CCXgRnsyXNMmQMifVHcv6SPaMtTx6ofQ==} @@ -375,8 +375,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - undici-types@7.10.0: - resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} + undici-types@7.11.0: + resolution: {integrity: sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==} url-join@5.0.0: resolution: {integrity: sha512-n2huDr9h9yzd6exQVnH/jU5mr+Pfx08LRXXZhkLLetAMESRj+anQsTAh940iMrIetKAmry9coFuZQ2jY8/p3WA==} @@ -573,11 +573,11 @@ snapshots: '@types/http-proxy@1.17.16': dependencies: - '@types/node': 24.3.3 + '@types/node': 24.4.0 - '@types/node@24.3.3': + '@types/node@24.4.0': dependencies: - undici-types: 7.10.0 + undici-types: 7.11.0 camelize-ts@3.0.0: {} @@ -679,13 +679,13 @@ snapshots: typescript@5.9.2: {} - undici-types@7.10.0: {} + undici-types@7.11.0: {} url-join@5.0.0: {} url-template@3.1.1: {} - vite@7.1.5(@types/node@24.3.3): + vite@7.1.5(@types/node@24.4.0): dependencies: esbuild: 0.25.5 fdir: 6.5.0(picomatch@4.0.3) @@ -694,5 +694,5 @@ snapshots: rollup: 4.44.1 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.4.0 fsevents: 2.3.3