Upgrade dependencies

This commit is contained in:
Kyle Mathews 2017-12-17 17:07:31 -08:00
parent f30d6dd79e
commit b8e22da5fe
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -6140,9 +6140,9 @@
"dev": true
},
"gatsby": {
"version": "1.9.140",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.140.tgz",
"integrity": "sha512-/xTQ1pzbRLVMWXXTFaeJ+MLDTtPKYM4s5pssp8r3qKzH/CdNWkrUimKlX0rI0Q+mM47BeuNp9iVeLsP28+kiWQ==",
"version": "1.9.141",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.141.tgz",
"integrity": "sha512-vKJCsxnGxu1uj7WCCVPL9Et/VEOhAWiaPWgJqgggyGUJF59UI3zA4152n6BNpPk7j20qHCTNYQoYtvXTIXmlDw==",
"requires": {
"async": "2.6.0",
"babel-code-frame": "6.26.0",

View file

@ -7,7 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"gatsby": "^1.9.140",
"gatsby": "^1.9.141",
"gatsby-link": "^1.6.32",
"gatsby-plugin-feed": "^1.3.15",
"gatsby-plugin-google-analytics": "^1.0.14",