Skip to content

Commit

Permalink
chore: rollback scorecard to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Nov 25, 2023
1 parent 94ec2ca commit 34bc357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@nodesecure/flags": "^2.4.0",
"@nodesecure/i18n": "^3.2.2",
"@nodesecure/npm-registry-sdk": "^1.6.1",
"@nodesecure/ossf-scorecard-sdk": "^3.0.0",
"@nodesecure/ossf-scorecard-sdk": "^2.0.0",
"@nodesecure/rc": "^1.5.0",
"@nodesecure/scanner": "^5.0.1",
"@nodesecure/utils": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/cliCommandRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fork } from "node:child_process";
import { createInterface } from "node:readline";

// Import Third-party Dependencies
import { MockAgent, setGlobalDispatcher } from "@myunisoft/httpie";
import { MockAgent, setGlobalDispatcher } from "undici";
import stripAnsi from "strip-ansi";

export async function* runProcess(options) {
Expand Down

0 comments on commit 34bc357

Please sign in to comment.