Bump gatsby from 3.8.0 to 3.8.1 in /packages/website

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.8.0 to 3.8.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.8.0...gatsby@3.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-05 10:09:49 +00:00 committed by GitHub
parent 4aa49d242b
commit 57e4bb3b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -18,7 +18,7 @@
"copy-text-to-clipboard": "^3.0.1",
"crypto-browserify": "^3.12.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.8.0",
"gatsby": "^3.8.1",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.8.0",
"gatsby-plugin-image": "^1.8.0",
@ -61,7 +61,7 @@
"react-svg-loader": "^3.0.3",
"react-syntax-highlighter": "^15.4.3",
"react-use": "^17.2.4",
"skynet-js": "^4.0.10-beta",
"skynet-js": "^4.0.11-beta",
"stream-browserify": "^3.0.0",
"swr": "^0.5.6",
"tailwindcss": "^2.2.4"
@ -11204,9 +11204,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"node_modules/gatsby": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz",
"integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.1.tgz",
"integrity": "sha512-IZphTACphil3F9ODtAYASA4+l8ErIae4eSTG0a5q9YSpSsfZBBCA5YblRIv+j/7Qi1XX9fP/eNnaxbyurqsPOw==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.0",
@ -23530,9 +23530,9 @@
}
},
"node_modules/skynet-js": {
"version": "4.0.10-beta",
"resolved": "https://registry.npmjs.org/skynet-js/-/skynet-js-4.0.10-beta.tgz",
"integrity": "sha512-XaOe+VqjHnl2xdDH7ABTRTtivDmLOiu/5HBVebsWBjMvY//bpd+jLpA86NhNDr2NJKAw3AkOymrR9Aa9qugrUA==",
"version": "4.0.11-beta",
"resolved": "https://registry.npmjs.org/skynet-js/-/skynet-js-4.0.11-beta.tgz",
"integrity": "sha512-/fpxBeegGJeK+VWE8svUhBc2tVX0kJAZod5K172kKPO1g/GECeQLLSuWL2yvCMbSSTyH0dIFr5gemwGNsZHlMQ==",
"dependencies": {
"axios": "^0.21.0",
"base32-decode": "^1.0.0",
@ -36849,9 +36849,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz",
"integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.1.tgz",
"integrity": "sha512-IZphTACphil3F9ODtAYASA4+l8ErIae4eSTG0a5q9YSpSsfZBBCA5YblRIv+j/7Qi1XX9fP/eNnaxbyurqsPOw==",
"requires": {
"@babel/code-frame": "^7.14.0",
"@babel/core": "^7.14.0",
@ -46164,9 +46164,9 @@
"integrity": "sha512-LzIjEQ0S0DpIgnxMEayM1rq9aGwGRG4OnZhCdjx7glTaJtf4zRfpg87ImfjSJjoW9vKpagd82McDOwbRT5kQKQ=="
},
"skynet-js": {
"version": "4.0.10-beta",
"resolved": "https://registry.npmjs.org/skynet-js/-/skynet-js-4.0.10-beta.tgz",
"integrity": "sha512-XaOe+VqjHnl2xdDH7ABTRTtivDmLOiu/5HBVebsWBjMvY//bpd+jLpA86NhNDr2NJKAw3AkOymrR9Aa9qugrUA==",
"version": "4.0.11-beta",
"resolved": "https://registry.npmjs.org/skynet-js/-/skynet-js-4.0.11-beta.tgz",
"integrity": "sha512-/fpxBeegGJeK+VWE8svUhBc2tVX0kJAZod5K172kKPO1g/GECeQLLSuWL2yvCMbSSTyH0dIFr5gemwGNsZHlMQ==",
"requires": {
"axios": "^0.21.0",
"base32-decode": "^1.0.0",

View File

@ -15,7 +15,7 @@
"copy-text-to-clipboard": "^3.0.1",
"crypto-browserify": "^3.12.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.8.0",
"gatsby": "^3.8.1",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.8.0",
"gatsby-plugin-image": "^1.8.0",