From f657cbb7ab5efb8e56a4e4bc79615b004cb6d840 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Jun 2021 22:46:17 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby from 3.7.1 to 3.7.2 (#6647) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.7.1 to 3.7.2. - [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.7.1...gatsby@3.7.2) 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 f6f4a5ac87..eb72e0a268 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.7.1", + "gatsby": "3.7.2", "gatsby-plugin-catch-links": "^3.1.0", "gatsby-plugin-page-creator": "^3.7.1", "gatsby-plugin-react-helmet": "^4.1.0", @@ -12944,9 +12944,9 @@ "dev": true }, "node_modules/gatsby": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.1.tgz", - "integrity": "sha512-DZlUr5ZERpD+3G+itMlK7YDtj5QRrq3hbP1NvjZAOhrZwn0nneFj4lmF2nnmQXLqR0x7RPPG3iQaxk/18UlUQw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.2.tgz", + "integrity": "sha512-grweoXdoE/Y6f1/qj3wDJ5JVQvfEwz/EPqPF9IXE3fbHdItr6hFCfYW9TmQopSHMuCxzvNhoCgwtyUL6sobBgw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -41837,9 +41837,9 @@ "dev": true }, "gatsby": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.1.tgz", - "integrity": "sha512-DZlUr5ZERpD+3G+itMlK7YDtj5QRrq3hbP1NvjZAOhrZwn0nneFj4lmF2nnmQXLqR0x7RPPG3iQaxk/18UlUQw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.2.tgz", + "integrity": "sha512-grweoXdoE/Y6f1/qj3wDJ5JVQvfEwz/EPqPF9IXE3fbHdItr6hFCfYW9TmQopSHMuCxzvNhoCgwtyUL6sobBgw==", "dev": true, "requires": { "@babel/code-frame": "^7.14.0", diff --git a/package.json b/package.json index dccc729ea0..a5ef5ac65b 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.7.1", + "gatsby": "3.7.2", "gatsby-plugin-catch-links": "^3.1.0", "gatsby-plugin-page-creator": "^3.7.1", "gatsby-plugin-react-helmet": "^4.1.0",