From eac58ea08b294902e855274a7ad29b603d8b5b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 09:07:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20gatsby-plugin-netli?= =?UTF-8?q?fy=20from=203.0.0=20to=203.0.1=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b0731bf..14b3b7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8612,9 +8612,9 @@ } }, "gatsby-plugin-netlify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.0.0.tgz", - "integrity": "sha512-CwBU76pbrgEs3tUQidL8iH5f48QQQn4+3p0ze6pfO7u4eU3qkSaSMbrILzGfqh6yjN/bdDTFldfFmdENjC78Ew==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.0.1.tgz", + "integrity": "sha512-RH7Lo45dFsJadW9DfG0fMvpuavAT5JOVgTPnpsbNjsb6JKWYhDzRvavPOB2bW/+YpxlyoW0VHR3h6F4ZuFDnww==", "requires": { "@babel/runtime": "^7.12.5", "fs-extra": "^8.1.0", diff --git a/package.json b/package.json index 6344217d..11197f30 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-image": "^1.0.1", "gatsby-plugin-intl": "^0.3.3", "gatsby-plugin-manifest": "^3.0.0", - "gatsby-plugin-netlify": "^3.0.0", + "gatsby-plugin-netlify": "^3.0.1", "gatsby-plugin-offline": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-sass": "^4.0.2",