diff --git a/package-lock.json b/package-lock.json index 7e2a38e..f407b45 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.1.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.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.1.0.tgz", + "integrity": "sha512-zzpSbMc7S23vUWHZf3sB3EpMz3y8UWvyVgxfv0wGdRA4RjnGBFDaGn4VKwid+s+7+HTR5D9AJqp6hrq5ccVBcQ==", "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.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.1.0.tgz", + "integrity": "sha512-zzpSbMc7S23vUWHZf3sB3EpMz3y8UWvyVgxfv0wGdRA4RjnGBFDaGn4VKwid+s+7+HTR5D9AJqp6hrq5ccVBcQ==", "requires": { "@babel/runtime": "^7.15.4" } diff --git a/package.json b/package.json index 1032f60..18aee5f 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.1.0", "gatsby-plugin-sharp": "^4.11.1", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-plugin-styled-components": "^5.11.0",