Skip to content

Commit

Permalink
patch hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
azf20 committed May 9, 2024
1 parent dbb3461 commit cb176a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions packages/niftygraph/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,9 @@ [email protected]:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=

"concat-stream@github:hugomrdias/concat-stream#feat/smaller":
"concat-stream@github:max-mapper/concat-stream#feat/smaller":
version "2.0.0"
resolved "https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034"
resolved "https://codeload.github.com/max-mapper/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034"
dependencies:
inherits "^2.0.3"
readable-stream "^3.0.2"
Expand Down Expand Up @@ -1278,7 +1278,7 @@ ipfs-http-client@^34.0.0:
bs58 "^4.0.1"
buffer "^5.4.2"
cids "~0.7.1"
concat-stream "github:hugomrdias/concat-stream#feat/smaller"
concat-stream "github:max-mapper/concat-stream#feat/smaller"
debug "^4.1.0"
detect-node "^2.0.4"
end-of-stream "^1.4.1"
Expand Down Expand Up @@ -1307,7 +1307,7 @@ ipfs-http-client@^34.0.0:
multibase "~0.6.0"
multicodec "~0.5.1"
multihashes "~0.4.14"
ndjson "github:hugomrdias/ndjson#feat/readable-stream3"
ndjson "github:max-mapper/ndjson#feat/readable-stream3"
once "^1.4.0"
peer-id "~0.12.3"
peer-info "~0.15.1"
Expand Down Expand Up @@ -2049,9 +2049,9 @@ napi-build-utils@^1.0.1:
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806"
integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==

"ndjson@github:hugomrdias/ndjson#feat/readable-stream3":
"ndjson@github:max-mapper/ndjson#feat/readable-stream3":
version "1.5.0"
resolved "https://codeload.github.com/hugomrdias/ndjson/tar.gz/4db16da6b42e5b39bf300c3a7cde62abb3fa3a11"
resolved "https://codeload.github.com/max-mapper/ndjson/tar.gz/4db16da6b42e5b39bf300c3a7cde62abb3fa3a11"
dependencies:
json-stringify-safe "^5.0.1"
minimist "^1.2.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6947,9 +6947,9 @@ concat-stream@^1.5.0, concat-stream@^1.5.1, concat-stream@^1.6.2, concat-stream@
readable-stream "^2.2.2"
typedarray "^0.0.6"

concat-stream@^2.0.0, "concat-stream@github:hugomrdias/concat-stream#feat/smaller":
concat-stream@^2.0.0, "concat-stream@github:max-mapper/concat-stream#feat/smaller":
version "2.0.0"
resolved "https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034"
resolved "https://codeload.github.com/max-mapper/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034"
dependencies:
inherits "^2.0.3"
readable-stream "^3.0.2"
Expand Down Expand Up @@ -11694,7 +11694,7 @@ ipfs-http-client@^34.0.0:
bs58 "^4.0.1"
buffer "^5.4.2"
cids "~0.7.1"
concat-stream "github:hugomrdias/concat-stream#feat/smaller"
concat-stream "github:max-mapper/concat-stream#feat/smaller"
debug "^4.1.0"
detect-node "^2.0.4"
end-of-stream "^1.4.1"
Expand Down Expand Up @@ -11723,7 +11723,7 @@ ipfs-http-client@^34.0.0:
multibase "~0.6.0"
multicodec "~0.5.1"
multihashes "~0.4.14"
ndjson "github:hugomrdias/ndjson#feat/readable-stream3"
ndjson "github:max-mapper/ndjson#feat/readable-stream3"
once "^1.4.0"
peer-id "~0.12.3"
peer-info "~0.15.1"
Expand Down Expand Up @@ -15387,9 +15387,9 @@ ndjson@^1.5.0:
split2 "^2.1.0"
through2 "^2.0.3"

"ndjson@github:hugomrdias/ndjson#feat/readable-stream3":
"ndjson@github:max-mapper/ndjson#feat/readable-stream3":
version "1.5.0"
resolved "https://codeload.github.com/hugomrdias/ndjson/tar.gz/4db16da6b42e5b39bf300c3a7cde62abb3fa3a11"
resolved "https://codeload.github.com/max-mapper/ndjson/tar.gz/4db16da6b42e5b39bf300c3a7cde62abb3fa3a11"
dependencies:
json-stringify-safe "^5.0.1"
minimist "^1.2.0"
Expand Down

0 comments on commit cb176a7

Please sign in to comment.