From 4ec45eb86e9815da2d237b3c54096927a04fd5f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:32:09 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#2043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 6 +++--- pnpm-lock.yaml | 2 +- ui/cli/package.json | 4 ++-- ui/common/package.json | 4 ++-- ui/web/package.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d502c4ad..0aa81578 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "24.18.0", - "pnpm": "11.15.0" + "pnpm": "11.15.1" }, - "packageManager": "pnpm@11.15.0", + "packageManager": "pnpm@11.15.1", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -114,7 +114,7 @@ "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^9.39.5", - "eslint-plugin-jsdoc": "^63.1.0", + "eslint-plugin-jsdoc": "^63.2.0", "eslint-plugin-perfectionist": "^5.10.0", "eslint-plugin-vue": "^10.9.2", "husky": "^9.1.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30ef809f..1b27f802 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,7 +115,7 @@ importers: specifier: ^9.39.5 version: 9.39.5(jiti@2.6.1)(supports-color@7.2.0) eslint-plugin-jsdoc: - specifier: ^63.1.0 + specifier: ^63.2.0 version: 63.2.0(eslint@9.39.5(jiti@2.6.1)(supports-color@7.2.0))(supports-color@7.2.0) eslint-plugin-perfectionist: specifier: ^5.10.0 diff --git a/ui/cli/package.json b/ui/cli/package.json index d53e58b7..1406f395 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "24.18.0", - "pnpm": "11.15.0" + "pnpm": "11.15.1" }, - "packageManager": "pnpm@11.15.0", + "packageManager": "pnpm@11.15.1", "type": "module", "bin": { "evse-cli": "./dist/cli.js" diff --git a/ui/common/package.json b/ui/common/package.json index 21d8a616..ed8f6016 100644 --- a/ui/common/package.json +++ b/ui/common/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "24.18.0", - "pnpm": "11.15.0" + "pnpm": "11.15.1" }, - "packageManager": "pnpm@11.15.0", + "packageManager": "pnpm@11.15.1", "type": "module", "exports": "./src/index.ts", "scripts": { diff --git a/ui/web/package.json b/ui/web/package.json index 785515a4..e98ee16b 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -9,9 +9,9 @@ }, "volta": { "node": "24.18.0", - "pnpm": "11.15.0" + "pnpm": "11.15.1" }, - "packageManager": "pnpm@11.15.0", + "packageManager": "pnpm@11.15.1", "type": "module", "scripts": { "build": "vite build", -- 2.53.0