Bump gatsby-remark-responsive-iframe in /packages/website
Bumps [gatsby-remark-responsive-iframe](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-responsive-iframe) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-responsive-iframe/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.3.0/packages/gatsby-remark-responsive-iframe) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
155fd5f553
commit
96c658734f
|
@ -35,7 +35,7 @@
|
|||
"gatsby-remark-copy-linked-files": "^4.3.0",
|
||||
"gatsby-remark-images": "^5.2.1",
|
||||
"gatsby-remark-prismjs": "^5.3.0",
|
||||
"gatsby-remark-responsive-iframe": "^4.1.0",
|
||||
"gatsby-remark-responsive-iframe": "^4.3.0",
|
||||
"gatsby-remark-smartypants": "^4.1.0",
|
||||
"gatsby-source-filesystem": "^3.6.0",
|
||||
"gatsby-transformer-json": "^3.6.0",
|
||||
|
@ -12567,12 +12567,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-remark-responsive-iframe": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.1.0.tgz",
|
||||
"integrity": "sha512-BSrvxgMETazeB4mA4K08aVjT3LYut4agSx4c3p1xbYXVu84CoYjjXDkGlRBUXzl9CMwou2H1UG3onWIye68Pug==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.3.0.tgz",
|
||||
"integrity": "sha512-24dvTnc3wgYFMGQrjTT1vx7hj6eIZU277nuApk3uRnYyI3BZ2imhLstzA54Cv6If/947XygpNrEZeAFdiLz8wA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"common-tags": "^1.8.0",
|
||||
"lodash": "^4.17.21",
|
||||
"unist-util-visit": "^2.0.3"
|
||||
|
@ -38402,12 +38402,12 @@
|
|||
}
|
||||
},
|
||||
"gatsby-remark-responsive-iframe": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.1.0.tgz",
|
||||
"integrity": "sha512-BSrvxgMETazeB4mA4K08aVjT3LYut4agSx4c3p1xbYXVu84CoYjjXDkGlRBUXzl9CMwou2H1UG3onWIye68Pug==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.3.0.tgz",
|
||||
"integrity": "sha512-24dvTnc3wgYFMGQrjTT1vx7hj6eIZU277nuApk3uRnYyI3BZ2imhLstzA54Cv6If/947XygpNrEZeAFdiLz8wA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"common-tags": "^1.8.0",
|
||||
"lodash": "^4.17.21",
|
||||
"unist-util-visit": "^2.0.3"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"gatsby-remark-copy-linked-files": "^4.3.0",
|
||||
"gatsby-remark-images": "^5.2.1",
|
||||
"gatsby-remark-prismjs": "^5.3.0",
|
||||
"gatsby-remark-responsive-iframe": "^4.1.0",
|
||||
"gatsby-remark-responsive-iframe": "^4.3.0",
|
||||
"gatsby-remark-smartypants": "^4.1.0",
|
||||
"gatsby-source-filesystem": "^3.6.0",
|
||||
"gatsby-transformer-json": "^3.6.0",
|
||||
|
|
Reference in New Issue