diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 9fdca159..a3c2c813 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -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" diff --git a/packages/website/package.json b/packages/website/package.json index 6f5115bf..fc091acc 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -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",