Skip to content

Commit

Permalink
fix(deps): update dependency cheerio to ^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent e58c8ad commit 413e04d
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 68 deletions.
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.15.4",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0",
"gatsby-core-utils": "^3.22.0-next.0",
"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.15.4",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0",
"fs-extra": "^10.1.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.15.4",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0",
"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.15.4",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"semver": "^7.3.7",
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 @@ -10,7 +10,7 @@
"@babel/runtime": "^7.15.4",
"@gatsbyjs/potrace": "^2.2.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0",
"gatsby-core-utils": "^3.22.0-next.0",
"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.15.4",
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0",
"cross-env": "^7.0.3",
"prismjs": "^1.21.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.15.4",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0",
"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",
"clipboardy": "^2.3.0",
"diff": "^5.1.0",
"dumper.js": "^1.3.1",
Expand Down
Loading

0 comments on commit 413e04d

Please sign in to comment.