Skip to content

Commit 8c02404

Browse files
chore: update versions
1 parent 76543c3 commit 8c02404

6 files changed

Lines changed: 20 additions & 13 deletions

File tree

.changeset/huge-trees-train.md

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

.changeset/pump-it-up.md

Lines changed: 0 additions & 5 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+
## 10.11.0
4+
5+
### Minor Changes
6+
7+
- [#715](https://github.com/NodeSecure/scanner/pull/715) [`76543c3`](https://github.com/NodeSecure/scanner/commit/76543c398418a36d8c7d02bc257adcafec0a2320) Thanks [@ErwanRaulo](https://github.com/ErwanRaulo)! - Add possibility to highlight all packageas under a scope
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`398bf42`](https://github.com/NodeSecure/scanner/commit/398bf42b15b8e217fc6725377ea6903687b124d1)]:
12+
- @nodesecure/tarball@4.0.2
13+
314
## 10.10.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": "10.10.0",
3+
"version": "10.11.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": {
@@ -73,7 +73,7 @@
7373
"@nodesecure/npm-registry-sdk": "4.5.2",
7474
"@nodesecure/npm-types": "^1.4.0",
7575
"@nodesecure/rc": "^5.6.0",
76-
"@nodesecure/tarball": "^4.0.1",
76+
"@nodesecure/tarball": "^4.0.2",
7777
"@nodesecure/tree-walker": "^4.0.0",
7878
"@nodesecure/utils": "^2.3.0",
7979
"@nodesecure/vulnera": "3.1.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+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- [#708](https://github.com/NodeSecure/scanner/pull/708) [`398bf42`](https://github.com/NodeSecure/scanner/commit/398bf42b15b8e217fc6725377ea6903687b124d1) Thanks [@fraxken](https://github.com/fraxken)! - Add missing extract result interface in NpmTarball class
8+
39
## 4.0.1
410

511
### Patch 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": "4.0.1",
3+
"version": "4.0.2",
44
"description": "NodeSecure tarball scanner",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)