From 529ee8cc81393d58556429bafdb4d7cfadff6725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:03:59 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react-refresh from 0.4.26 to 0.5.0 (#702) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/package.json | 2 +- lib/package.json | 2 +- package-lock.json | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/package.json b/app/package.json index 64c82776..cf28739d 100644 --- a/app/package.json +++ b/app/package.json @@ -42,7 +42,7 @@ "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.26", + "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-security": "^3.0.1", "globals": "^17.3.0", "postcss": "^8.4.30", diff --git a/lib/package.json b/lib/package.json index 1dd04f11..c5b6a9fc 100644 --- a/lib/package.json +++ b/lib/package.json @@ -71,7 +71,7 @@ "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.26", + "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-security": "^3.0.1", "globals": "^17.3.0", "happy-dom": "^20.5.0", diff --git a/package-lock.json b/package-lock.json index 5cd0b6ce..1f61ba53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.26", + "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-security": "^3.0.1", "globals": "^17.3.0", "postcss": "^8.4.30", @@ -192,7 +192,7 @@ "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.26", + "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-security": "^3.0.1", "globals": "^17.3.0", "happy-dom": "^20.5.0", @@ -7945,13 +7945,13 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.26", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz", - "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.0.tgz", + "integrity": "sha512-ZYvmh7VfVgqR/7wR71I3Zl6hK/C5CcxdWYKZSpHawS5JCNgE4efhQWg/+/WPpgGAp9Ngp/rRZYyaIwmPQBq/lA==", "dev": true, "license": "MIT", "peerDependencies": { - "eslint": ">=8.40" + "eslint": ">=9" } }, "node_modules/eslint-plugin-react/node_modules/doctrine": {