From fe252e0b153beeff5bd376eac6db2cbfa8afe26f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 13:17:22 +0000 Subject: [PATCH] build(deps-dev): bump gulp-cheerio from 0.6.3 to 1.0.0 in /site Bumps [gulp-cheerio](https://github.com/KenPowers/gulp-cheerio) from 0.6.3 to 1.0.0. - [Release notes](https://github.com/KenPowers/gulp-cheerio/releases) - [Commits](https://github.com/KenPowers/gulp-cheerio/compare/v0.6.3...v1.0.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 539d444af..6e2a43d13 100644 --- a/site/package.json +++ b/site/package.json @@ -30,7 +30,7 @@ "eslint": "^6.6.0", "eslint-config-hexo": "^3.0.0", "gulp": "^4.0.2", - "gulp-cheerio": "^0.6.2", + "gulp-cheerio": "^1.0.0", "gulp-clean-css": "^4.2.0", "gulp-if": "^3.0.0", "gulp-responsive": "^3.0.1", diff --git a/site/yarn.lock b/site/yarn.lock index 13e030dd7..79935ff25 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -2309,10 +2309,10 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= -gulp-cheerio@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/gulp-cheerio/-/gulp-cheerio-0.6.3.tgz#40271c1703368c88408ab8750ba9bf3e1aea9c68" - integrity sha512-ZuRAq48qT9u2E8QUz1pHQZOq9500tQojOfGXzAER91CGYf8a3U5+fHuLWk5wvJ0iwrriaApg5Honvt3r5XMcNg== +gulp-cheerio@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gulp-cheerio/-/gulp-cheerio-1.0.0.tgz#01c5324dba0fbe5f1b3ddce9e61ef1a8b43278d0" + integrity sha512-4dgOVngKJK0+Re+prT/nuXtKM7+F92XeidxjuCeOpOlmYA5rkVaoKrH+xMN/JWOd2iI5OP/NJ6BIjWxeU+ozXQ== dependencies: cheerio "0.*" plugin-error "^0.1.2"