diff --git a/package-lock.json b/package-lock.json index 31a0a78..49accef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-image": "3.14.0", "gatsby-plugin-manifest": "5.13.1", "gatsby-plugin-offline": "6.13.3", - "gatsby-plugin-react-helmet": "6.13.1", + "gatsby-plugin-react-helmet": "6.14.0", "gatsby-plugin-sharp": "5.14.0", "gatsby-source-filesystem": "5.13.1", "gatsby-transformer-sharp": "5.14.0", @@ -10127,9 +10127,10 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "6.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.13.1.tgz", - "integrity": "sha512-Fwgf2UDOo1LQgw1vUmGmDMK5hXVrIXDR92URzu4DylQWgyfycfQ3D9FdU2JZ8jB6F3OI6Yx6YHC7zL3OAL7iOw==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.14.0.tgz", + "integrity": "sha512-OAAYx3BBYJAUi420cUl08X7Ql3t0/0X3rbDkOp6lWKUGD/NZgAK/RMDbPLI4xK6WG6CE2WWda5lVOS+32mSspw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13" }, diff --git a/package.json b/package.json index e0f0545..615540a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-image": "3.14.0", "gatsby-plugin-manifest": "5.13.1", "gatsby-plugin-offline": "6.13.3", - "gatsby-plugin-react-helmet": "6.13.1", + "gatsby-plugin-react-helmet": "6.14.0", "gatsby-plugin-sharp": "5.14.0", "gatsby-source-filesystem": "5.13.1", "gatsby-transformer-sharp": "5.14.0",