From 958396bd0e525f739eeca52e89a2ca057bd2946c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:31:44 +0200 Subject: [PATCH] Build(deps-dev): Bump eslint-plugin-react in /catalog/ui (#2128) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.2 to 7.36.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- catalog/ui/package-lock.json | 8 ++++---- catalog/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 61a29b87..d15586b7 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -62,7 +62,7 @@ "css-minimizer-webpack-plugin": "^5.0.1", "dotenv-webpack": "^8.1.0", "eslint": "^8.57.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "file-loader": "^6.2.0", "history": "^5.3.0", "html-webpack-plugin": "^5.6.0", @@ -7818,9 +7818,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz", - "integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, "dependencies": { "array-includes": "^3.1.8", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index bdfcce85..4610ca8a 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -48,7 +48,7 @@ "css-minimizer-webpack-plugin": "^5.0.1", "dotenv-webpack": "^8.1.0", "eslint": "^8.57.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "file-loader": "^6.2.0", "history": "^5.3.0", "html-webpack-plugin": "^5.6.0",