Skip to content

Commit b9a9e45

Browse files
chore: update versions (#570)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f76e32c commit b9a9e45

File tree

7 files changed

+22
-18
lines changed

7 files changed

+22
-18
lines changed

.changeset/bumpy-nails-call.md

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

.changeset/early-carrots-argue.md

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

.changeset/yummy-knives-grab.md

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

workspaces/scanner/CHANGELOG.md

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

3+
## 8.2.0
4+
5+
### Minor Changes
6+
7+
- [#575](https://github.com/NodeSecure/scanner/pull/575) [`7e266b5`](https://github.com/NodeSecure/scanner/commit/7e266b537f88f208bf53784fbc1b92a1ebb0c7fa) Thanks [@fraxken](https://github.com/fraxken)! - Refactor extractors imports to ensure web compatibility
8+
9+
- [#571](https://github.com/NodeSecure/scanner/pull/571) [`a06ba7c`](https://github.com/NodeSecure/scanner/commit/a06ba7c2fef96141642094476ddf2bcac48c5db3) Thanks [@fraxken](https://github.com/fraxken)! - Implement a new error event in the logger
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`d280c39`](https://github.com/NodeSecure/scanner/commit/d280c39c61cfe4cd6559d894524c54dd0431584c)]:
14+
- @nodesecure/tree-walker@2.1.0
15+
316
## 8.1.0
417

518
### 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": "8.1.0",
3+
"version": "8.2.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": {
@@ -68,7 +68,7 @@
6868
"@nodesecure/npm-types": "^1.3.0",
6969
"@nodesecure/rc": "^5.0.1",
7070
"@nodesecure/tarball": "^2.3.0",
71-
"@nodesecure/tree-walker": "^2.0.0",
71+
"@nodesecure/tree-walker": "^2.1.0",
7272
"@nodesecure/utils": "^2.3.0",
7373
"@nodesecure/vulnera": "^2.0.1",
7474
"@openally/mutex": "^2.0.0",

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+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#566](https://github.com/NodeSecure/scanner/pull/566) [`d280c39`](https://github.com/NodeSecure/scanner/commit/d280c39c61cfe4cd6559d894524c54dd0431584c) Thanks [@fraxken](https://github.com/fraxken)! - Re-abstract tree loading with NPM arborist
8+
39
## 2.0.0
410

511
### Major 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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "NodeSecure tree walker",
55
"type": "module",
66
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)