From 35f026a6e7efbb31353a3c756a05f970c8ac420a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:27:39 +0000 Subject: [PATCH] Bump the eslint group with 4 updates Bumps the eslint group with 4 updates: [eslint](https://github.com/eslint/eslint), [eslint-config-standard](https://github.com/standard/eslint-config-standard), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) and [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react). Updates `eslint` from 8.45.0 to 8.50.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.50.0) Updates `eslint-config-standard` from 17.0.0 to 17.1.0 - [Commits](https://github.com/standard/eslint-config-standard/compare/v17.0.0...v17.1.0) Updates `eslint-plugin-import` from 2.27.5 to 2.28.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.1) Updates `eslint-plugin-react` from 7.32.2 to 7.33.2 - [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.32.2...v7.33.2) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-standard dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/node_modules b/node_modules index d5909ae84..2c2179f88 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit d5909ae8410b516839d4ce9a2a288eeee6965f46 +Subproject commit 2c2179f88e382202044b834af12019e43033bba6 diff --git a/package.json b/package.json index b393e1acc..4bd703dac 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ "esbuild-plugin-replace": "1.3.0", "esbuild-sass-plugin": "2.15.0", "esbuild-wasm": "0.19.1", - "eslint": "8.45.0", - "eslint-config-standard": "17.0.0", + "eslint": "8.50.0", + "eslint-config-standard": "17.1.0", "eslint-config-standard-jsx": "11.0.0", "eslint-config-standard-react": "13.0.0", "eslint-plugin-flowtype": "8.0.3", - "eslint-plugin-import": "2.27.5", + "eslint-plugin-import": "2.28.1", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-promise": "6.1.1", - "eslint-plugin-react": "7.32.2", + "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "gettext-parser": "7.0.1", "htmlparser": "1.7.7",