diff --git a/package-lock.json b/package-lock.json index a60654e..3ff0921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6378,9 +6378,9 @@ "dev": true }, "gatsby": { - "version": "1.9.204", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.204.tgz", - "integrity": "sha1-3kzjtsfHSxb4aAmGVoIkMoBWs8s=", + "version": "1.9.206", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.206.tgz", + "integrity": "sha1-dXakpHn/VubfDZVj8CO/0hfQEMU=", "requires": { "async": "2.6.0", "babel-code-frame": "6.26.0", @@ -6626,9 +6626,9 @@ } }, "gatsby-plugin-sharp": { - "version": "1.6.31", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.31.tgz", - "integrity": "sha1-qhNkQqkvIN9GKei03cEXNcbtbZA=", + "version": "1.6.32", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.32.tgz", + "integrity": "sha1-AjrnhWY+51maJ4U2z084YXUswK8=", "requires": { "async": "2.6.0", "babel-runtime": "6.26.0", @@ -6728,13 +6728,13 @@ } }, "gatsby-remark-images": { - "version": "1.5.47", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.47.tgz", - "integrity": "sha1-siQJwNsqLXmPlYlHAmxFoou1cZ0=", + "version": "1.5.48", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.48.tgz", + "integrity": "sha1-8SZJbZhU/hZ4wpJEpjop2cIjRr8=", "requires": { "babel-runtime": "6.26.0", "cheerio": "1.0.0-rc.2", - "gatsby-plugin-sharp": "1.6.31", + "gatsby-plugin-sharp": "1.6.32", "is-relative-url": "2.0.0", "lodash": "4.17.5", "slash": "1.0.0", @@ -12669,9 +12669,9 @@ } }, "redux-devtools-instrument": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/redux-devtools-instrument/-/redux-devtools-instrument-1.8.2.tgz", - "integrity": "sha1-XpHP5ALnkNrj/S8NI197fYSwn/4=", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/redux-devtools-instrument/-/redux-devtools-instrument-1.8.3.tgz", + "integrity": "sha1-xRDWerTl5FJazW5BDCWrRrhaynw=", "requires": { "lodash": "4.17.5", "symbol-observable": "1.2.0" @@ -12969,7 +12969,7 @@ "requires": { "jsan": "3.1.9", "querystring": "0.2.0", - "redux-devtools-instrument": "1.8.2", + "redux-devtools-instrument": "1.8.3", "remotedev-utils": "0.1.4", "rn-host-detect": "1.1.3", "socketcluster-client": "5.5.2" diff --git a/package.json b/package.json index 62aae14..5d687a4 100644 --- a/package.json +++ b/package.json @@ -7,16 +7,16 @@ "url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues" }, "dependencies": { - "gatsby": "^1.9.204", + "gatsby": "^1.9.206", "gatsby-link": "^1.6.37", "gatsby-plugin-feed": "^1.3.18", "gatsby-plugin-google-analytics": "^1.0.19", "gatsby-plugin-offline": "^1.0.14", "gatsby-plugin-react-helmet": "^1.0.8", - "gatsby-plugin-sharp": "^1.6.31", + "gatsby-plugin-sharp": "^1.6.32", "gatsby-plugin-typography": "^1.7.14", "gatsby-remark-copy-linked-files": "^1.5.27", - "gatsby-remark-images": "^1.5.47", + "gatsby-remark-images": "^1.5.48", "gatsby-remark-prismjs": "^1.2.15", "gatsby-remark-responsive-iframe": "^1.4.17", "gatsby-remark-smartypants": "^1.4.11",