diff --git a/package-lock.json b/package-lock.json index 1d57fa70..ee4e1f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6952,11 +6952,11 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.13.0.tgz", - "integrity": "sha512-GwIqbhFtPDryftM6NEWdjgWNDpWhyifgshDxtIh8PMSEIs7VMg2tgLQf8W8EpSP7yXu3aKDm/pxFXRlPZPk9cA==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.14.0.tgz", + "integrity": "sha512-IpLC0mWRNP+E0ezDBXHciVATW+mv2MCvCP3lEYtFQ8mfcm3K//MpeynouNQSPCXn9cH7fr5w0Y355Wl5w1kw1A==", "requires": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.4" } }, "gatsby-plugin-react-svg": { diff --git a/package.json b/package.json index 9c8c50f5..64ef10b6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "gatsby-plugin-catch-links": "^3.13.0", "gatsby-plugin-google-tagmanager": "^3.13.0", "gatsby-plugin-manifest": "^3.13.0", - "gatsby-plugin-react-helmet": "^4.13.0", + "gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-sitemap": "^4.9.0",