From: Jérôme Benoit Date: Thu, 11 Aug 2022 21:08:15 +0000 (+0200) Subject: Apply dependencies update X-Git-Tag: v1.1.65~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d421f877629367252376d4c7b180f6d4f291ead1;hp=ada189a839743451d477d5b3bddc698f2634d799;p=e-mobility-charging-stations-simulator.git Apply dependencies update Signed-off-by: Jérôme Benoit --- diff --git a/package-lock.json b/package-lock.json index efff930d..bf64f52c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "prettier": "^2.7.1", "release-it": "^15.3.0", "robohydra": "^0.6.9", - "rollup": "^2.77.2", + "rollup": "^2.77.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", @@ -14550,9 +14550,9 @@ } }, "node_modules/rollup": { - "version": "2.77.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz", - "integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==", + "version": "2.77.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz", + "integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -29070,9 +29070,9 @@ } }, "rollup": { - "version": "2.77.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz", - "integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==", + "version": "2.77.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz", + "integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index e41e7316..bbf6531a 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "prettier": "^2.7.1", "release-it": "^15.3.0", "robohydra": "^0.6.9", - "rollup": "^2.77.2", + "rollup": "^2.77.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", diff --git a/src/charging-station/ChargingStationConfigurationUtils.ts b/src/charging-station/ChargingStationConfigurationUtils.ts index 8a046715..9a37190b 100644 --- a/src/charging-station/ChargingStationConfigurationUtils.ts +++ b/src/charging-station/ChargingStationConfigurationUtils.ts @@ -1,7 +1,7 @@ import { ConfigurationKey } from '../types/ChargingStationOcppConfiguration'; import { StandardParametersKey } from '../types/ocpp/Configuration'; import logger from '../utils/Logger'; -import ChargingStation from './ChargingStation'; +import type ChargingStation from './ChargingStation'; export class ChargingStationConfigurationUtils { private constructor() {