Bump eslint-plugin-react from 7.21.5 to 7.22.0

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.5 to 7.22.0.
- [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.21.5...v7.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-31 04:17:20 +00:00 committed by GitHub
parent acdd1a2fba
commit 69b485b349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View file

@ -9108,9 +9108,9 @@
} }
}, },
"eslint-plugin-react": { "eslint-plugin-react": {
"version": "7.21.5", "version": "7.22.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz",
"integrity": "sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==", "integrity": "sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==",
"requires": { "requires": {
"array-includes": "^3.1.1", "array-includes": "^3.1.1",
"array.prototype.flatmap": "^1.2.3", "array.prototype.flatmap": "^1.2.3",
@ -18954,12 +18954,13 @@
} }
}, },
"side-channel": { "side-channel": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.3.tgz", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
"integrity": "sha512-A6+ByhlLkksFoUepsGxfj5x1gTSrs+OydsRptUxeNCabQpCFUvcwIczgOigI8vhY/OJCnPnyE9rGiwgvr9cS1g==", "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
"requires": { "requires": {
"es-abstract": "^1.18.0-next.0", "call-bind": "^1.0.0",
"object-inspect": "^1.8.0" "get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
} }
}, },
"signal-exit": { "signal-exit": {

View file

@ -56,7 +56,7 @@
"eslint": "^7.16.0", "eslint": "^7.16.0",
"eslint-loader": "^4.0.2", "eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5", "eslint-plugin-react": "^7.22.0",
"gatsby-plugin-eslint": "^2.0.8" "gatsby-plugin-eslint": "^2.0.8"
} }
} }