Skip to content

Commit 29b9c1a

Browse files
chore(deps): bump is-image from 2.0.0 to 4.0.0
Bumps [is-image](https://github.com/sindresorhus/is-image) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/is-image/releases) - [Commits](sindresorhus/is-image@v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: is-image dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad0e6c2 commit 29b9c1a

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"debounce": "^1.2.0",
7878
"iframe": "^1.0.0",
7979
"iframe-resizer-react": "^1.1.0",
80-
"is-image": "^2.0.0",
80+
"is-image": "^4.0.0",
8181
"is-text-path": "^1.0.1",
8282
"is-video": "^1.0.1",
8383
"javascript-time-ago": "^1.0.32",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9100,11 +9100,6 @@ ignore@^5.1.4, ignore@^5.1.8:
91009100
resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz"
91019101
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
91029102

9103-
image-extensions@^1.0.1:
9104-
version "1.1.0"
9105-
resolved "https://registry.npmjs.org/image-extensions/-/image-extensions-1.1.0.tgz"
9106-
integrity sha1-uOa/YDnfAFbjM1AqALZjejEF2JQ=
9107-
91089103
image-size@~0.5.0:
91099104
version "0.5.5"
91109105
resolved "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz"
@@ -9699,12 +9694,10 @@ is-hexadecimal@^1.0.0:
96999694
resolved "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz"
97009695
integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
97019696

9702-
is-image@^2.0.0:
9703-
version "2.0.0"
9704-
resolved "https://registry.npmjs.org/is-image/-/is-image-2.0.0.tgz"
9705-
integrity sha1-RUyVaVeN4xhpNx+/rqSVj0YbPgw=
9706-
dependencies:
9707-
image-extensions "^1.0.1"
9697+
is-image@^4.0.0:
9698+
version "4.0.0"
9699+
resolved "https://registry.yarnpkg.com/is-image/-/is-image-4.0.0.tgz#3caa93ce42406e8bc631e74aa9ca6764ea2f3e70"
9700+
integrity sha512-GaEydOss69aTWNUH0EczOLH7WhNeEjf61fqU4pxUZE7+s86T2X3tEtolOkQ8mI5esdsNHl68ogD9h4cUWSSMog==
97089701

97099702
is-map@^2.0.1:
97109703
version "2.0.2"

0 commit comments

Comments
 (0)