diff --git a/package-lock.json b/package-lock.json index 62b8561..b44b722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-dark-mode": "^1.1.2", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^4.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-robots-txt": "^1.6.10", "gatsby-plugin-sharp": "^3.13.0", @@ -10257,11 +10257,11 @@ } }, "node_modules/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==", "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.4" }, "engines": { "node": ">=12.13.0" @@ -30059,11 +30059,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 f82db41..0b66149 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "gatsby-plugin-dark-mode": "^1.1.2", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^4.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-robots-txt": "^1.6.10", "gatsby-plugin-sharp": "^3.13.0",