Skip to content

Commit

Permalink
new lock
Browse files Browse the repository at this point in the history
  • Loading branch information
toyv0 committed Jan 18, 2024
1 parent 75ddf64 commit 5d9dec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"yargs": "^17.3.1"
"yargs": "^17.3.1",
"concat-stream": "^2.0.0"
},
"lint-staged": {
"*.{ts,js,json,yaml}": "prettier --write"
},
"dependencies": {
"@protofire/subgraph-toolkit": "0.1.2",
"concat-stream": "^2.0.0"
"@protofire/subgraph-toolkit": "0.1.2"
}
}
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1786,17 +1786,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=

concat-stream@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1"
integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==
dependencies:
buffer-from "^1.0.0"
inherits "^2.0.3"
readable-stream "^3.0.2"
typedarray "^0.0.6"

"concat-stream@github:hugomrdias/concat-stream#feat/smaller":
concat-stream@^2.0.0, "concat-stream@github:hugomrdias/concat-stream#feat/smaller":
version "2.0.0"
resolved "https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034"
dependencies:
Expand Down

0 comments on commit 5d9dec4

Please sign in to comment.