From 0b8ab96d4150757f67cab1a3782b5147e134ba50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:00:59 +0000 Subject: [PATCH] Bump gatsby-plugin-netlify from 2.11.0 to 3.0.0 Bumps [gatsby-plugin-netlify](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-netlify) from 2.11.0 to 3.0.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-netlify/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.0.0/packages/gatsby-plugin-netlify) Signed-off-by: dependabot[bot] --- 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 41fc600a..7edd3ff9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8925,9 +8925,9 @@ } }, "gatsby-plugin-netlify": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.11.0.tgz", - "integrity": "sha512-L84m9sVZ7ZyF05QnuTPAfnr7tUS8lqg5PWN2hqXGSnf1g+9UFlIO3vxsGedQKqgkhjsnn8zVrmvvAtISZXT+bQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.0.0.tgz", + "integrity": "sha512-CwBU76pbrgEs3tUQidL8iH5f48QQQn4+3p0ze6pfO7u4eU3qkSaSMbrILzGfqh6yjN/bdDTFldfFmdENjC78Ew==", "requires": { "@babel/runtime": "^7.12.5", "fs-extra": "^8.1.0", diff --git a/package.json b/package.json index eea736ff..17ba50c1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gatsby-core-utils": "^2.0.0", "gatsby-plugin-feed": "^3.0.0", "gatsby-plugin-image": "^1.0.0", - "gatsby-plugin-netlify": "^2.11.0", + "gatsby-plugin-netlify": "^3.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-sharp": "^3.0.0", "gatsby-plugin-sitemap": "^3.0.0",