From 922c43c944a4b2a3eece9c45950a19f54936ef0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:40:09 +0000 Subject: [PATCH] Bump eslint-plugin-react-refresh from 0.4.8 to 0.4.9 in /internal-ui Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.8...v0.4.9) --- updated-dependencies: - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- internal-ui/package-lock.json | 8 ++++---- internal-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/internal-ui/package-lock.json b/internal-ui/package-lock.json index 5bd30b1b8..b74de1e06 100644 --- a/internal-ui/package-lock.json +++ b/internal-ui/package-lock.json @@ -19,7 +19,7 @@ "@vitejs/plugin-react": "4.3.1", "eslint": "8.57.0", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-react-refresh": "0.4.8", + "eslint-plugin-react-refresh": "0.4.9", "prettier": "3.3.3", "react-daisyui": "5.0.0", "typescript": "5.5.3", @@ -2501,9 +2501,9 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.8.tgz", - "integrity": "sha512-MIKAclwaDFIiYtVBLzDdm16E+Ty4GwhB6wZlCAG1R3Ur+F9Qbo6PRxpA5DK7XtDgm+WlCoAY2WxAwqhmIDHg6Q==", + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.9.tgz", + "integrity": "sha512-QK49YrBAo5CLNLseZ7sZgvgTy21E6NEw22eZqc4teZfH8pxV3yXc9XXOYfUI6JNpw7mfHNkAeWtBxrTyykB6HA==", "dev": true, "peerDependencies": { "eslint": ">=7" diff --git a/internal-ui/package.json b/internal-ui/package.json index bf42dd43c..8d2302e54 100644 --- a/internal-ui/package.json +++ b/internal-ui/package.json @@ -33,7 +33,7 @@ "@vitejs/plugin-react": "4.3.1", "eslint": "8.57.0", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-react-refresh": "0.4.8", + "eslint-plugin-react-refresh": "0.4.9", "prettier": "3.3.3", "react-daisyui": "5.0.0", "typescript": "5.5.3",