From 32012aa48a5a5c8aa6be971e0568032eadc7ff3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 15:52:59 +0800 Subject: [PATCH] Bump eslint from 7.31.0 to 7.32.0 (#150) Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0) --- updated-dependencies: - dependency-name: eslint 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> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a1c555e..bf7cc2a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "camelcase": "^6.2.0", "colors": "^1.4.0", "dotenv": "^10.0.0", - "eslint": "^7.30.0", + "eslint": "^7.32.0", "eslint-plugin-file-progress": "^1.1.0", "eslint-plugin-formatjs": "^2.17.1", "eslint-plugin-prettier": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index 91fecb2..ea152d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3071,10 +3071,10 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.nlark.com/eslint-visitor-keys/download/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" integrity sha1-9lMoJZMFknOSyTjtROsKXJsr0wM= -eslint@^7.30.0: - version "7.31.0" - resolved "https://registry.nlark.com/eslint/download/eslint-7.31.0.tgz?cache=0&sync_timestamp=1626559261549&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint%2Fdownload%2Feslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca" - integrity sha1-+XK1OUJL8mBJB6lwhgcyxdmdOso= +eslint@^7.32.0: + version "7.32.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" + integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA== dependencies: "@babel/code-frame" "7.12.11" "@eslint/eslintrc" "^0.4.3"