diff --git a/package-lock.json b/package-lock.json index 263044c..a5fa365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-manifest": "^4.7.0", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-offline": "^5.7.0", - "gatsby-plugin-react-helmet": "^5.7.0", + "gatsby-plugin-react-helmet": "^5.9.0", "gatsby-plugin-sharp": "^4.9.0", "gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", @@ -10839,9 +10839,9 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.7.0.tgz", - "integrity": "sha512-FjEYMNzT/+dfbk6+UGvnD+L2MuKburF/uayLZqAItAOLbYUK3x2BZzlyBb6X4+jjIrXq9LP6vHa4PipCXoqUyw==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.9.0.tgz", + "integrity": "sha512-TpPxg0Cl+zH34P9rVzKW+o6ejC6fZpvZMZ4Gs/zZ4uFswSJo6hwj/teUjB1rGAytPE+d6w9cZ2IP1gEM2RR9Ig==", "dependencies": { "@babel/runtime": "^7.15.4" }, @@ -32663,9 +32663,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.7.0.tgz", - "integrity": "sha512-FjEYMNzT/+dfbk6+UGvnD+L2MuKburF/uayLZqAItAOLbYUK3x2BZzlyBb6X4+jjIrXq9LP6vHa4PipCXoqUyw==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.9.0.tgz", + "integrity": "sha512-TpPxg0Cl+zH34P9rVzKW+o6ejC6fZpvZMZ4Gs/zZ4uFswSJo6hwj/teUjB1rGAytPE+d6w9cZ2IP1gEM2RR9Ig==", "requires": { "@babel/runtime": "^7.15.4" } diff --git a/package.json b/package.json index e4d4218..718bf13 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-manifest": "^4.7.0", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-offline": "^5.7.0", - "gatsby-plugin-react-helmet": "^5.7.0", + "gatsby-plugin-react-helmet": "^5.9.0", "gatsby-plugin-sharp": "^4.9.0", "gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",