Skip to content

Commit 5e5a37e

Browse files
committed
fix: pin cheerio
1 parent 33f18ba commit 5e5a37e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/actions/gatsby-site-showcase-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"chalk": "^3.0.0",
8-
"cheerio": "^1.0.0-rc.3",
8+
"cheerio": "1.0.0-rc.12",
99
"js-yaml": "^3.13.1",
1010
"node-fetch": "^2.6.0"
1111
},

integration-tests/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tailwindcss": "^1.0.0"
1515
},
1616
"devDependencies": {
17-
"cheerio": "^1.0.0-rc.9",
17+
"cheerio": "1.0.0-rc.12",
1818
"cross-env": "^7.0.3",
1919
"execa": "^5.1.1",
2020
"fs-extra": "^10.0.0",

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.20.13",
11-
"cheerio": "^1.0.0-rc.10",
11+
"cheerio": "1.0.0-rc.12",
1212
"gatsby-core-utils": "^4.14.0-next.2",
1313
"glob": "^7.2.3",
1414
"idb-keyval": "^3.2.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.20.13",
11-
"cheerio": "^1.0.0-rc.10",
11+
"cheerio": "1.0.0-rc.12",
1212
"fs-extra": "^11.2.0",
1313
"is-relative-url": "^3.0.0",
1414
"lodash": "^4.17.21",

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.20.13",
11-
"cheerio": "^1.0.0-rc.10",
11+
"cheerio": "1.0.0-rc.12",
1212
"unist-util-visit": "^2.0.3",
1313
"viz.js": "^2.1.2"
1414
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/runtime": "^7.20.13",
1919
"axios": "^1.6.4",
2020
"chalk": "^4.1.2",
21-
"cheerio": "^1.0.0-rc.10",
21+
"cheerio": "1.0.0-rc.12",
2222
"is-relative-url": "^3.0.0",
2323
"lodash": "^4.17.21",
2424
"semver": "^7.5.3",

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.20.13",
1111
"chalk": "^4.1.2",
12-
"cheerio": "^1.0.0-rc.10",
12+
"cheerio": "1.0.0-rc.12",
1313
"gatsby-core-utils": "^4.14.0-next.2",
1414
"is-relative-url": "^3.0.0",
1515
"lodash": "^4.17.21",

packages/gatsby-remark-prismjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.20.7",
1616
"@babel/core": "^7.20.12",
1717
"babel-preset-gatsby-package": "^3.14.0-next.2",
18-
"cheerio": "^1.0.0-rc.10",
18+
"cheerio": "1.0.0-rc.12",
1919
"cross-env": "^7.0.3",
2020
"prismjs": "^1.29.0",
2121
"remark": "^13.0.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"cheerio": "^1.0.0-rc.10",
11+
"cheerio": "1.0.0-rc.12",
1212
"common-tags": "^1.8.2",
1313
"lodash": "^4.17.21",
1414
"unist-util-visit": "^2.0.3"

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cache-manager": "^3.6.3",
1919
"cache-manager-fs-hash": "^0.0.9",
2020
"chalk": "^4.1.2",
21-
"cheerio": "^1.0.0-rc.10",
21+
"cheerio": "1.0.0-rc.12",
2222
"clipboardy": "^4.0.0",
2323
"diff": "^5.1.0",
2424
"dumper.js": "^1.3.1",

0 commit comments

Comments
 (0)