diff --git a/package-lock.json b/package-lock.json index 7e2a38e..03a7316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-image": "^2.11.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-offline": "^5.11.1", - "gatsby-plugin-react-helmet": "^5.11.0", + "gatsby-plugin-react-helmet": "^6.0.0", "gatsby-plugin-sharp": "^4.11.1", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-plugin-styled-components": "^5.11.0", @@ -11558,17 +11558,17 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.11.0.tgz", - "integrity": "sha512-4ouGsfCCjbXtuz9/IR8YU2PfcHQ/peSHHr5UwIu6X/cJ2A8ykZHFMewQ4ve8dfHSBmNKDBuoFe6D0Y8Q4MDI8w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.0.0.tgz", + "integrity": "sha512-uK+KManFE06oeWrZcxpmrpDT0dfDLMPtTxBiU1YPeQeP31IMSsR1vMDTYnQcB+8y8Jw7xwM59id+mwmAYz1fZA==", "dependencies": { "@babel/runtime": "^7.15.4" }, "engines": { - "node": ">=14.15.0" + "node": ">=18.0.0" }, "peerDependencies": { - "gatsby": "^4.0.0-next", + "gatsby": "^5.0.0-next", "react-helmet": "^5.1.3 || ^6.0.0" } }, @@ -31458,9 +31458,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.11.0.tgz", - "integrity": "sha512-4ouGsfCCjbXtuz9/IR8YU2PfcHQ/peSHHr5UwIu6X/cJ2A8ykZHFMewQ4ve8dfHSBmNKDBuoFe6D0Y8Q4MDI8w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.0.0.tgz", + "integrity": "sha512-uK+KManFE06oeWrZcxpmrpDT0dfDLMPtTxBiU1YPeQeP31IMSsR1vMDTYnQcB+8y8Jw7xwM59id+mwmAYz1fZA==", "requires": { "@babel/runtime": "^7.15.4" } diff --git a/package.json b/package.json index 1032f60..22a28c1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-image": "^2.11.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-offline": "^5.11.1", - "gatsby-plugin-react-helmet": "^5.11.0", + "gatsby-plugin-react-helmet": "^6.0.0", "gatsby-plugin-sharp": "^4.11.1", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-plugin-styled-components": "^5.11.0",