diff --git a/package-lock.json b/package-lock.json index e479101c..64493758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13424,9 +13424,9 @@ } }, "gatsby-remark-responsive-iframe": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.10.0.tgz", - "integrity": "sha512-hxvGZFbOcuVaNZfEl3t6Vf6qFwHOaiQcn8RF/H1DBPyG3EAo7SaXSxCigi8ahitl+l3qobxZTTQOothEYom5Ow==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.11.0.tgz", + "integrity": "sha512-qqrYfUb4+9VhndBeEaKrhiyyKIReAK4BHL3/8ZCtFDem5ZQQd5pUdgYhExRLcoGxzwJrqVxI6+dtT/RoXLqC/g==", "requires": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", @@ -13436,9 +13436,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 365fc9e1..9ba8b236 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-remark-embed-video": "^3.0.12", "gatsby-remark-github": "^2.0.0", "gatsby-remark-images": "^3.10.0", - "gatsby-remark-responsive-iframe": "^2.10.0", + "gatsby-remark-responsive-iframe": "^2.11.0", "gatsby-remark-smartypants": "^2.9.0", "gatsby-remark-vscode": "^3.2.0", "gatsby-source-filesystem": "^2.11.0",