From 1bff0db9aa45a8efeba793f839fb2358da9114c3 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 16 Jan 2023 21:37:00 +0000 Subject: build(deps-dev): bump eslint-plugin-react in /vnext Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.0 to 7.32.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.32.0...v7.32.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vnext/package-lock.json | 14 +++++++------- vnext/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'vnext') diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 3913bea8..f2d11d3a 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.32.0", + "eslint-plugin-react": "^7.32.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^5.9.1", "jest": "^29.3.1", @@ -6298,9 +6298,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz", - "integrity": "sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==", + "version": "7.32.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz", + "integrity": "sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==", "dev": true, "dependencies": { "array-includes": "^3.1.6", @@ -21803,9 +21803,9 @@ "requires": {} }, "eslint-plugin-react": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz", - "integrity": "sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==", + "version": "7.32.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz", + "integrity": "sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==", "dev": true, "requires": { "array-includes": "^3.1.6", diff --git a/vnext/package.json b/vnext/package.json index fda3c5d2..cf867920 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -33,7 +33,7 @@ "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.32.0", + "eslint-plugin-react": "^7.32.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^5.9.1", "jest": "^29.3.1", -- cgit v1.2.3