From 93c8f0994ab3c6996c0eab00e4777c7a2aaff2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 04:22:52 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-refresh in /landing Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.26 to 0.5.0. - [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.26...v0.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- landing/package-lock.json | 11 ++++++----- landing/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/landing/package-lock.json b/landing/package-lock.json index 14addd2..83f6a8e 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "landing", "version": "0.0.0", + "license": "MIT", "dependencies": { "marked": "^17.0.1", "react": "^19.2.0", @@ -20,7 +21,7 @@ "@vitejs/plugin-react": "^5.1.1", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.24", + "eslint-plugin-react-refresh": "^0.5.0", "gh-pages": "^6.3.0", "globals": "^16.5.0", "serve": "^14.2.5", @@ -2284,13 +2285,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-scope": { diff --git a/landing/package.json b/landing/package.json index 277927b..d7b54f0 100644 --- a/landing/package.json +++ b/landing/package.json @@ -34,7 +34,7 @@ "@vitejs/plugin-react": "^5.1.1", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.24", + "eslint-plugin-react-refresh": "^0.5.0", "gh-pages": "^6.3.0", "globals": "^16.5.0", "serve": "^14.2.5",