From 339ea1768ed558f35de97007be5f305a83da477d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:26:57 +0000 Subject: [PATCH] chore: update versions --- .changeset/cute-ghosts-rescue.md | 5 ----- workspaces/scanner/CHANGELOG.md | 6 ++++++ workspaces/scanner/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cute-ghosts-rescue.md diff --git a/.changeset/cute-ghosts-rescue.md b/.changeset/cute-ghosts-rescue.md deleted file mode 100644 index 7bff7869..00000000 --- a/.changeset/cute-ghosts-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": minor ---- - -feat(scanner): depWalker add stats on tarball.scanDirOrArchive diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index a22eb48b..8efca5d5 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/scanner +## 10.1.0 + +### Minor Changes + +- [#616](https://github.com/NodeSecure/scanner/pull/616) [`82c6f80`](https://github.com/NodeSecure/scanner/commit/82c6f805c609c5bbd12023a0f324468ff2984093) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): depWalker add stats on tarball.scanDirOrArchive + ## 10.0.0 ### Major Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index c09370a2..6552c412 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.0.0", + "version": "10.1.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": {