Skip to content

Commit

Permalink
fix: pin cheerio
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Aug 22, 2024
1 parent 33f18ba commit 5e5a37e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"cheerio": "1.0.0-rc.12",
"js-yaml": "^3.13.1",
"node-fetch": "^2.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tailwindcss": "^1.0.0"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.9",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"gatsby-core-utils": "^4.14.0-next.2",
"glob": "^7.2.3",
"idb-keyval": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"fs-extra": "^11.2.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-graphviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"unist-util-visit": "^2.0.3",
"viz.js": "^2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/runtime": "^7.20.13",
"axios": "^1.6.4",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"semver": "^7.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"gatsby-core-utils": "^4.14.0-next.2",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"prismjs": "^1.29.0",
"remark": "^13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"common-tags": "^1.8.2",
"lodash": "^4.17.21",
"unist-util-visit": "^2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cache-manager": "^3.6.3",
"cache-manager-fs-hash": "^0.0.9",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"clipboardy": "^4.0.0",
"diff": "^5.1.0",
"dumper.js": "^1.3.1",
Expand Down

0 comments on commit 5e5a37e

Please sign in to comment.