Skip to content

Commit 55bee35

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update dependency cheerio to ^1.0.0-rc.3 (#16831)
* fix: update dependency cheerio to ^1.0.0-rc.3 * update snapshot
1 parent 3c89607 commit 55bee35

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
11-
"cheerio": "^1.0.0-rc.2",
11+
"cheerio": "^1.0.0-rc.3",
1212
"idb-keyval": "^3.1.0",
1313
"lodash": "^4.17.14",
1414
"slash": "^3.0.0",

packages/gatsby-remark-copy-linked-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
11-
"cheerio": "^1.0.0-rc.2",
11+
"cheerio": "^1.0.0-rc.3",
1212
"fs-extra": "^4.0.1",
1313
"is-relative-url": "^2.0.0",
1414
"lodash": "^4.17.14",

packages/gatsby-remark-graphviz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
11-
"cheerio": "^1.0.0-rc.2",
11+
"cheerio": "^1.0.0-rc.3",
1212
"unist-util-visit": "^1.4.0",
1313
"viz.js": "^2.0.0"
1414
},

packages/gatsby-remark-images-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@babel/runtime": "^7.0.0",
1919
"axios": "^0.19.0",
20-
"cheerio": "^1.0.0-rc.2",
20+
"cheerio": "^1.0.0-rc.3",
2121
"is-relative-url": "^2.0.0",
2222
"lodash": "^4.17.14",
2323
"semver": "^5.6.0",

packages/gatsby-remark-images-contentful/src/__tests__/__snapshots__/index.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`it transforms HTML img tags 1`] = `
44
"<a class=\\"gatsby-resp-image-link\\" href=\\"https://images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg\\" style=\\"display: block\\" target=\\"_blank\\" rel=\\"noopener\\">
55
<span class=\\"gatsby-resp-image-wrapper\\" style=\\"position: relative; display: block; ; max-width: 600px; margin-left: auto; margin-right: auto;\\">
66
<span class=\\"gatsby-resp-image-background-image\\" style=\\"padding-bottom: 100%; position: relative; bottom: 0; left: 0; background-image: url(&apos;data:image;&apos;); background-size: cover; display: block;\\">
7-
<img class=\\"gatsby-resp-image-image\\" style=\\"width: 100%; height: 100%; margin: 0; vertical-align: middle; position: absolute; top: 0; left: 0; box-shadow: inset 0px 0px 0px 400px white;\\" alt=\\"quwowooybuqbl6ntboz3\\" title=\\"\\" src=\\"https://images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg\\" srcset=\\"srcSet\\" sizes=\\"128px,250px\\">
7+
<img class=\\"gatsby-resp-image-image\\" style=\\"width: 100%; height: 100%; margin: 0; vertical-align: middle; position: absolute; top: 0; left: 0; box-shadow: inset 0px 0px 0px 400px white;\\" alt=\\"quwowooybuqbl6ntboz3\\" title src=\\"https://images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg\\" srcset=\\"srcSet\\" sizes=\\"128px,250px\\">
88
</span>
99
</span>
1010
</a>"

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"chalk": "^2.4.2",
12-
"cheerio": "^1.0.0-rc.2",
12+
"cheerio": "^1.0.0-rc.3",
1313
"is-relative-url": "^2.0.0",
1414
"lodash": "^4.17.14",
1515
"mdast-util-definitions": "^1.2.0",

packages/gatsby-remark-responsive-iframe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"bluebird": "^3.5.0",
12-
"cheerio": "^1.0.0-rc.2",
12+
"cheerio": "^1.0.0-rc.3",
1313
"lodash": "^4.17.14",
1414
"unist-util-visit": "^1.3.0"
1515
},

0 commit comments

Comments
 (0)