From e857dd7a52fa0b5a22afcf25fff47f97c508df0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 28 Sep 2018 09:02:25 -0300 Subject: [PATCH] Bump babel-eslint from 10.0.0 to 10.0.1 (#176) Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](https://github.com/babel/babel-eslint/compare/v10.0.0...v10.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17feee6..cfc3d32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -692,9 +692,9 @@ } }, "babel-eslint": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.0.tgz", - "integrity": "sha512-GDQOtoj8CFtEe1HlbuEb6rwdbxRr4Y5DWyddivdsriEj6ulDda+fS43Zfe/Ku0tuMNnxC9JK1bmIovsLq5+hUA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.1.tgz", + "integrity": "sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==", "requires": { "@babel/code-frame": "^7.0.0", "@babel/parser": "^7.0.0",