Apply dependencies update
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 11 Aug 2022 21:08:15 +0000 (23:08 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 11 Aug 2022 21:08:15 +0000 (23:08 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package-lock.json
package.json
src/charging-station/ChargingStationConfigurationUtils.ts

index efff930d05c547e7270c365b0a4dd47eb1833e4e..bf64f52cb71712381b8d783253ce351f58d063d6 100644 (file)
@@ -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",
       }
     },
     "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"
       }
     },
     "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"
index e41e7316727bfaf5fc55de5e58d9e8e94279aa48..bbf6531a6a7484d08df89074d10ac82eab57236c 100644 (file)
     "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",
index 8a046715393a2e9565714aad7f4f2d6eefba74c5..9a37190be0c7ab5366072ffc4996fd4a5699e240 100644 (file)
@@ -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() {