Skip to content

Commit 74c5984

Browse files
Update dependency is-stream to v4
1 parent 91fcc25 commit 74c5984

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
@@ -3971,6 +3971,11 @@ is-stream@^2.0.0:
39713971
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
39723972
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
39733973

3974+
is-stream@^4.0.0:
3975+
version "4.0.1"
3976+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
3977+
integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
3978+
39743979
is-string@^1.0.7, is-string@^1.1.1:
39753980
version "1.1.1"
39763981
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz#92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9"

0 commit comments

Comments
 (0)