fix(starters): update dependency gatsby to ^2.9.11 (#14912)

This commit is contained in:
GatsbyJS Bot
2019-06-19 16:28:51 +00:00
parent 335aeae543
commit b95210e838
3 changed files with 27 additions and 22 deletions
+11 -11
View File
@@ -5244,9 +5244,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.9.9",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.9.9.tgz",
"integrity": "sha512-jAAMCn7NNeymwTQ2+EcpWQmwbOEjd6RiBAxc7aBvfSg3PDJUG50bCeWC9TaYC81hiHq3XSHgJLDB+02BSJmjkw==",
"version": "2.9.11",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.9.11.tgz",
"integrity": "sha512-9Dkn4y0P7RIYtTUQSl9+L96R3sonHlaj+RbCxCrrtdH+EWABja2iTPO+qKZWTELFaQkvr+Z3Kfsxed+aRpzmLQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -5304,7 +5304,7 @@
"flat": "^4.0.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.6.12",
"gatsby-cli": "^2.6.13",
"gatsby-graphiql-explorer": "^0.1.2",
"gatsby-link": "^2.1.1",
"gatsby-plugin-page-creator": "^2.0.13",
@@ -5445,9 +5445,9 @@
}
},
"gatsby-cli": {
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.6.12.tgz",
"integrity": "sha512-Ed1oM9ahiI32iO47QgcIw1hBLeroqVFURjrNCHebOWEVJcTS1JaslcACJWN2Hq5OUyHC42hN7bDKU6IkmGe/Uw==",
"version": "2.6.13",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.6.13.tgz",
"integrity": "sha512-jYyInlZ8Qup3wbUcuMxqjRFrgsr5VmlxTFS4RwvZylkNZ9+9t+pM8kMR2rv5wrzS5KUQaN+OV0R/jwIp+a+paw==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -5470,7 +5470,7 @@
"is-valid-path": "^0.1.1",
"lodash": "^4.17.10",
"meant": "^1.0.1",
"node-fetch": "2.3.0",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
"opentracing": "^0.14.3",
"pretty-error": "^2.1.1",
@@ -5551,9 +5551,9 @@
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
},
"node-fetch": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
"integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"os-locale": {
"version": "3.1.0",
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.9.9",
"gatsby": "^2.9.11",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
+15 -10
View File
@@ -3998,10 +3998,10 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gatsby-cli@^2.6.12:
version "2.6.12"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.12.tgz#22e2e99df00a6c273061693e3b81e8637ac982bb"
integrity sha512-Ed1oM9ahiI32iO47QgcIw1hBLeroqVFURjrNCHebOWEVJcTS1JaslcACJWN2Hq5OUyHC42hN7bDKU6IkmGe/Uw==
gatsby-cli@^2.6.13:
version "2.6.13"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.13.tgz#03194f7a67064e47535ab7c37286a993548cefec"
integrity sha512-jYyInlZ8Qup3wbUcuMxqjRFrgsr5VmlxTFS4RwvZylkNZ9+9t+pM8kMR2rv5wrzS5KUQaN+OV0R/jwIp+a+paw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0"
@@ -4022,7 +4022,7 @@ gatsby-cli@^2.6.12:
is-valid-path "^0.1.1"
lodash "^4.17.10"
meant "^1.0.1"
node-fetch "2.3.0"
node-fetch "^2.6.0"
object.entries "^1.1.0"
opentracing "^0.14.3"
pretty-error "^2.1.1"
@@ -4103,10 +4103,10 @@ gatsby-telemetry@^1.0.12:
stack-utils "1.0.2"
uuid "3.3.2"
gatsby@^2.9.9:
version "2.9.9"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.9.9.tgz#9a435ca5751b0958bc764b8eb801356158e47c0e"
integrity sha512-jAAMCn7NNeymwTQ2+EcpWQmwbOEjd6RiBAxc7aBvfSg3PDJUG50bCeWC9TaYC81hiHq3XSHgJLDB+02BSJmjkw==
gatsby@^2.9.11:
version "2.9.11"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.9.11.tgz#b5519f1c454d6d12a76211f66a7a77cb11d4c304"
integrity sha512-9Dkn4y0P7RIYtTUQSl9+L96R3sonHlaj+RbCxCrrtdH+EWABja2iTPO+qKZWTELFaQkvr+Z3Kfsxed+aRpzmLQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
@@ -4164,7 +4164,7 @@ gatsby@^2.9.9:
flat "^4.0.0"
fs-exists-cached "1.0.0"
fs-extra "^5.0.0"
gatsby-cli "^2.6.12"
gatsby-cli "^2.6.13"
gatsby-graphiql-explorer "^0.1.2"
gatsby-link "^2.1.1"
gatsby-plugin-page-creator "^2.0.13"
@@ -6172,6 +6172,11 @@ node-fetch@^1.0.1:
encoding "^0.1.11"
is-stream "^1.0.1"
node-fetch@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
node-forge@0.7.5:
version "0.7.5"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df"