fix: update gatsby monorepo (#17431)

This commit is contained in:
GatsbyJS Bot
2019-09-05 21:40:00 +00:00
parent 89fb795af0
commit a0dd7cd7a1
3 changed files with 23 additions and 23 deletions
+10 -10
View File
@@ -5708,9 +5708,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.15.8",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.15.8.tgz",
"integrity": "sha512-yBXMSB7IbPvd1jQCDmtXZUmlJM3iz3REm5DSAalF7dNwMhkvCnDcYvvctEf6/sz7CF/DepmWqiDqFLJ6L8HbHw==",
"version": "2.15.9",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.15.9.tgz",
"integrity": "sha512-c+QtdiMivZI6xQBWx/ClwqXhatqC5/bJjIWXVL5ik+PBsmoa1EsH8XA+FHZUVQsGN8pZ2kF+guEaSZ+a5ONy2g==",
"requires": {
"@babel/code-frame": "^7.5.5",
"@babel/core": "^7.5.5",
@@ -5774,7 +5774,7 @@
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.7.44",
"gatsby-core-utils": "^1.0.7",
"gatsby-graphiql-explorer": "^0.2.12",
"gatsby-graphiql-explorer": "^0.2.13",
"gatsby-link": "^2.2.12",
"gatsby-plugin-page-creator": "^2.1.16",
"gatsby-react-router-scroll": "^2.1.7",
@@ -6265,9 +6265,9 @@
"integrity": "sha512-G4C/n8tzZVUgs+nLs8Gho7OfgcOWsoKij6az25vCATC9daqrCh1R0ouInqCtIBk7pBim/jt7UAtlClXpp6HyqQ=="
},
"gatsby-graphiql-explorer": {
"version": "0.2.12",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.12.tgz",
"integrity": "sha512-BM66MSA2xGV0uVqrZKZJmglH8+YBlLQX3I7AEgUrWizyLTIkkrLWAt+Dw0GUu8tmIgDKru7SJ55HvEqbwI3i7w==",
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.13.tgz",
"integrity": "sha512-cznrs+5+XfyO03kkrPQAnOHRsDsmPuoeEhgc9ldVf8fyNC9Slzs6NDfG+QCwdOFU2moGUQyTQw+VFGDurLIqOg==",
"requires": {
"@babel/runtime": "^7.5.5"
}
@@ -9353,9 +9353,9 @@
}
},
"portfinder": {
"version": "1.0.23",
"resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.23.tgz",
"integrity": "sha512-B729mL/uLklxtxuiJKfQ84WPxNw5a7Yhx3geQZdcA4GjNjZSTSSMMWyoennMVnTWSmAR0lMdzWYN0JLnHrg1KQ==",
"version": "1.0.24",
"resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.24.tgz",
"integrity": "sha512-ekRl7zD2qxYndYflwiryJwMioBI7LI7rVXg3EnLK3sjkouT5eOuhS3gS255XxBksa30VG8UPZYZCdgfGOfkSUg==",
"requires": {
"async": "^1.5.2",
"debug": "^2.2.0",