Skip to content

Commit 51e7f10

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

13 files changed

Lines changed: 50 additions & 36 deletions

.changeset/fluffy-frogs-shop.md

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

.changeset/fuzzy-zebras-lose.md

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

.changeset/huge-rats-stay.md

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

.changeset/legal-wombats-send.md

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

.changeset/witty-guests-study.md

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

workspaces/rc/CHANGELOG.md

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

3+
## 5.5.0
4+
5+
### Minor Changes
6+
7+
- [#662](https://github.com/NodeSecure/scanner/pull/662) [`4b2b834`](https://github.com/NodeSecure/scanner/commit/4b2b834389cc9db3b9357944f2330d42a772cbb9) Thanks [@fraxken](https://github.com/fraxken)! - Update vulnera to v3.x.x
8+
9+
- [#664](https://github.com/NodeSecure/scanner/pull/664) [`fe0a69f`](https://github.com/NodeSecure/scanner/commit/fe0a69fb6a0a38c513e6ac0701ea2e4f0c7df644) Thanks [@fraxken](https://github.com/fraxken)! - Update JS-X-Ray to v14.1.0
10+
311
## 5.4.0
412

513
### Minor 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.4.0",
3+
"version": "5.5.0",
44
"description": "NodeSecure runtime configuration",
55
"type": "module",
66
"main": "./dist/index.js",

workspaces/scanner/CHANGELOG.md

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

3+
## 10.5.0
4+
5+
### Minor Changes
6+
7+
- [#662](https://github.com/NodeSecure/scanner/pull/662) [`4b2b834`](https://github.com/NodeSecure/scanner/commit/4b2b834389cc9db3b9357944f2330d42a772cbb9) Thanks [@fraxken](https://github.com/fraxken)! - Update vulnera to v3.x.x
8+
9+
- [#659](https://github.com/NodeSecure/scanner/pull/659) [`8673a44`](https://github.com/NodeSecure/scanner/commit/8673a44e308cf2dc3641214659a5a0dc26e55b23) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): sync config with pacote when config is present
10+
11+
- [#664](https://github.com/NodeSecure/scanner/pull/664) [`fe0a69f`](https://github.com/NodeSecure/scanner/commit/fe0a69fb6a0a38c513e6ac0701ea2e4f0c7df644) Thanks [@fraxken](https://github.com/fraxken)! - Update JS-X-Ray to v14.1.0
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`e852fe1`](https://github.com/NodeSecure/scanner/commit/e852fe1a27386957bfb3c0cd552b2c006e3bdfef), [`4b2b834`](https://github.com/NodeSecure/scanner/commit/4b2b834389cc9db3b9357944f2330d42a772cbb9), [`fe0a69f`](https://github.com/NodeSecure/scanner/commit/fe0a69fb6a0a38c513e6ac0701ea2e4f0c7df644), [`fbc6023`](https://github.com/NodeSecure/scanner/commit/fbc6023d710a9c9291cd8ab8bb128438c068c250)]:
16+
- @nodesecure/tarball@3.6.0
17+
- @nodesecure/rc@5.5.0
18+
- @nodesecure/tree-walker@2.6.0
19+
320
## 10.4.0
421

522
### Minor Changes

workspaces/scanner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/scanner",
3-
"version": "10.4.0",
3+
"version": "10.5.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": {
@@ -72,9 +72,9 @@
7272
"@nodesecure/mama": "^2.1.1",
7373
"@nodesecure/npm-registry-sdk": "^4.4.0",
7474
"@nodesecure/npm-types": "^1.3.0",
75-
"@nodesecure/rc": "^5.4.0",
76-
"@nodesecure/tarball": "^3.5.0",
77-
"@nodesecure/tree-walker": "^2.5.0",
75+
"@nodesecure/rc": "^5.5.0",
76+
"@nodesecure/tarball": "^3.6.0",
77+
"@nodesecure/tree-walker": "^2.6.0",
7878
"@nodesecure/utils": "^2.3.0",
7979
"@nodesecure/vulnera": "3.0.0",
8080
"@openally/mutex": "^2.0.0",

workspaces/tarball/CHANGELOG.md

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

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- [#656](https://github.com/NodeSecure/scanner/pull/656) [`fbc6023`](https://github.com/NodeSecure/scanner/commit/fbc6023d710a9c9291cd8ab8bb128438c068c250) Thanks [@fraxken](https://github.com/fraxken)! - Export/Expose DependencyCollectableSet from tarball API entry
8+
9+
### Patch Changes
10+
11+
- [#658](https://github.com/NodeSecure/scanner/pull/658) [`e852fe1`](https://github.com/NodeSecure/scanner/commit/e852fe1a27386957bfb3c0cd552b2c006e3bdfef) Thanks [@clemgbld](https://github.com/clemgbld)! - fix(tarball): unused dependency false positive
12+
13+
- [#664](https://github.com/NodeSecure/scanner/pull/664) [`fe0a69f`](https://github.com/NodeSecure/scanner/commit/fe0a69fb6a0a38c513e6ac0701ea2e4f0c7df644) Thanks [@fraxken](https://github.com/fraxken)! - Update JS-X-Ray to v14.1.0
14+
315
## 3.5.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)