From 48dd7c1c1edaeafdcf585b2f6a1feaa093d7bd2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2019 04:04:53 +0000 Subject: [PATCH] chore: upgrade eslint from 6.2.2 to 6.3.0 Snyk have raised this PR to upgrade eslint from 6.2.2 to 6.3.0. See this package in NPM: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/thinkwee-github-marketplace/project/64c1dbf9-5bc9-41d4-aae2-246a31aeac70?utm_source=github&utm_medium=upgrade-pr --- 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 806047bb6..c7130039f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2901,9 +2901,9 @@ } }, "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==", "requires": { "@babel/code-frame": "^7.0.0", "ajv": "^6.10.0", diff --git a/package.json b/package.json index 2b2bcb5bd..ce7bfc3f1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "3.9.0" }, "dependencies": { - "eslint": "^6.2.2", + "eslint": "^6.3.0", "hexo": "^3.9.0", "hexo-asset-image": "^1.0.0", "hexo-baidu-url-submit": "0.0.6",