Skip to content

chore: update versions #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-insects-cough.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/fast-eagles-go.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/seven-books-happen.md

This file was deleted.

6 changes: 6 additions & 0 deletions workspaces/rc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodesecure/rc

## 5.0.1

### Patch Changes

- [#472](https://github.com/NodeSecure/scanner/pull/472) [`9ef1ee6`](https://github.com/NodeSecure/scanner/commit/9ef1ee6bb0e1d1820a64f698bc32f3ca9fe43dc3) Thanks [@fraxken](https://github.com/fraxken)! - Upgrade JS-X-Ray to v9.2.0 and fix related TS breaking changes

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/rc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/rc",
"version": "5.0.0",
"version": "5.0.1",
"description": "NodeSecure runtime configuration",
"type": "module",
"main": "./dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @nodesecure/scanner

## 6.10.0

### Minor Changes

- [#461](https://github.com/NodeSecure/scanner/pull/461) [`c94285f`](https://github.com/NodeSecure/scanner/commit/c94285f5b28d5b0d71398617d90578d547831ec7) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor(TempDirectory): use Symbol.asyncDispose for automatic async cleanup

- [#464](https://github.com/NodeSecure/scanner/pull/464) [`ec55ce9`](https://github.com/NodeSecure/scanner/commit/ec55ce9ff4263c3b2e41b11af6f5c84461ac8631) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor(scanner): remove useless try finally surrounding extractAndResolve in verify

### Patch Changes

- [#472](https://github.com/NodeSecure/scanner/pull/472) [`9ef1ee6`](https://github.com/NodeSecure/scanner/commit/9ef1ee6bb0e1d1820a64f698bc32f3ca9fe43dc3) Thanks [@fraxken](https://github.com/fraxken)! - Upgrade JS-X-Ray to v9.2.0 and fix related TS breaking changes

- Updated dependencies [[`9ef1ee6`](https://github.com/NodeSecure/scanner/commit/9ef1ee6bb0e1d1820a64f698bc32f3ca9fe43dc3)]:
- @nodesecure/[email protected]
- @nodesecure/[email protected]
- @nodesecure/[email protected]

## 6.9.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/scanner",
"version": "6.9.0",
"version": "6.10.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -57,9 +57,9 @@
"@nodesecure/mama": "^1.6.0",
"@nodesecure/npm-registry-sdk": "^3.0.0",
"@nodesecure/npm-types": "^1.2.0",
"@nodesecure/rc": "^5.0.0",
"@nodesecure/tarball": "^2.0.0",
"@nodesecure/tree-walker": "^1.3.0",
"@nodesecure/rc": "^5.0.1",
"@nodesecure/tarball": "^2.0.1",
"@nodesecure/tree-walker": "^1.3.1",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "^2.0.1",
"@openally/mutex": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodesecure/tarball

## 2.0.1

### Patch Changes

- [#472](https://github.com/NodeSecure/scanner/pull/472) [`9ef1ee6`](https://github.com/NodeSecure/scanner/commit/9ef1ee6bb0e1d1820a64f698bc32f3ca9fe43dc3) Thanks [@fraxken](https://github.com/fraxken)! - Upgrade JS-X-Ray to v9.2.0 and fix related TS breaking changes

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tarball/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tarball",
"version": "2.0.0",
"version": "2.0.1",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/tree-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodesecure/tree-walker

## 1.3.1

### Patch Changes

- [#472](https://github.com/NodeSecure/scanner/pull/472) [`9ef1ee6`](https://github.com/NodeSecure/scanner/commit/9ef1ee6bb0e1d1820a64f698bc32f3ca9fe43dc3) Thanks [@fraxken](https://github.com/fraxken)! - Upgrade JS-X-Ray to v9.2.0 and fix related TS breaking changes

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tree-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tree-walker",
"version": "1.3.0",
"version": "1.3.1",
"description": "NodeSecure tree walker",
"type": "module",
"exports": "./dist/index.js",
Expand Down