From 28396a9bff5c79e86d3d8c6ea56276ad82d27bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:28:28 +0200 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-standard from 3.1.0 to 5.0.0 (#148) Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 3.1.0 to 5.0.0. - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v3.1.0...v5.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f6c7fc0..2072354 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-config-standard-react": "^5.0.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-react": "^7.32.2", - "eslint-plugin-standard": "^3.1.0", + "eslint-plugin-standard": "^5.0.0", "jest": "^29.6.1", "jest-jasmine2": "^29.6.1", "mobx": "^6.3.2", diff --git a/yarn.lock b/yarn.lock index 1f2275e..dbe770b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3306,9 +3306,9 @@ eslint-plugin-react@^7.32.2: semver "^6.3.1" string.prototype.matchall "^4.0.8" -eslint-plugin-standard@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.1.0.tgz#2a9e21259ba4c47c02d53b2d0c9135d4b1022d47" +eslint-plugin-standard@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4" eslint-scope@5.1.1: version "5.1.1"