Skip to content

Commit 11370ef

Browse files
chore: update versions (#605)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7330ef9 commit 11370ef

15 files changed

Lines changed: 61 additions & 38 deletions

.changeset/new-cows-cheer.md

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

.changeset/petite-cloths-hunt.md

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

.changeset/ripe-yaks-cheer.md

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

.changeset/sunny-knives-create.md

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

.changeset/wet-bears-notice.md

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

workspaces/mama/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#610](https://github.com/NodeSecure/scanner/pull/610) [`5b71ff9`](https://github.com/NodeSecure/scanner/commit/5b71ff9ef8663b03af0ff2950a3532ade428b66d) Thanks [@clemgbld](https://github.com/clemgbld)! - fix(mama): include optional deps in pkg json integrity hash
8+
39
## 2.1.0
410

511
### Minor Changes

workspaces/mama/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/mama",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Manifest Manager",
55
"type": "module",
66
"exports": "./dist/index.js",

workspaces/rc/CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#603](https://github.com/NodeSecure/scanner/pull/603) [`5b237e2`](https://github.com/NodeSecure/scanner/commit/5b237e22ccee184855188ff1a94c9d5bc29920e4) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(tarball): add warning when hostname resolve to a private ip
8+
39
## 5.0.2
410

511
### Patch Changes

workspaces/rc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/rc",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "NodeSecure runtime configuration",
55
"type": "module",
66
"main": "./dist/index.js",

workspaces/scanner/CHANGELOG.md

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

3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- [#606](https://github.com/NodeSecure/scanner/pull/606) [`2afafb7`](https://github.com/NodeSecure/scanner/commit/2afafb71835347208ce57ec0ed52041f2e7486bc) Thanks [@fraxken](https://github.com/fraxken)! - refactor: rename cwd() to workingDir()
8+
9+
### Minor Changes
10+
11+
- [#603](https://github.com/NodeSecure/scanner/pull/603) [`5b237e2`](https://github.com/NodeSecure/scanner/commit/5b237e22ccee184855188ff1a94c9d5bc29920e4) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(tarball): add warning when hostname resolve to a private ip
12+
13+
- [#612](https://github.com/NodeSecure/scanner/pull/612) [`7330ef9`](https://github.com/NodeSecure/scanner/commit/7330ef937925da95680e188e04a34fdc033aa288) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): integrate built-in stats in the response of depWalker
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`5b71ff9`](https://github.com/NodeSecure/scanner/commit/5b71ff9ef8663b03af0ff2950a3532ade428b66d), [`e013b49`](https://github.com/NodeSecure/scanner/commit/e013b4907c8f7f4046ecbf079ae529011b17c597), [`5b237e2`](https://github.com/NodeSecure/scanner/commit/5b237e22ccee184855188ff1a94c9d5bc29920e4)]:
18+
- @nodesecure/mama@2.1.1
19+
- @nodesecure/tarball@3.1.0
20+
- @nodesecure/tree-walker@2.2.0
21+
- @nodesecure/rc@5.1.0
22+
323
## 9.0.0
424

525
### Major Changes

0 commit comments

Comments
 (0)