fix(starters): update dependency gatsby to ^2.5.4 (#14135)

This commit is contained in:
GatsbyJS Bot
2019-05-18 04:55:04 +00:00
parent 5a2c40d45c
commit 98ab893b8d
3 changed files with 43 additions and 43 deletions
+19 -19
View File
@@ -5201,9 +5201,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.3.tgz",
"integrity": "sha512-2yaPJX5OsPlGk6uxvlXmp0vRiuyfT++29IfIQSlGGoHYxIJUNicOxLPPojlpmx9P8ZnN5tkEh1Uc8EliQP/o3A==",
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.4.tgz",
"integrity": "sha512-qkXIiqe4YM5WhwpqxZiw1WSPh5pphbF0tqkryHXZGdpswaLF+ltG+VXcT477P6Jrn69F/Sczcr1a7utRQ/vL6g==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -5277,7 +5277,7 @@
"is-relative-url": "^2.0.0",
"is-wsl": "^1.1.0",
"jest-worker": "^23.2.0",
"joi": "12.x.x",
"joi": "^14.0.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
"kebab-hash": "^0.1.2",
@@ -6075,9 +6075,9 @@
}
},
"hoek": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz",
"integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA=="
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz",
"integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ=="
},
"hoist-non-react-statics": {
"version": "3.3.0",
@@ -6836,13 +6836,13 @@
}
},
"joi": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-12.0.0.tgz",
"integrity": "sha512-z0FNlV4NGgjQN1fdtHYXf5kmgludM65fG/JlXzU6+rwkt9U5UWuXVYnXa2FpK0u6+qBuCmrm5byPNuiiddAHvQ==",
"version": "14.3.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz",
"integrity": "sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==",
"requires": {
"hoek": "4.x.x",
"hoek": "6.x.x",
"isemail": "3.x.x",
"topo": "2.x.x"
"topo": "3.x.x"
}
},
"js-levenshtein": {
@@ -9470,9 +9470,9 @@
}
},
"regexp-tree": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.6.tgz",
"integrity": "sha512-LFrA98Dw/heXqDojz7qKFdygZmFoiVlvE1Zp7Cq2cvF+ZA+03Gmhy0k0PQlsC1jvHPiTUSs+pDHEuSWv6+6D7w=="
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.8.tgz",
"integrity": "sha512-9ASu7tuCKzdFa2YKfJmnmlilFrIJ8HFfE6MCs4aDLUw4gTBAaNwTTx/gw8Qo97fsV+UTVQXTmz9sHByeC8sKZg=="
},
"regexpp": {
"version": "2.0.1",
@@ -10903,11 +10903,11 @@
"integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw=="
},
"topo": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/topo/-/topo-2.0.2.tgz",
"integrity": "sha1-zVYVdSU5BXwNwEkaYhw7xvvh0YI=",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz",
"integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==",
"requires": {
"hoek": "4.x.x"
"hoek": "6.x.x"
}
},
"trim-right": {