diff --git a/Applications/Spark.Web.STU3/app/package-lock.json b/Applications/Spark.Web.STU3/app/package-lock.json index f27c7d77b..3681d59ea 100644 --- a/Applications/Spark.Web.STU3/app/package-lock.json +++ b/Applications/Spark.Web.STU3/app/package-lock.json @@ -22,7 +22,7 @@ "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.3.0", "eslint-plugin-react-hooks": "^7.1.1", - "eslint-plugin-react-refresh": "^0.4.16", + "eslint-plugin-react-refresh": "^0.5.2", "globals": "^15.14.0", "tailwindcss": "^4.2.4", "typescript": "^6.0.3", @@ -3719,13 +3719,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.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz", + "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==", "dev": true, "license": "MIT", "peerDependencies": { - "eslint": ">=8.40" + "eslint": "^9 || ^10" } }, "node_modules/eslint-scope": { diff --git a/Applications/Spark.Web.STU3/app/package.json b/Applications/Spark.Web.STU3/app/package.json index 82e8c4dff..36a5c4580 100644 --- a/Applications/Spark.Web.STU3/app/package.json +++ b/Applications/Spark.Web.STU3/app/package.json @@ -24,7 +24,7 @@ "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.3.0", "eslint-plugin-react-hooks": "^7.1.1", - "eslint-plugin-react-refresh": "^0.4.16", + "eslint-plugin-react-refresh": "^0.5.2", "globals": "^15.14.0", "tailwindcss": "^4.2.4", "typescript": "^6.0.3",