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] <support@dependabot.com>

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>
This commit is contained in:
dependabot-preview[bot]
2021-06-19 22:46:17 +00:00
committed by GitHub
parent 5fadcf36be
commit f657cbb7ab
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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",

View File

@@ -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",