Skip to content

Commit

Permalink
fix: crash when post-processing empty graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Jan 10, 2023
1 parent 0f9817e commit 9bddc17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"d3-node": "3.0.0",
"ora": "6.1.2",
"sandworm-utils": "1.10.3",
"sandworm-utils": "1.10.4",
"yargs": "17.6.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2780,10 +2780,10 @@ safe-regex-test@^1.0.0:
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

[email protected].3:
version "1.10.3"
resolved "https://registry.yarnpkg.com/sandworm-utils/-/sandworm-utils-1.10.3.tgz#47657b8d35bbb00905fc6171d18a4e3cf6864605"
integrity sha512-a5ffXyvFVeQs9xLYQzlBFDaon8ZRUSil38mh6rag2hi4uDebGq+AoZSay/FO5KlK6VpRBkcalREGfDAk+iJGfg==
[email protected].4:
version "1.10.4"
resolved "https://registry.yarnpkg.com/sandworm-utils/-/sandworm-utils-1.10.4.tgz#c5ded8149efa67831b96e39ed6ad938235e39565"
integrity sha512-0zMiHb8ZuowmrIjb77kvaCQIQbktkErT6TFkc3Y7UEbb9F156YuY/zQz2WjwEDZzcXgFOTpJLG9t1sRLSElBeQ==
dependencies:
"@pnpm/lockfile-file" "6.0.2"
"@pnpm/logger" "5.0.0"
Expand Down

0 comments on commit 9bddc17

Please sign in to comment.