Skip to content

Commit

Permalink
Scanner v6.0.2 (#291)
Browse files Browse the repository at this point in the history
* chore(scanner): update tree-walker to v1.1.0

* chore(scanner): v6.0.2
  • Loading branch information
fraxken authored Aug 6, 2024
1 parent 1b0ec77 commit d0836a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/scanner",
"version": "6.0.1",
"version": "6.0.2",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@nodesecure/npm-types": "^1.1.0",
"@nodesecure/rc": "^3.0.0",
"@nodesecure/tarball": "^1.0.0",
"@nodesecure/tree-walker": "^1.0.0",
"@nodesecure/tree-walker": "^1.1.0",
"@nodesecure/vuln": "^1.7.0",
"@openally/mutex": "^1.0.0",
"pacote": "^18.0.6",
Expand Down

0 comments on commit d0836a9

Please sign in to comment.