diff --git a/package-lock.json b/package-lock.json index e93e6cdc..8a0d7bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "8.57.1", "eslint-config-scratch": "9.0.9", "eslint-plugin-import": "2.31.0", - "eslint-plugin-react": "7.37.1", + "eslint-plugin-react": "7.37.2", "format-message-cli": "6.2.4", "format-message-parse": "6.2.4", "glob": "7.2.3", @@ -7315,9 +7315,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", - "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==", + "version": "7.37.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz", + "integrity": "sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==", "dev": true, "license": "MIT", "dependencies": { @@ -7326,7 +7326,7 @@ "array.prototype.flatmap": "^1.3.2", "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.0.19", + "es-iterator-helpers": "^1.1.0", "estraverse": "^5.3.0", "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0", diff --git a/package.json b/package.json index 71783b8c..b962643b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint": "8.57.1", "eslint-config-scratch": "9.0.9", "eslint-plugin-import": "2.31.0", - "eslint-plugin-react": "7.37.1", + "eslint-plugin-react": "7.37.2", "format-message-cli": "6.2.4", "format-message-parse": "6.2.4", "glob": "7.2.3",