diff --git a/package-lock.json b/package-lock.json index 49b8501..1d16917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7612,9 +7612,9 @@ } }, "gatsby-plugin-google-fonts": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-fonts/-/gatsby-plugin-google-fonts-0.0.4.tgz", - "integrity": "sha512-B9Q+dznk6UX2Fe7QyCTptiuLT+ZLtdFBs1lg5kvaVDyIlesEA2rSQqtB7IkEQflH91JPE4eAEM699JCPy7CFGg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-fonts/-/gatsby-plugin-google-fonts-1.0.0.tgz", + "integrity": "sha512-6EuRN4pLDrD4Ztug4Ia2IXch/cVJ76vywfLmIgxE77RV8VRxD0Bqx/mDN17XE+s67uqffkdlh/sl+GWIa/0MzQ==" }, "gatsby-plugin-page-creator": { "version": "1.0.1", diff --git a/package.json b/package.json index 3d46c8a..789024e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-catch-links": "^1.0.26", "gatsby-plugin-favicon": "^2.1.1", "gatsby-plugin-glamor": "^1.6.13", - "gatsby-plugin-google-fonts": "0.0.4", + "gatsby-plugin-google-fonts": "1.0.0", "gatsby-plugin-react-helmet": "^2.0.11", "gatsby-plugin-typography": "^1.7.19", "gatsby-remark-autolink-headers": "^1.4.19",