diff --git a/package-lock.json b/package-lock.json index 2411243..74e6363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9825,11 +9825,21 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.4.tgz", - "integrity": "sha512-tBHxEDqqaqVz6aAgBqpwB+Hg8qcaqb/qPFbdGBggllAoCuFclZfqnxCpy5c65JIBl2xenQVXfBkhn+yBUh4vGg==", + "version": "3.3.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.14.tgz", + "integrity": "sha512-5GsIVZIVOax2V9g1UL8row1TG3p2zPY2I+8Rq52H0R5xD9QoMTPde2Q4N0Y2td+qzfRdcfkbSj/kokK2I5owPw==", "requires": { - "@babel/runtime": "^7.10.2" + "@babel/runtime": "^7.11.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 73322d2..70468ec 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-manifest": "^2.4.11", "gatsby-plugin-offline": "^3.2.9", "gatsby-plugin-preload-fonts": "^1.2.10", - "gatsby-plugin-react-helmet": "^3.3.4", + "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-sharp": "^2.6.11", "gatsby-plugin-web-font-loader": "^1.0.4", "gatsby-source-airtable": "^2.1.1",