From 48060269f1c86b47db84f029199f4e76bd888640 Mon Sep 17 00:00:00 2001 From: Jorge Miguel Lobo Escalona Date: Mon, 29 Jul 2024 17:03:24 +0200 Subject: [PATCH] M #~: updated eslint package (#3176) --- src/fireedge/package-lock.json | 14 +++++++------- src/fireedge/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/fireedge/package-lock.json b/src/fireedge/package-lock.json index 7a617c984c..416f231a15 100644 --- a/src/fireedge/package-lock.json +++ b/src/fireedge/package-lock.json @@ -128,7 +128,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "0.5.1", "cross-env": "7.0.2", "eslint": "7.32.0", - "eslint-config-opennebula": "2.0.2", + "eslint-config-opennebula": "2.0.3", "eslint-import-resolver-alias": "1.1.2", "eslint-import-resolver-webpack": "0.13.0", "opennebula-generatepotfile": "1.0.0", @@ -6562,9 +6562,9 @@ } }, "node_modules/eslint-config-opennebula": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.2.tgz", - "integrity": "sha512-+pimV6sET8qhhujNztgDlnCEFt6QR6ONguOO7GijV8PkHEm62UGx6lv/sxJdyl1U38vFb4VO/4rrrff3fRFLUw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.3.tgz", + "integrity": "sha512-GU4RyiSQWA+zZLEVDW81MXYc2V+m6gmikPTDC8/WNrSfnEcnazxjCjSSoqQSaa0G3/X9Z27Tbp0aCfY//Ruv7A==", "dev": true, "dependencies": { "@babel/core": "7.15.8", @@ -19574,9 +19574,9 @@ } }, "eslint-config-opennebula": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.2.tgz", - "integrity": "sha512-+pimV6sET8qhhujNztgDlnCEFt6QR6ONguOO7GijV8PkHEm62UGx6lv/sxJdyl1U38vFb4VO/4rrrff3fRFLUw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.3.tgz", + "integrity": "sha512-GU4RyiSQWA+zZLEVDW81MXYc2V+m6gmikPTDC8/WNrSfnEcnazxjCjSSoqQSaa0G3/X9Z27Tbp0aCfY//Ruv7A==", "dev": true, "requires": { "@babel/core": "7.15.8", diff --git a/src/fireedge/package.json b/src/fireedge/package.json index e18cf67b0a..3c0940591c 100644 --- a/src/fireedge/package.json +++ b/src/fireedge/package.json @@ -33,7 +33,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "0.5.1", "cross-env": "7.0.2", "eslint": "7.32.0", - "eslint-config-opennebula": "2.0.2", + "eslint-config-opennebula": "2.0.3", "eslint-import-resolver-alias": "1.1.2", "eslint-import-resolver-webpack": "0.13.0", "opennebula-generatepotfile": "1.0.0",