From 7c67a483d396d0a025b6157fd4d08c0bf7969a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:27:08 +0100 Subject: [PATCH] Bump eslint-plugin-react from 7.36.1 to 7.37.1 in /website (#284) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.36.1 to 7.37.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.37.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 6b3345fc..b38859f3 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -22,7 +22,7 @@ "@docusaurus/module-type-aliases": "^3.5.2", "@docusaurus/types": "^3.5.2", "eslint": "^9.11.1", - "eslint-plugin-react": "^7.36.1", + "eslint-plugin-react": "^7.37.1", "prettier": "^3.3.3" }, "engines": { @@ -6450,9 +6450,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.36.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", - "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", + "version": "7.37.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", + "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==", "dev": true, "dependencies": { "array-includes": "^3.1.8", diff --git a/website/package.json b/website/package.json index 8064e4aa..c0808b80 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "@docusaurus/module-type-aliases": "^3.5.2", "@docusaurus/types": "^3.5.2", "eslint": "^9.11.1", - "eslint-plugin-react": "^7.36.1", + "eslint-plugin-react": "^7.37.1", "prettier": "^3.3.3" }, "browserslist": {