From fe76f1b0e9bf46debd8fda6e4f309494e6f41bbd Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sun, 1 Sep 2019 04:05:05 +0000 Subject: [PATCH] chore: upgrade eslint from 6.2.1 to 6.2.2 Snyk have raised this PR to upgrade eslint from 6.2.1 to 6.2.2. 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9da1a962e..06d6e0f60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2922,9 +2922,9 @@ } }, "eslint": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.2.1.tgz", - "integrity": "sha512-ES7BzEzr0Q6m5TK9i+/iTpKjclXitOdDK4vT07OqbkBT2/VcN/gO9EL1C4HlK3TAOXYv2ItcmbVR9jO1MR0fJg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.2.2.tgz", + "integrity": "sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==", "requires": { "@babel/code-frame": "^7.0.0", "ajv": "^6.10.0", @@ -2935,7 +2935,7 @@ "eslint-scope": "^5.0.0", "eslint-utils": "^1.4.2", "eslint-visitor-keys": "^1.1.0", - "espree": "^6.1.0", + "espree": "^6.1.1", "esquery": "^1.0.1", "esutils": "^2.0.2", "file-entry-cache": "^5.0.1", diff --git a/package.json b/package.json index 2603f35d0..7f8fdfffd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "3.9.0" }, "dependencies": { - "eslint": "^6.2.1", + "eslint": "^6.2.2", "hexo": "^3.9.0", "hexo-asset-image": "^1.0.0", "hexo-baidu-url-submit": "0.0.6",