From 288df6c25fd6adc12036696d28d67371679cbea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 08:29:33 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.23.1 to 7.23.2 in /src/vscode-bicep Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.1 to 7.23.2. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2) Signed-off-by: dependabot[bot] --- src/vscode-bicep/package-lock.json | 17 ++++++++++------- src/vscode-bicep/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/vscode-bicep/package-lock.json b/src/vscode-bicep/package-lock.json index 518be3ab6a6..36ac42793b7 100644 --- a/src/vscode-bicep/package-lock.json +++ b/src/vscode-bicep/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-react": "^7.23.1", + "eslint-plugin-react": "^7.23.2", "fork-ts-checker-webpack-plugin": "^6.2.6", "jest": "^26.6.2", "jest-styled-components": "^7.0.4", @@ -4130,9 +4130,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz", - "integrity": "sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz", + "integrity": "sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==", "dev": true, "dependencies": { "array-includes": "^3.1.3", @@ -4150,6 +4150,9 @@ }, "engines": { "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7" } }, "node_modules/eslint-plugin-react/node_modules/doctrine": { @@ -14620,9 +14623,9 @@ } }, "eslint-plugin-react": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz", - "integrity": "sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz", + "integrity": "sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==", "dev": true, "requires": { "array-includes": "^3.1.3", diff --git a/src/vscode-bicep/package.json b/src/vscode-bicep/package.json index 442bd15bbda..9e05efbcebe 100644 --- a/src/vscode-bicep/package.json +++ b/src/vscode-bicep/package.json @@ -205,7 +205,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-react": "^7.23.1", + "eslint-plugin-react": "^7.23.2", "fork-ts-checker-webpack-plugin": "^6.2.6", "jest": "^26.6.2", "jest-styled-components": "^7.0.4",