Skip to content

Commit f7ce6f5

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

10 files changed

Lines changed: 40 additions & 20 deletions

File tree

.changeset/cyan-hats-obey.md

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

.changeset/orange-ants-unite.md

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

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.4.0
4+
5+
### Minor Changes
6+
7+
- [#648](https://github.com/NodeSecure/scanner/pull/648) [`94167b4`](https://github.com/NodeSecure/scanner/commit/94167b464f7818ae648bb41b0ad7900add5b0699) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor: upgrade to js-x-ray 13
8+
39
## 5.3.0
410

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

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+
## 10.4.0
4+
5+
### Minor Changes
6+
7+
- [#648](https://github.com/NodeSecure/scanner/pull/648) [`94167b4`](https://github.com/NodeSecure/scanner/commit/94167b464f7818ae648bb41b0ad7900add5b0699) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor: upgrade to js-x-ray 13
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`45eb26a`](https://github.com/NodeSecure/scanner/commit/45eb26aa6edf3857b13ce8539640f097a91203a3), [`94167b4`](https://github.com/NodeSecure/scanner/commit/94167b464f7818ae648bb41b0ad7900add5b0699)]:
12+
- @nodesecure/tarball@3.5.0
13+
- @nodesecure/tree-walker@2.5.0
14+
- @nodesecure/rc@5.4.0
15+
316
## 10.3.0
417

518
### 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.3.0",
3+
"version": "10.4.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.3.0",
76-
"@nodesecure/tarball": "^3.4.0",
77-
"@nodesecure/tree-walker": "^2.4.0",
75+
"@nodesecure/rc": "^5.4.0",
76+
"@nodesecure/tarball": "^3.5.0",
77+
"@nodesecure/tree-walker": "^2.5.0",
7878
"@nodesecure/utils": "^2.3.0",
7979
"@nodesecure/vulnera": "^2.0.1",
8080
"@openally/mutex": "^2.0.0",

workspaces/tarball/CHANGELOG.md

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

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- [#646](https://github.com/NodeSecure/scanner/pull/646) [`45eb26a`](https://github.com/NodeSecure/scanner/commit/45eb26aa6edf3857b13ce8539640f097a91203a3) Thanks [@fraxken](https://github.com/fraxken)! - Allow to exclude files and patterns in NpmTarball scanFiles function
8+
9+
- [#648](https://github.com/NodeSecure/scanner/pull/648) [`94167b4`](https://github.com/NodeSecure/scanner/commit/94167b464f7818ae648bb41b0ad7900add5b0699) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor: upgrade to js-x-ray 13
10+
311
## 3.4.0
412

513
### 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": "3.4.0",
3+
"version": "3.5.0",
44
"description": "NodeSecure tarball scanner",
55
"type": "module",
66
"exports": {

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.5.0
4+
5+
### Minor Changes
6+
7+
- [#648](https://github.com/NodeSecure/scanner/pull/648) [`94167b4`](https://github.com/NodeSecure/scanner/commit/94167b464f7818ae648bb41b0ad7900add5b0699) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor: upgrade to js-x-ray 13
8+
39
## 2.4.0
410

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

0 commit comments

Comments
 (0)