From 7805783335394bfedddc3af8e61a71fb763b9608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 03:04:09 -0600 Subject: [PATCH] fix(deps): update dependency cheerio to ^1.0.0-rc.10 (#32984) Co-authored-by: Renovate Bot --- packages/gatsby-plugin-offline/package.json | 2 +- packages/gatsby-remark-images-contentful/package.json | 2 +- packages/gatsby-remark-prismjs/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- yarn.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 5d1647b5e146f..b622ebbc9094b 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.8", - "cheerio": "^1.0.0-rc.9", + "cheerio": "^1.0.0-rc.10", "gatsby-core-utils": "^2.14.0-next.0", "glob": "^7.1.7", "idb-keyval": "^3.2.0", diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 89edbf11a9469..958ece54122a1 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -18,7 +18,7 @@ "@babel/runtime": "^7.14.8", "axios": "^0.21.1", "chalk": "^4.1.2", - "cheerio": "^1.0.0-rc.9", + "cheerio": "^1.0.0-rc.10", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "semver": "^7.3.2", diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 41253a9c1e229..3f6b906762a44 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "babel-preset-gatsby-package": "^1.14.0-next.0", - "cheerio": "^1.0.0-rc.9", + "cheerio": "^1.0.0-rc.10", "cross-env": "^7.0.3", "prismjs": "^1.21.0", "remark": "^13.0.0" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 52b64ccf7d852..47bc45d2d730f 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -19,7 +19,7 @@ "cache-manager": "^3.4.0", "cache-manager-fs-hash": "^0.0.9", "chalk": "^4.1.2", - "cheerio": "^1.0.0-rc.9", + "cheerio": "^1.0.0-rc.10", "clipboardy": "^2.1.0", "diff": "^5.0.0", "dumper.js": "^1.3.1", diff --git a/yarn.lock b/yarn.lock index f2cf4accf0cec..5d8021f75e172 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7684,7 +7684,7 @@ cheerio@^0.22.0: lodash.reject "^4.4.0" lodash.some "^4.4.0" -cheerio@^1.0.0-rc.10, cheerio@^1.0.0-rc.9: +cheerio@^1.0.0-rc.10: version "1.0.0-rc.10" resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e" integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==