From 644b442293dfd90bf2c48a5099c72ee2b8eedb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 10:06:21 +0000 Subject: [PATCH] Bump gatsby from 3.6.1 to 3.6.2 in /packages/website Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.6.1 to 3.6.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.6.1...gatsby@3.6.2) --- 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 55c5d30a..ef82c436 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.6.1", + "gatsby": "^3.6.2", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.6.0", "gatsby-plugin-image": "^1.6.0", @@ -10934,9 +10934,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "node_modules/gatsby": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.1.tgz", - "integrity": "sha512-xNR6IMzl+6ejuMy2yGukyYmsasOXnmmb90U/v1/rwXpovo7nOHJUwGPDTblLTYsHiq2Bpv5RJcGS6P/yhfKqOw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", + "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -37013,9 +37013,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.1.tgz", - "integrity": "sha512-xNR6IMzl+6ejuMy2yGukyYmsasOXnmmb90U/v1/rwXpovo7nOHJUwGPDTblLTYsHiq2Bpv5RJcGS6P/yhfKqOw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", + "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/core": "^7.12.3", diff --git a/packages/website/package.json b/packages/website/package.json index 2bfffcdb..c8c4d3be 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.6.1", + "gatsby": "^3.6.2", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.6.0", "gatsby-plugin-image": "^1.6.0",