Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-10 04:02:26 +0300
committerGitHub <noreply@github.com>2022-09-10 04:02:26 +0300
commitd9898e9a07445548e561d32ae4210972bb2e49c1 (patch)
tree6a395a9a199d3e5ad58a2019439986018e4d0853
parent59693f5f4dc5dce143811748419b9b23f05f0320 (diff)
Bump eslint-plugin-react from 7.31.2 to 7.31.8
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.2 to 7.31.8. - [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.31.2...v7.31.8) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index e5cccc4c..7660deff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.18.0",
"clean-webpack-plugin": "^4.0.0",
- "eslint-plugin-react": "^7.31.2",
+ "eslint-plugin-react": "^7.31.8",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2"
@@ -5735,9 +5735,9 @@
}
},
"node_modules/eslint-plugin-react": {
- "version": "7.31.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.2.tgz",
- "integrity": "sha512-l8uMqMohh0YnM4bhUThmEgSx7sr7xTMPRRAHD0CBNRZvtwJ9/LVVML6LfoYzSFQgJYW/ZkjLTyYvNOAo8oKRNw==",
+ "version": "7.31.8",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz",
+ "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==",
"dev": true,
"dependencies": {
"array-includes": "^3.1.5",
@@ -17503,9 +17503,9 @@
"requires": {}
},
"eslint-plugin-react": {
- "version": "7.31.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.2.tgz",
- "integrity": "sha512-l8uMqMohh0YnM4bhUThmEgSx7sr7xTMPRRAHD0CBNRZvtwJ9/LVVML6LfoYzSFQgJYW/ZkjLTyYvNOAo8oKRNw==",
+ "version": "7.31.8",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz",
+ "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==",
"dev": true,
"requires": {
"array-includes": "^3.1.5",
diff --git a/package.json b/package.json
index 4eff7df4..cc6e5cd8 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.18.0",
"clean-webpack-plugin": "^4.0.0",
- "eslint-plugin-react": "^7.31.2",
+ "eslint-plugin-react": "^7.31.8",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2"