Update gatsby-remark-images from 1.5.33 to 1.5.34

This commit is contained in:
Dependencies.io Bot 2017-12-10 16:29:07 +00:00
parent 20b199146a
commit 7d1bf737d3
2 changed files with 5 additions and 22 deletions

View File

@ -35,7 +35,7 @@
"gatsby-plugin-sharp": "^1.6.23",
"gatsby-remark-autolink-headers": "^1.4.10",
"gatsby-remark-copy-linked-files": "^1.5.23",
"gatsby-remark-images": "^1.5.33",
"gatsby-remark-images": "^1.5.34",
"gatsby-remark-smartypants": "^1.4.9",
"gatsby-source-filesystem": "^1.5.9",
"gatsby-transformer-remark": "^1.7.23",

View File

@ -4228,23 +4228,6 @@ gatsby-module-loader@^1.0.9:
babel-runtime "^6.26.0"
loader-utils "^0.2.16"
gatsby-plugin-sharp@^1.6.22:
version "1.6.22"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.22.tgz#7d1c71a881e89c4327450b15820d4614eb72e6e3"
dependencies:
async "^2.1.2"
babel-runtime "^6.26.0"
bluebird "^3.5.0"
image-size "^0.5.1"
imagemin "^5.2.2"
imagemin-pngquant "^5.0.0"
imagemin-webp "^4.0.0"
lodash "^4.17.4"
potrace "^2.1.1"
progress "^1.1.8"
sharp "^0.17.3"
svgo "^0.7.2"
gatsby-plugin-sharp@^1.6.23:
version "1.6.23"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.23.tgz#6f53013ee72a6b4613587ec07485cffc18e40e9b"
@ -4292,13 +4275,13 @@ gatsby-remark-copy-linked-files@^1.5.23:
path-is-inside "^1.0.2"
unist-util-visit "^1.1.1"
gatsby-remark-images@^1.5.33:
version "1.5.33"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-1.5.33.tgz#41f3a7eb68d4f59f5868401242ef217c3a7f2189"
gatsby-remark-images@^1.5.34:
version "1.5.34"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-1.5.34.tgz#0e55b88d8f26e363d76b5705b7e92cc492ad15a0"
dependencies:
babel-runtime "^6.26.0"
cheerio "^1.0.0-rc.2"
gatsby-plugin-sharp "^1.6.22"
gatsby-plugin-sharp "^1.6.23"
is-relative-url "^2.0.0"
lodash "^4.17.4"
slash "^1.0.0"