From f8e65e7441bb6e9205aa696d66bdda2c969f3fdd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Jul 2021 14:59:35 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby from 3.8.0 to 3.8.1 (#6695) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.8.0...gatsby@3.8.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ab590d740..cc6b1a5b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "eslint-plugin-sort-class-members": "^1.11.0", "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", - "gatsby": "3.8.0", + "gatsby": "3.8.1", "gatsby-plugin-catch-links": "^3.1.0", "gatsby-plugin-page-creator": "^3.8.0", "gatsby-plugin-react-helmet": "^4.1.0", @@ -13004,9 +13004,9 @@ "dev": true }, "node_modules/gatsby": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz", - "integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.1.tgz", + "integrity": "sha512-IZphTACphil3F9ODtAYASA4+l8ErIae4eSTG0a5q9YSpSsfZBBCA5YblRIv+j/7Qi1XX9fP/eNnaxbyurqsPOw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -41917,9 +41917,9 @@ "dev": true }, "gatsby": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz", - "integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.1.tgz", + "integrity": "sha512-IZphTACphil3F9ODtAYASA4+l8ErIae4eSTG0a5q9YSpSsfZBBCA5YblRIv+j/7Qi1XX9fP/eNnaxbyurqsPOw==", "dev": true, "requires": { "@babel/code-frame": "^7.14.0", diff --git a/package.json b/package.json index 15fbd70d6a..063d3ec07b 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "eslint-plugin-sort-class-members": "^1.11.0", "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", - "gatsby": "3.8.0", + "gatsby": "3.8.1", "gatsby-plugin-catch-links": "^3.1.0", "gatsby-plugin-page-creator": "^3.8.0", "gatsby-plugin-react-helmet": "^4.1.0",