Bump gatsby from 3.14.3 to 3.14.4 (#697)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.14.3 to 3.14.4.
- [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.14.3...gatsby@3.14.4)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-25 10:01:14 +01:00 committed by GitHub
parent 4365da8e1e
commit 02361bd8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"axios": "^0.23.0",
"file-saver": "^2.0.5",
"framer-motion": "^4.1.17",
"gatsby": "^3.14.3",
"gatsby": "^3.14.4",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-matomo": "^0.10.0",
@ -10915,9 +10915,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"node_modules/gatsby": {
"version": "3.14.3",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.3.tgz",
"integrity": "sha512-B6NmmIvGGVNktky0YGugxMJlZAbKEzGMMBA8ojbaDhfEzfNXxsyHYd0aHKL0fNwPEqMKUsllaACdXrw6CWRk2g==",
"version": "3.14.4",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.4.tgz",
"integrity": "sha512-cpsMhl2qkE0+TL0znwflVfycy143fFucGtFDkNxu8dbY0GRjA9MiDwlS/aSqg5U2HhhF39IcBvwuntiaP6vQ0g==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.0",
@ -34631,9 +34631,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "3.14.3",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.3.tgz",
"integrity": "sha512-B6NmmIvGGVNktky0YGugxMJlZAbKEzGMMBA8ojbaDhfEzfNXxsyHYd0aHKL0fNwPEqMKUsllaACdXrw6CWRk2g==",
"version": "3.14.4",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.14.4.tgz",
"integrity": "sha512-cpsMhl2qkE0+TL0znwflVfycy143fFucGtFDkNxu8dbY0GRjA9MiDwlS/aSqg5U2HhhF39IcBvwuntiaP6vQ0g==",
"requires": {
"@babel/code-frame": "^7.14.0",
"@babel/core": "^7.15.5",

View File

@ -25,7 +25,7 @@
"axios": "^0.23.0",
"file-saver": "^2.0.5",
"framer-motion": "^4.1.17",
"gatsby": "^3.14.3",
"gatsby": "^3.14.4",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-matomo": "^0.10.0",