git.fiddlerwoaroof.com
Browse code

chore: bump eslint-plugin-react from 7.26.1 to 7.27.1

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.1 to 7.27.1.
- [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.26.1...v7.27.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] authored on 22/11/2021 08:01:55
Showing 1 changed files
... ...
@@ -5478,25 +5478,25 @@
5478 5478
       }
5479 5479
     },
5480 5480
     "eslint-plugin-react": {
5481
-      "version": "7.26.1",
5482
-      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz",
5483
-      "integrity": "sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==",
5481
+      "version": "7.27.1",
5482
+      "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz",
5483
+      "integrity": "sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==",
5484 5484
       "dev": true,
5485 5485
       "requires": {
5486
-        "array-includes": "^3.1.3",
5487
-        "array.prototype.flatmap": "^1.2.4",
5486
+        "array-includes": "^3.1.4",
5487
+        "array.prototype.flatmap": "^1.2.5",
5488 5488
         "doctrine": "^2.1.0",
5489
-        "estraverse": "^5.2.0",
5489
+        "estraverse": "^5.3.0",
5490 5490
         "jsx-ast-utils": "^2.4.1 || ^3.0.0",
5491 5491
         "minimatch": "^3.0.4",
5492
-        "object.entries": "^1.1.4",
5493
-        "object.fromentries": "^2.0.4",
5494
-        "object.hasown": "^1.0.0",
5495
-        "object.values": "^1.1.4",
5492
+        "object.entries": "^1.1.5",
5493
+        "object.fromentries": "^2.0.5",
5494
+        "object.hasown": "^1.1.0",
5495
+        "object.values": "^1.1.5",
5496 5496
         "prop-types": "^15.7.2",
5497 5497
         "resolve": "^2.0.0-next.3",
5498 5498
         "semver": "^6.3.0",
5499
-        "string.prototype.matchall": "^4.0.5"
5499
+        "string.prototype.matchall": "^4.0.6"
5500 5500
       },
5501 5501
       "dependencies": {
5502 5502
         "estraverse": {