From e90bc598fde02e61da97e61233ee38d0ac46ef49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Apr 2021 07:22:10 +0000 Subject: [PATCH] build: update image-size to version 1.0.0 (#41691) PR Close #41691 --- aio/package.json | 2 +- aio/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/package.json b/aio/package.json index 54f5ecfc924..2289ad2e3c1 100644 --- a/aio/package.json +++ b/aio/package.json @@ -135,7 +135,7 @@ "hast-util-to-string": "^1.0.4", "html": "^1.0.0", "ignore": "^5.1.8", - "image-size": "^0.9.7", + "image-size": "^1.0.0", "jasmine": "~3.7.0", "jasmine-core": "~3.7.1", "jasmine-spec-reporter": "~6.0.0", diff --git a/aio/yarn.lock b/aio/yarn.lock index 666ca40aa66..60ad958ab22 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -6596,10 +6596,10 @@ ignorepatterns@^4.13.0: resolved "https://registry.yarnpkg.com/ignorepatterns/-/ignorepatterns-4.14.0.tgz#87d560af3b3bb75fe2b0c60c04426ec0a17724d2" integrity sha512-WtiEVnVtmKl5yqViMRqbVKUkokWeFtLd1bbbSgimpTSvgA0IUHWuinGOZR8z/hiumh3GYZzBvkjRf0dcQB4jaA== -image-size@^0.9.7: - version "0.9.7" - resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.9.7.tgz#43b4ead4b1310d5ae310a559d52935a347e47c09" - integrity sha512-KRVgLNZkr00YGN0qn9MlIrmlxbRhsCcEb1Byq3WKGnIV4M48iD185cprRtaoK4t5iC+ym2Q5qlArxZ/V1yzDgA== +image-size@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.0.tgz#58b31fe4743b1cec0a0ac26f5c914d3c5b2f0750" + integrity sha512-JLJ6OwBfO1KcA+TvJT+v8gbE6iWbj24LyDNFgFEN0lzegn6cC6a/p3NIDaepMsJjQjlUWqIC7wJv8lBFxPNjcw== dependencies: queue "6.0.2"