From 0b8fd30fd07d897f881197fdfa98933cbd24beff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Oct 2019 04:06:08 +0000 Subject: [PATCH] chore: upgrade eslint from 6.3.0 to 6.5.1 Snyk has created this PR to upgrade eslint from 6.3.0 to 6.5.1. 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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12413bd2c..ed47d973d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2901,9 +2901,9 @@ } }, "eslint": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.3.0.tgz", - "integrity": "sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.1.tgz", + "integrity": "sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==", "requires": { "@babel/code-frame": "^7.0.0", "ajv": "^6.10.0", @@ -2991,9 +2991,9 @@ "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==" }, "glob-parent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.0.0.tgz", - "integrity": "sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", + "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", "requires": { "is-glob": "^4.0.1" } @@ -3069,9 +3069,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==" }, "eslint-visitor-keys": { "version": "1.1.0", diff --git a/package.json b/package.json index ca3775766..bf6062abd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "3.9.0" }, "dependencies": { - "eslint": "^6.3.0", + "eslint": "^6.5.1", "hexo": "^3.9.0", "hexo-asset-image": "^1.0.0", "hexo-baidu-url-submit": "0.0.6",