Skip to content

Commit 0d16084

Browse files
Update dependency is-stream to v4
1 parent 7a06792 commit 0d16084

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
@@ -50,7 +50,7 @@
5050
"@types/readable-stream": "^4.0.0",
5151
"@types/sparqljs": "^3.0.0",
5252
"cross-fetch": "^4.0.0",
53-
"is-stream": "^2.0.0",
53+
"is-stream": "^4.0.0",
5454
"n3": "^1.0.0",
5555
"rdf-string": "^1.0.0",
5656
"sparqljs": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3604,6 +3604,11 @@ is-stream@^3.0.0:
36043604
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
36053605
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
36063606

3607+
is-stream@^4.0.0:
3608+
version "4.0.1"
3609+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
3610+
integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
3611+
36073612
is-string@^1.0.5, is-string@^1.0.7:
36083613
version "1.0.7"
36093614
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"

0 commit comments

Comments
 (0)