From 19568d07e2838d29220657af1e4851b6f98f0dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:54:23 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 7.12.1 to 7.13.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.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.12.1...v7.13.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d680149..0fe86ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5569,9 +5569,9 @@ } }, "eslint": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.12.1.tgz", - "integrity": "sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.13.0.tgz", + "integrity": "sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/package.json b/package.json index 2fa9657..22a0899 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "conventional-changelog-cli": "^2.1.0", "coveralls": "^3.1.0", "del-cli": "^3.0.1", - "eslint": "^7.12.1", + "eslint": "^7.13.0", "eslint-plugin-jest": "^24.1.0", "jest": "^26.6.1", "jest-puppeteer": "^4.4.0",