Skip to content

Commit

Permalink
fix: json license data parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Jan 27, 2023
1 parent 3dd1f92 commit c625d06
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.12.0",
"sandworm-utils": "1.12.1",
"semver": "^7.3.8",
"yargs": "17.6.0"
},
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==

sandworm-utils@1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/sandworm-utils/-/sandworm-utils-1.12.0.tgz#54bacf13dec36e055b3b6d9cac080ea6794967e6"
integrity sha512-rE1DgB40j6+w6551hDXQ+22fHRA5csOFXT1ODzVmw65bu3jM5ZtL78tAfzfxAbAk6llOwo0A+REwHwaRPglUWQ==
sandworm-utils@1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/sandworm-utils/-/sandworm-utils-1.12.1.tgz#54d3661f0e3a27d39e6ffe820444ee45fcb1aec1"
integrity sha512-lbguynjEZSa4EaWnqwDxOpFQBnt1feEN75JW6+tVV3lxLFI/qlmPwCpVf7j5yIm/d1cGBfRijCtCN9A1wieugA==
dependencies:
"@pnpm/lockfile-file" "6.0.2"
"@pnpm/logger" "5.0.0"
Expand Down

0 comments on commit c625d06

Please sign in to comment.