From: Jérôme Benoit Date: Wed, 20 Nov 2024 13:17:20 +0000 (+0100) Subject: chore: bump volta pnpm version X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3b49a652daa6c84548908f50b8912b59b217e8f1;p=e-mobility-charging-stations-simulator.git chore: bump volta pnpm version Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index 0d9222d2..613c5df7 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "22.11.0", - "pnpm": "9.13.2" + "pnpm": "9.14.2" }, - "packageManager": "pnpm@9.13.2", + "packageManager": "pnpm@9.14.2", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" diff --git a/src/charging-station/ocpp/OCPPServiceUtils.ts b/src/charging-station/ocpp/OCPPServiceUtils.ts index c3e0047d..21976c8d 100644 --- a/src/charging-station/ocpp/OCPPServiceUtils.ts +++ b/src/charging-station/ocpp/OCPPServiceUtils.ts @@ -1303,8 +1303,8 @@ export class OCPPServiceUtils { public static readonly isIdTagAuthorized = isIdTagAuthorized public static readonly restoreConnectorStatus = restoreConnectorStatus public static readonly sendAndSetConnectorStatus = sendAndSetConnectorStatus - protected static buildSampledValue = buildSampledValue + protected static buildSampledValue = buildSampledValue protected static getSampledValueTemplate = getSampledValueTemplate protected constructor () { diff --git a/ui/web/package.json b/ui/web/package.json index cae83074..19e12414 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -9,9 +9,9 @@ }, "volta": { "node": "22.11.0", - "pnpm": "9.13.2" + "pnpm": "9.14.2" }, - "packageManager": "pnpm@9.13.2", + "packageManager": "pnpm@9.14.2", "type": "module", "scripts": { "build": "vite build",