Skip to content

Commit

Permalink
build(deps): chunkd v7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 3, 2021
1 parent 2c71311 commit 2097898
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"dependencies": {
"@chunkd/source-file": "^7.2.2",
"@chunkd/source-file": "^7.2.4",
"@cotar/core": "^5.0.1",
"@oclif/core": "^1.0.2",
"binparse": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"license": "MIT",
"dependencies": {
"@chunkd/core": "^7.2.2",
"@chunkd/core": "^7.2.4",
"@sindresorhus/fnv1a": "^2.0.1",
"binparse": "^2.0.1"
},
Expand All @@ -32,7 +32,7 @@
"*.png"
],
"devDependencies": {
"@chunkd/source-file": "^7.2.2",
"@chunkd/source-file": "^7.2.4",
"@types/node": "^15.12.1"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@chunkd/core@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@chunkd/core/-/core-7.2.2.tgz#fc561df415f5f07ddec92f79b472803be753b439"
integrity sha512-OhPXkl4UvQDy2CCGj6rKKDuxwY4OyAmsCtsJ84dQXcgTOER9aVf6DR++ydPc2OfMwcBNmE8ZFpgEW9OUM07wNA==
"@chunkd/core@^7.2.4":
version "7.2.4"
resolved "https://registry.yarnpkg.com/@chunkd/core/-/core-7.2.4.tgz#c61310feabeb6bc34bee65251591a2567e18709f"
integrity sha512-KB+81kOymT/uI6G3eGz+yIyE8U6qEghP3H2pedaJ6S72dLISOU3djc3vFYLqEe952HuWLL4s9kqjopeKl4p0Rg==

"@chunkd/source-file@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@chunkd/source-file/-/source-file-7.2.2.tgz#c05c255b52f316aab95a7e930b2665dac2042253"
integrity sha512-OznggHr3BVvuDwqxErA34jHWkDqMF8kqJ1l6K3mkR9jTSPd7LSKaiaxJZhIHp0G1SBOaS8gZ7WEXON5mcC7wMw==
"@chunkd/source-file@^7.2.4":
version "7.2.4"
resolved "https://registry.yarnpkg.com/@chunkd/source-file/-/source-file-7.2.4.tgz#cef92281727e9bdfb5152558d1688069cbac622f"
integrity sha512-dv8UO+ms4PaEBNVRazJRpWZmYNEcZYjYlTbAz7iPMwUndSwmIRoH1N3Jyprcj3m+oQgpxhnbCKR4HyqjaVyNKw==
dependencies:
"@chunkd/core" "^7.2.2"
"@chunkd/core" "^7.2.4"

"@eslint/eslintrc@^0.4.3":
version "0.4.3"
Expand Down

0 comments on commit 2097898

Please sign in to comment.