Merge pull request #7172 from swagger-api/dependabot/npm_and_yarn/eslint-plugin-react-7.23.2

This commit is contained in:
dependabot[bot]
2021-04-13 09:33:33 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12727,9 +12727,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",

View File

@@ -130,7 +130,7 @@
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jest": "=24.1.8",
"eslint-plugin-mocha": "^8.0.8",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react": "^7.23.2",
"esm": "=3.2.25",
"expect": "^1.20.2",
"express": "^4.17.1",