From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:44:24 +0000 (+0200) Subject: fix(deps): update all non-major dependencies (#1869) X-Git-Tag: cli@v4.8.0~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2de4de3b6ba9ac729aaec7fe22514d175ea8be92;p=e-mobility-charging-stations-simulator.git fix(deps): update all non-major dependencies (#1869) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/package.json b/package.json index f81517de..3bb45276 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "24.16.0", - "pnpm": "11.2.2" + "pnpm": "11.3.0" }, - "packageManager": "pnpm@11.2.2", + "packageManager": "pnpm@11.3.0", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -82,7 +82,7 @@ "ajv-formats": "^3.0.1", "basic-ftp": "^6.0.1", "chalk": "^5.6.2", - "date-fns": "^4.2.1", + "date-fns": "^4.3.0", "http-status-codes": "^2.3.0", "logform": "^2.7.0", "mnemonist": "0.40.4", @@ -91,7 +91,7 @@ "tar": "^7.5.15", "winston": "^3.19.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.20.1", + "ws": "^8.21.0", "zod": "^4.4.3" }, "optionalDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97c1b9c5..08a5d7bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: ^5.6.2 version: 5.6.2 date-fns: - specifier: ^4.2.1 - version: 4.2.1 + specifier: ^4.3.0 + version: 4.3.0 http-status-codes: specifier: ^2.3.0 version: 2.3.0 @@ -66,8 +66,8 @@ importers: specifier: ^5.0.0 version: 5.0.0(winston@3.19.0) ws: - specifier: ^8.20.1 - version: 8.20.1(bufferutil@4.1.0)(utf-8-validate@6.0.6) + specifier: ^8.21.0 + version: 8.21.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) zod: specifier: ^4.4.3 version: 4.4.3 @@ -182,8 +182,8 @@ importers: specifier: workspace:* version: link:../common ws: - specifier: ^8.20.1 - version: 8.20.1(bufferutil@4.1.0)(utf-8-validate@6.0.6) + specifier: ^8.21.0 + version: 8.21.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) devDependencies: '@types/ws': specifier: ^8.18.1 @@ -2315,8 +2315,8 @@ packages: dataloader@2.2.3: resolution: {integrity: sha512-y2krtASINtPFS1rSDjacrFgn1dcUuoREVabwlOGOe4SdxenREqwjwjElAdwvbGM7kgZz9a3KVicWR7vcz8rnzA==} - date-fns@4.2.1: - resolution: {integrity: sha512-37RhSdxaG1suen6VDCza6rNrQfooyQh57HFVPwQGEq2QWliVLzPQZ8Oa017weOu+HZCnzI7N3Pf/wyoBKfEqrA==} + date-fns@4.3.0: + resolution: {integrity: sha512-OYcL+3N/jyWbYdFGqoMAhytDgxP9pbYPUUiRCOgn4Fewaadk9l/Wam4Avciiyp2BgkpfQyBV9B+ehnVJych+eQ==} debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} @@ -4931,6 +4931,18 @@ packages: utf-8-validate: optional: true + ws@8.21.0: + resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + xdg-basedir@5.1.0: resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==} engines: {node: '>=12'} @@ -7239,7 +7251,7 @@ snapshots: dataloader@2.2.3: {} - date-fns@4.2.1: {} + date-fns@4.3.0: {} debug@2.6.9: dependencies: @@ -10065,6 +10077,11 @@ snapshots: bufferutil: 4.1.0 utf-8-validate: 6.0.6 + ws@8.21.0(bufferutil@4.1.0)(utf-8-validate@6.0.6): + optionalDependencies: + bufferutil: 4.1.0 + utf-8-validate: 6.0.6 + xdg-basedir@5.1.0: {} xml-name-validator@4.0.0: {} diff --git a/ui/cli/package.json b/ui/cli/package.json index 720b9c41..2bc8b08e 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "24.16.0", - "pnpm": "11.2.2" + "pnpm": "11.3.0" }, - "packageManager": "pnpm@11.2.2", + "packageManager": "pnpm@11.3.0", "type": "module", "bin": { "evse-cli": "./dist/cli.js" @@ -34,7 +34,7 @@ "commander": "^14.0.3", "ora": "^9.4.0", "ui-common": "workspace:*", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "@types/ws": "^8.18.1", diff --git a/ui/common/package.json b/ui/common/package.json index 63adabb7..3f299a47 100644 --- a/ui/common/package.json +++ b/ui/common/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "24.16.0", - "pnpm": "11.2.2" + "pnpm": "11.3.0" }, - "packageManager": "pnpm@11.2.2", + "packageManager": "pnpm@11.3.0", "type": "module", "exports": "./src/index.ts", "scripts": { diff --git a/ui/web/package.json b/ui/web/package.json index f706e50a..9b669491 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -9,9 +9,9 @@ }, "volta": { "node": "24.16.0", - "pnpm": "11.2.2" + "pnpm": "11.3.0" }, - "packageManager": "pnpm@11.2.2", + "packageManager": "pnpm@11.3.0", "type": "module", "scripts": { "build": "vite build",