Skip to content

Commit e4ffb06

Browse files
Update dependency is-stream to v4
1 parent 8ea2c16 commit e4ffb06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/n3": "^1.0.0",
5353
"@types/readable-stream": "^4.0.0",
5454
"@types/sparqljs": "^3.0.0",
55-
"is-stream": "^2.0.0",
55+
"is-stream": "^4.0.0",
5656
"n3": "^1.0.0",
5757
"rdf-string": "^2.0.0",
5858
"readable-from-web": "^1.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3585,6 +3585,11 @@ is-stream@^2.0.0:
35853585
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
35863586
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
35873587

3588+
is-stream@^4.0.0:
3589+
version "4.0.1"
3590+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
3591+
integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
3592+
35883593
is-string@^1.0.7, is-string@^1.1.1:
35893594
version "1.1.1"
35903595
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz#92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9"

0 commit comments

Comments
 (0)