Skip to content

Commit 4833002

Browse files
chore: update versions
1 parent 75f4baf commit 4833002

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changeset/icy-waves-greet.md

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

workspaces/scanner/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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+
- Updated dependencies [[`d555469`](https://github.com/NodeSecure/scanner/commit/d555469e7bbc2818d6069eef51cd2494303b5703)]:
12+
- @nodesecure/tarball@2.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

workspaces/scanner/package.json

Lines changed: 2 additions & 2 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,7 +58,7 @@
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",
61+
"@nodesecure/tarball": "^2.3.0",
6262
"@nodesecure/tree-walker": "^1.3.1",
6363
"@nodesecure/utils": "^2.3.0",
6464
"@nodesecure/vulnera": "^2.0.1",

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": {

0 commit comments

Comments
 (0)