From 02361bd8adc487a36b861cbcc453b416093fcbab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 10:01:14 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[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 c9612f6..c7ebfc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 565f7b0..3d312b0 100644 --- a/package.json +++ b/package.json @@ -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",