From 4f3e9c78684f95988c3ab175608082058a9ce617 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 07:13:59 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-hexo from 4.0.0 to 4.1.0 in /site Bumps [eslint-config-hexo](https://github.com/hexojs/eslint-config-hexo) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/hexojs/eslint-config-hexo/releases) - [Commits](https://github.com/hexojs/eslint-config-hexo/compare/4.0.0...4.1.0) Signed-off-by: dependabot-preview[bot] --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index 74c95521f..d78b688dc 100644 --- a/site/package.json +++ b/site/package.json @@ -28,7 +28,7 @@ "devDependencies": { "del": "^5.1.0", "eslint": "^6.7.2", - "eslint-config-hexo": "^4.0.0", + "eslint-config-hexo": "^4.1.0", "gulp": "^4.0.2", "gulp-cheerio": "^1.0.0", "gulp-clean-css": "^4.2.0", diff --git a/site/yarn.lock b/site/yarn.lock index 6ebd62ee4..87e3f4b8c 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -1565,10 +1565,10 @@ escape-string-regexp@^2.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== -eslint-config-hexo@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-hexo/-/eslint-config-hexo-4.0.0.tgz#f22efde7aeb3393f9f99d8c3f5313911caf5ff43" - integrity sha512-X5g5EAEeY80XmeEB4Dnb+9UbibyP+QmaIU8g4E0kxwzisv/iXEvgmbg9fZnVqGwolPiiAyVVLOS/vQUA6wp7Yw== +eslint-config-hexo@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-hexo/-/eslint-config-hexo-4.1.0.tgz#296b233f5b01f1a8fe76eac85ebf22b36a7e5cd3" + integrity sha512-8palBd59gsXT2bBF1MsZMzEzxbBmA+BoWNbaFTceeWASLxN/IAA3GhvL7Xe5DbawYe2sV38n8NNMmI/UkP4tDA== dependencies: eslint-plugin-node "^10.0.0"