From 2dfff2d38f67ee09503db266087c59b620c77b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:59:30 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react in /small-angle-demo Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.0 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.0...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] --- small-angle-demo/package-lock.json | 14 +++++++------- small-angle-demo/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/small-angle-demo/package-lock.json b/small-angle-demo/package-lock.json index 2e8e49ba4c..f798ed89cf 100644 --- a/small-angle-demo/package-lock.json +++ b/small-angle-demo/package-lock.json @@ -25,7 +25,7 @@ "@babel/preset-react": "^7.0.0", "babel-loader": "^9.0.1", "eslint": "^8.0.1", - "eslint-plugin-react": "~7.35.0", + "eslint-plugin-react": "~7.36.1", "webpack": "^5.4.0", "webpack-cli": "^5.0.0", "webpack-dev-server": "^5.0.0" @@ -4970,9 +4970,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", - "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", + "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", @@ -15400,9 +15400,9 @@ } }, "eslint-plugin-react": { - "version": "7.35.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", - "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", + "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, "requires": { "array-includes": "^3.1.8", diff --git a/small-angle-demo/package.json b/small-angle-demo/package.json index e935eebc6d..094e5e45ee 100644 --- a/small-angle-demo/package.json +++ b/small-angle-demo/package.json @@ -41,7 +41,7 @@ "@babel/eslint-parser": "^7.15.8", "babel-loader": "^9.0.1", "eslint": "^8.0.1", - "eslint-plugin-react": "~7.35.0", + "eslint-plugin-react": "~7.36.1", "webpack": "^5.4.0", "webpack-cli": "^5.0.0", "webpack-dev-server": "^5.0.0"