Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Update dependency posthtml-img-autosize to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 21, 2020
1 parent adf6eed commit 6b518cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"node-sass": "4.12.0",
"parcel-bundler": "1.12.4",
"postcss-modules": "2.0.0",
"posthtml-img-autosize": "0.1.4",
"posthtml-img-autosize": "0.1.5",
"yakuhanjp": "3.3.1"
}
}
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2810,9 +2810,12 @@ ieee754@^1.1.4:
version "1.1.13"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"

image-size@^0.7.2:
version "0.7.5"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.7.5.tgz#269f357cf5797cb44683dfa99790e54c705ead04"
image-size@^0.8.3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.8.3.tgz#f0b568857e034f29baffd37013587f2c0cad8b46"
integrity sha512-SMtq1AJ+aqHB45c3FsB4ERK0UCiA2d3H1uq8s+8T0Pf8A3W4teyBQyaFaktH6xvZqh+npwlKU7i4fJo0r7TYTg==
dependencies:
queue "6.0.1"

import-fresh@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -4286,11 +4289,12 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.14, postcss@^7.0.1
source-map "^0.6.1"
supports-color "^6.1.0"

posthtml-img-autosize@0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/posthtml-img-autosize/-/posthtml-img-autosize-0.1.4.tgz#0c3d612ba5f6682ebfe344de89e57ffedb5da4ed"
posthtml-img-autosize@0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/posthtml-img-autosize/-/posthtml-img-autosize-0.1.5.tgz#951135ebe9bc5b1b6a373d526e3a33392ba7cae7"
integrity sha512-V3YDkqpZkWOWVs1JasZ1GkjWulpfI7MRWWXhQofetKMJhw0N5SKT3YilQQn37Ulj+yCfHuqkuDdhswdTNezN5A==
dependencies:
image-size "^0.7.2"
image-size "^0.8.3"

posthtml-parser@^0.4.0, posthtml-parser@^0.4.1, posthtml-parser@^0.4.2:
version "0.4.2"
Expand Down Expand Up @@ -4388,6 +4392,13 @@ querystring@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"

queue@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.1.tgz#abd5a5b0376912f070a25729e0b6a7d565683791"
integrity sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==
dependencies:
inherits "~2.0.3"

quote-stream@^1.0.1, quote-stream@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/quote-stream/-/quote-stream-1.0.2.tgz#84963f8c9c26b942e153feeb53aae74652b7e0b2"
Expand Down

0 comments on commit 6b518cc

Please sign in to comment.