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.8.0 to 4.9.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.9.0/packages/gatsby-remark-responsive-iframe) --- updated-dependencies: - dependency-name: gatsby-remark-responsive-iframe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ec9512a2ba
commit
37b0662e5f
|
@ -32,7 +32,7 @@
|
|||
"gatsby-remark-copy-linked-files": "^4.8.0",
|
||||
"gatsby-remark-images": "^5.9.0",
|
||||
"gatsby-remark-prismjs": "^5.9.0",
|
||||
"gatsby-remark-responsive-iframe": "^4.8.0",
|
||||
"gatsby-remark-responsive-iframe": "^4.9.0",
|
||||
"gatsby-remark-smartypants": "^4.8.0",
|
||||
"gatsby-source-filesystem": "^3.12.0",
|
||||
"gatsby-transformer-json": "^3.12.0",
|
||||
|
|
|
@ -6860,13 +6860,13 @@ gatsby-remark-prismjs@^5.9.0:
|
|||
parse-numeric-range "^1.2.0"
|
||||
unist-util-visit "^2.0.3"
|
||||
|
||||
gatsby-remark-responsive-iframe@^4.8.0:
|
||||
version "4.8.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.8.0.tgz#cea898f6978aa6bb6800ad2c999448e88d433854"
|
||||
integrity sha512-0TAnjZd3DDxvZINgo3eMclg8OpSwlllDoTMVC0zftjLN53HM3oyZGOhdvm2v4OXEIGdCzrxXQr60hDRBdvU6+w==
|
||||
gatsby-remark-responsive-iframe@^4.9.0:
|
||||
version "4.9.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.9.0.tgz#16da0a8bd3b354b80ea62ceb1cc0f55220a4a5fd"
|
||||
integrity sha512-AAzxyIt7CUXTLPd6P6WcVrYpQFT5VwfFP4iASiqzYIcS/zXSmx/fNS2wrpK7j21zikIi7wcEFpR+276Cv+l/5w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.14.6"
|
||||
cheerio "^1.0.0-rc.9"
|
||||
"@babel/runtime" "^7.14.8"
|
||||
cheerio "^1.0.0-rc.10"
|
||||
common-tags "^1.8.0"
|
||||
lodash "^4.17.21"
|
||||
unist-util-visit "^2.0.3"
|
||||
|
|
Reference in New Issue