diff --git a/package-lock.json b/package-lock.json index bc0996a..2a5ad8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint": "^8.57.0", "eslint-config-love": "^47.0.0", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-react-refresh": "^0.4.7", + "eslint-plugin-react-refresh": "^0.4.12", "postcss": "^8.4.38", "postcss-cli": "^11.0.0", "react-syntax-highlighter": "^15.5.0", @@ -6983,9 +6983,9 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.7.tgz", - "integrity": "sha512-yrj+KInFmwuQS2UQcg1SF83ha1tuHC1jMQbRNyuWtlEzzKRDgAl7L4Yp4NlDUZTZNlWvHEzOtJhMi40R7JxcSw==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.12.tgz", + "integrity": "sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg==", "dev": true, "peerDependencies": { "eslint": ">=7" diff --git a/package.json b/package.json index 8763fd8..a7438a7 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint": "^8.57.0", "eslint-config-love": "^47.0.0", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-react-refresh": "^0.4.7", + "eslint-plugin-react-refresh": "^0.4.12", "postcss": "^8.4.38", "postcss-cli": "^11.0.0", "react-syntax-highlighter": "^15.5.0",