Skip to content

Commit 7805783

Browse files
fix(deps): update dependency cheerio to ^1.0.0-rc.10 (#32984)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6857e26 commit 7805783

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/gatsby-plugin-offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
11-
"cheerio": "^1.0.0-rc.9",
11+
"cheerio": "^1.0.0-rc.10",
1212
"gatsby-core-utils": "^2.14.0-next.0",
1313
"glob": "^7.1.7",
1414
"idb-keyval": "^3.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/runtime": "^7.14.8",
1919
"axios": "^0.21.1",
2020
"chalk": "^4.1.2",
21-
"cheerio": "^1.0.0-rc.9",
21+
"cheerio": "^1.0.0-rc.10",
2222
"is-relative-url": "^3.0.0",
2323
"lodash": "^4.17.21",
2424
"semver": "^7.3.2",

packages/gatsby-remark-prismjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.14.8",
1616
"@babel/core": "^7.14.8",
1717
"babel-preset-gatsby-package": "^1.14.0-next.0",
18-
"cheerio": "^1.0.0-rc.9",
18+
"cheerio": "^1.0.0-rc.10",
1919
"cross-env": "^7.0.3",
2020
"prismjs": "^1.21.0",
2121
"remark": "^13.0.0"

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cache-manager": "^3.4.0",
2020
"cache-manager-fs-hash": "^0.0.9",
2121
"chalk": "^4.1.2",
22-
"cheerio": "^1.0.0-rc.9",
22+
"cheerio": "^1.0.0-rc.10",
2323
"clipboardy": "^2.1.0",
2424
"diff": "^5.0.0",
2525
"dumper.js": "^1.3.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7684,7 +7684,7 @@ cheerio@^0.22.0:
76847684
lodash.reject "^4.4.0"
76857685
lodash.some "^4.4.0"
76867686

7687-
cheerio@^1.0.0-rc.10, cheerio@^1.0.0-rc.9:
7687+
cheerio@^1.0.0-rc.10:
76887688
version "1.0.0-rc.10"
76897689
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
76907690
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==

0 commit comments

Comments
 (0)