diff --git a/.gitignore b/.gitignore index d536d0bb5ea..7a6bb64a769 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json /test/acceptance/workspaces/**/project/ /test/acceptance/workspaces/**/target/ test/acceptance/workspaces/**/.gradle +test/**/.gradle diff --git a/package.json b/package.json index 83a47ea7f65..17f5844b8e9 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "author": "snyk.io", "license": "Apache-2.0", "dependencies": { - "@snyk/cli-interface": "2.8.1", + "@snyk/cli-interface": "2.9.0", "@snyk/dep-graph": "1.19.3", "@snyk/gemfile": "1.2.0", "@snyk/graphlib": "2.1.9-patch", diff --git a/src/lib/plugins/nodejs-plugin/npm-lock-parser.ts b/src/lib/plugins/nodejs-plugin/npm-lock-parser.ts index 0d2a9f13f33..71e864ec77b 100644 --- a/src/lib/plugins/nodejs-plugin/npm-lock-parser.ts +++ b/src/lib/plugins/nodejs-plugin/npm-lock-parser.ts @@ -58,6 +58,6 @@ export async function parse( strictOutOfSync, ); } finally { - await spinner.clear(resolveModuleSpinnerLabel); + await spinner.clear(resolveModuleSpinnerLabel)(); } }