diff --git a/package-lock.json b/package-lock.json index bc0cf45..a06040f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10687,17 +10687,16 @@ } }, "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==", - "license": "MIT", + "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==", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", "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", @@ -27214,7 +27213,7 @@ }, "packages/browserslist-config": { "name": "@theholocron/browserslist-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "browserslist": "^4.24.0" @@ -27222,7 +27221,7 @@ }, "packages/bundlewatch-config": { "name": "@theholocron/bundlewatch-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "bundlewatch": "^0.4.0" @@ -27230,7 +27229,7 @@ }, "packages/commitlint-config": { "name": "@theholocron/commitlint-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "@commitlint/cli": "^19.5.0", @@ -27239,14 +27238,14 @@ }, "packages/eslint-config": { "name": "@theholocron/eslint-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "@eslint/compat": "^1.2.1", "@eslint/js": "^9.13.0", "eslint": "^9.13.0", "eslint-plugin-cypress": "^4.0.0", - "eslint-plugin-react": "^7.37.1", + "eslint-plugin-react": "^7.37.2", "eslint-plugin-storybook": "^0.10.1", "globals": "^15.11.0", "typescript-eslint": "^8.11.0" @@ -27264,7 +27263,7 @@ }, "packages/jest-config": { "name": "@theholocron/jest-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "@testing-library/jest-dom": "^6.6.2", @@ -27278,7 +27277,7 @@ }, "packages/lint-staged-config": { "name": "@theholocron/lint-staged-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "alex": "^11.0.1", @@ -27290,7 +27289,7 @@ }, "packages/prettier-config": { "name": "@theholocron/prettier-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "prettier": "^3.3.3" @@ -27311,7 +27310,7 @@ }, "packages/storybook-config": { "name": "@theholocron/storybook-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "@chromatic-com/storybook": "^1.9.0", @@ -27370,7 +27369,7 @@ }, "packages/stylelint-config": { "name": "@theholocron/stylelint-config", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "stylelint": "^16.10.0", @@ -27380,7 +27379,7 @@ }, "packages/tsconfig": { "name": "@theholocron/tsconfig", - "version": "3.4.2", + "version": "3.4.4", "license": "GPL-3.0", "dependencies": { "tsc": "^2.0.4", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f8c796d..5603da9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -22,7 +22,7 @@ "@eslint/js": "^9.13.0", "eslint": "^9.13.0", "eslint-plugin-cypress": "^4.0.0", - "eslint-plugin-react": "^7.37.1", + "eslint-plugin-react": "^7.37.2", "eslint-plugin-storybook": "^0.10.1", "globals": "^15.11.0", "typescript-eslint": "^8.11.0"