diff --git a/package-lock.json b/package-lock.json index c508c86..e93dc46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13090,9 +13090,9 @@ } }, "gatsby-plugin-asset-path": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-asset-path/-/gatsby-plugin-asset-path-3.0.3.tgz", - "integrity": "sha512-nh13YNb+DuOgAElYxcJLdf1cGYN+LjJR/QTOTmi6TjqGE6IkmpCsJp+GtQPbjK53cWFjiFTBuRtz2eoMies9PQ==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/gatsby-plugin-asset-path/-/gatsby-plugin-asset-path-3.0.4.tgz", + "integrity": "sha512-oUTbbzkZcDQDeFg5cMoKzwkO2q6IRSFHW8fGYpyIubfto7IEtsT1fEDUU3fDKThSFixLlgsSu/pGJ4OQu93n7g==", "requires": { "fs-extra": "^7.0.0" }, diff --git a/package.json b/package.json index 74f27e5..f4cf5bf 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "babel-plugin-i18next-extract": "0.8.3", "gatsby": "3.6.2", "gatsby-cli": "3.6.0", - "gatsby-plugin-asset-path": "3.0.3", + "gatsby-plugin-asset-path": "3.0.4", "gatsby-plugin-manifest": "3.6.0", "gatsby-plugin-mdx": "2.6.0", "gatsby-plugin-offline": "4.6.0",