diff --git a/package-lock.json b/package-lock.json index c6f60030b5..b645e07132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "eslint-mdx": "^3.0.0", "eslint-plugin-astro": "^1.3.1", "eslint-plugin-mdx": "^3.1.5", - "eslint-plugin-react": "^7.37.3", + "eslint-plugin-react": "^7.37.4", "hast-util-from-html": "^2.0.3", "hast-util-to-html": "^9.0.4", "hast-util-to-string": "^3.0.1", @@ -9410,10 +9410,11 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz", - "integrity": "sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==", + "version": "7.37.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz", + "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==", "dev": true, + "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", diff --git a/package.json b/package.json index 2deb0fa2c5..fd2fab4851 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-mdx": "^3.0.0", "eslint-plugin-astro": "^1.3.1", "eslint-plugin-mdx": "^3.1.5", - "eslint-plugin-react": "^7.37.3", + "eslint-plugin-react": "^7.37.4", "hast-util-from-html": "^2.0.3", "hast-util-to-html": "^9.0.4", "hast-util-to-string": "^3.0.1",