From cff90a025e02a317e16218904360ad957302c347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:07:52 +0000 Subject: [PATCH] Bump gatsby from 3.9.0 to 3.9.1 in /packages/website Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.9.0 to 3.9.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.9.0...gatsby@3.9.1) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/website/package-lock.json | 14 +++++++------- packages/website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 895556cb..aba72795 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -18,7 +18,7 @@ "copy-text-to-clipboard": "^3.0.1", "crypto-browserify": "^3.12.0", "framer-motion": "^4.1.17", - "gatsby": "^3.9.0", + "gatsby": "^3.9.1", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.9.0", "gatsby-plugin-image": "^1.9.0", @@ -11180,9 +11180,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "node_modules/gatsby": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.9.0.tgz", - "integrity": "sha512-cBM5Ak4uWMg/eI4du776NIqymGdiQH6qYPvDYdxTItjDrJxZz13Fs3k8fRBgKyGq9xh3+48FLjdSikK2ZUaQXA==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.9.1.tgz", + "integrity": "sha512-lc0bP7jJwDD5z69WS4PwddPfEKR70UQTFMjEV+BBNAmrm0ZptA1sVmBVaIfclFIUXk5UmBvf7V5m9cS0/jNa0Q==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -36734,9 +36734,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.9.0.tgz", - "integrity": "sha512-cBM5Ak4uWMg/eI4du776NIqymGdiQH6qYPvDYdxTItjDrJxZz13Fs3k8fRBgKyGq9xh3+48FLjdSikK2ZUaQXA==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.9.1.tgz", + "integrity": "sha512-lc0bP7jJwDD5z69WS4PwddPfEKR70UQTFMjEV+BBNAmrm0ZptA1sVmBVaIfclFIUXk5UmBvf7V5m9cS0/jNa0Q==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/core": "^7.14.0", diff --git a/packages/website/package.json b/packages/website/package.json index 29a9ef23..c2350c40 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -15,7 +15,7 @@ "copy-text-to-clipboard": "^3.0.1", "crypto-browserify": "^3.12.0", "framer-motion": "^4.1.17", - "gatsby": "^3.9.0", + "gatsby": "^3.9.1", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.9.0", "gatsby-plugin-image": "^1.9.0",