diff --git a/package-lock.json b/package-lock.json index 0fcd5af..65ca3cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10827,9 +10827,9 @@ } }, "eslint-plugin-react": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.0.tgz", - "integrity": "sha512-5rfsRiHKIAdhxv3NxrzE+dBC7BFsNhuErL+Fy940oD1cau55JVTnuL25sqXqD7XY0OkYCRsKEqxZVwezE5ol5w==", + "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==", "requires": { "array-includes": "^3.1.3", "array.prototype.flatmap": "^1.2.4", @@ -22196,15 +22196,6 @@ "has-symbols": "^1.0.1" } }, - "regexp.prototype.flags": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz", - "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, "string.prototype.trimend": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", diff --git a/package.json b/package.json index 2b82342..62d95e8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "7.22.0", "eslint-loader": "4.0.2", "eslint-plugin-import": "2.22.1", - "eslint-plugin-react": "7.23.0", + "eslint-plugin-react": "7.23.1", "gatsby-plugin-eslint": "2.0.8" } }