Skip to content

Commit a7240fa

Browse files
chore: update versions
1 parent 1ecbe92 commit a7240fa

File tree

8 files changed

+31
-17
lines changed

8 files changed

+31
-17
lines changed

.changeset/icy-waves-greet.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/modern-hornets-bow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

workspaces/scanner/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @nodesecure/scanner
22

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- [#548](https://github.com/NodeSecure/scanner/pull/548) [`d555469`](https://github.com/NodeSecure/scanner/commit/d555469e7bbc2818d6069eef51cd2494303b5703) Thanks [@fraxken](https://github.com/fraxken)! - Customize JS-X-Ray behavior/options when running the scan. Use it to enable optionalWarnings when the scan run localy.
8+
9+
### Patch Changes
10+
11+
- [#555](https://github.com/NodeSecure/scanner/pull/555) [`1ecbe92`](https://github.com/NodeSecure/scanner/commit/1ecbe92b53008c0bb63376344f99a42e899f86e6) Thanks [@fraxken](https://github.com/fraxken)! - Properly walk NPM tree using arborist with package-lock.json or node_modules when using the CWD().
12+
13+
- Updated dependencies [[`d555469`](https://github.com/NodeSecure/scanner/commit/d555469e7bbc2818d6069eef51cd2494303b5703), [`1ecbe92`](https://github.com/NodeSecure/scanner/commit/1ecbe92b53008c0bb63376344f99a42e899f86e6)]:
14+
- @nodesecure/tarball@2.3.0
15+
- @nodesecure/tree-walker@1.3.2
16+
317
## 7.2.0
418

519
### Minor Changes

workspaces/scanner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/scanner",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -58,8 +58,8 @@
5858
"@nodesecure/npm-registry-sdk": "^4.4.0",
5959
"@nodesecure/npm-types": "^1.3.0",
6060
"@nodesecure/rc": "^5.0.1",
61-
"@nodesecure/tarball": "^2.2.0",
62-
"@nodesecure/tree-walker": "^1.3.1",
61+
"@nodesecure/tarball": "^2.3.0",
62+
"@nodesecure/tree-walker": "^1.3.2",
6363
"@nodesecure/utils": "^2.3.0",
6464
"@nodesecure/vulnera": "^2.0.1",
6565
"@openally/mutex": "^2.0.0",

workspaces/tarball/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nodesecure/tarball
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#548](https://github.com/NodeSecure/scanner/pull/548) [`d555469`](https://github.com/NodeSecure/scanner/commit/d555469e7bbc2818d6069eef51cd2494303b5703) Thanks [@fraxken](https://github.com/fraxken)! - Customize JS-X-Ray behavior/options when running the scan. Use it to enable optionalWarnings when the scan run localy.
8+
39
## 2.2.0
410

511
### Minor Changes

workspaces/tarball/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/tarball",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "NodeSecure tarball scanner",
55
"type": "module",
66
"exports": {

workspaces/tree-walker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nodesecure/tree-walker
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- [#555](https://github.com/NodeSecure/scanner/pull/555) [`1ecbe92`](https://github.com/NodeSecure/scanner/commit/1ecbe92b53008c0bb63376344f99a42e899f86e6) Thanks [@fraxken](https://github.com/fraxken)! - Properly walk NPM tree using arborist with package-lock.json or node_modules when using the CWD().
8+
39
## 1.3.1
410

511
### Patch Changes

workspaces/tree-walker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/tree-walker",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "NodeSecure tree walker",
55
"type": "module",
66
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)