From 076e737cb04a5702e1f9d59677f9324d505857d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2019 02:13:00 +0000 Subject: [PATCH] chore: upgrade eslint from 6.4.0 to 6.5.0 Snyk has created this PR to upgrade eslint from 6.4.0 to 6.5.0. See this package in NPM: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/stephangerbeth/project/7276c18f-e800-4897-89a5-0e32a5825c22?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 486df6c6b..59a70335a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9999,9 +9999,9 @@ } }, "eslint": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.4.0.tgz", - "integrity": "sha512-WTVEzK3lSFoXUovDHEbkJqCVPEPwbhCq4trDktNI6ygs7aO41d4cDT0JFAT5MivzZeVLWlg7vHL+bgrQv/t3vA==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.0.tgz", + "integrity": "sha512-IIbSW+vKOqMatPmS9ayyku4tvWxHY2iricSRtOz6+ZA5IPRlgXzEL0u/j6dr4eha0ugmhMwDTqxtmNu3kj9O4w==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", @@ -10256,9 +10256,9 @@ }, "dependencies": { "acorn": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.0.0.tgz", - "integrity": "sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", + "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", "dev": true }, "acorn-jsx": { diff --git a/package.json b/package.json index 40703825f..110ce0155 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "babel-loader": "^8.0.6", "babel-preset-vue": "^2.0.2", "branch-name-lint": "^1.0.5", - "eslint": "^6.4.0", + "eslint": "^6.5.0", "eslint-plugin-chai-friendly": "^0.4.1", "eslint-plugin-cypress": "^2.7.0", "eslint-plugin-json": "^1.4.0",