From 3047ca9d382a12236192939592b1bf1485073391 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 14:09:57 +0000 Subject: [PATCH] Bump eslint from 6.2.2 to 6.3.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.2.2 to 6.3.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/v6.2.2...v6.3.0) Signed-off-by: dependabot-preview[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 e5be8d3..175afbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5133,9 +5133,9 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.2.2.tgz", - "integrity": "sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.3.0.tgz", + "integrity": "sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/package.json b/package.json index 8613923..10a6f6b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "babel-plugin-styled-components": "^1.10.6", "babel-plugin-transform-define": "^1.3.1", "cypress": "^3.4.1", - "eslint": "^6.2.2", + "eslint": "^6.3.0", "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.1.0", "eslint-config-react-app": "^5.0.1",