From 37d55a826659e9d54bbbba9e0ee67295414c13c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:55:27 -0400 Subject: [PATCH] Bump eslint-plugin-react-refresh from 0.4.3 to 0.4.4 in /ui/ui-app (#66) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/ui-app/package-lock.json | 14 +++++++------- ui/ui-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index d2a00f9..221827c 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -39,7 +39,7 @@ "@vitejs/plugin-react-swc": "3.4.0", "eslint": "8.52.0", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-react-refresh": "0.4.3", + "eslint-plugin-react-refresh": "0.4.4", "rimraf": "5.0.5", "typescript": "5.2.2", "vite": "4.4.11", @@ -1734,9 +1734,9 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.3.tgz", - "integrity": "sha512-Hh0wv8bUNY877+sI0BlCUlsS0TYYQqvzEwJsJJPM2WF4RnTStSnSR3zdJYa2nPOJgg3UghXi54lVyMSmpCalzA==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.4.tgz", + "integrity": "sha512-eD83+65e8YPVg6603Om2iCIwcQJf/y7++MWm4tACtEswFLYMwxwVWAfwN+e19f5Ad/FOyyNg9Dfi5lXhH3Y3rA==", "dev": true, "peerDependencies": { "eslint": ">=7" @@ -4593,9 +4593,9 @@ "requires": {} }, "eslint-plugin-react-refresh": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.3.tgz", - "integrity": "sha512-Hh0wv8bUNY877+sI0BlCUlsS0TYYQqvzEwJsJJPM2WF4RnTStSnSR3zdJYa2nPOJgg3UghXi54lVyMSmpCalzA==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.4.tgz", + "integrity": "sha512-eD83+65e8YPVg6603Om2iCIwcQJf/y7++MWm4tACtEswFLYMwxwVWAfwN+e19f5Ad/FOyyNg9Dfi5lXhH3Y3rA==", "dev": true, "requires": {} }, diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 6b62b6b..94fd755 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-react-swc": "3.4.0", "eslint": "8.52.0", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-react-refresh": "0.4.3", + "eslint-plugin-react-refresh": "0.4.4", "rimraf": "5.0.5", "typescript": "5.2.2", "vite": "4.4.11",