Skip to content

Commit 210a4e9

Browse files
chore: update versions (#444)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08fa158 commit 210a4e9

File tree

14 files changed

+69
-36
lines changed

14 files changed

+69
-36
lines changed

.changeset/large-tools-peel.md

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

.changeset/proud-yaks-run.md

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

.changeset/true-dancers-invite.md

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

.changeset/wide-cities-show.md

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

workspaces/mama/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#442](https://github.com/NodeSecure/scanner/pull/442) [`41b1de2`](https://github.com/NodeSecure/scanner/commit/41b1de2641581d90aac21743733d6d5c6ffe2d31) Thanks [@fraxken](https://github.com/fraxken)! - Update all interfaces to start with a Maj
8+
9+
### Patch Changes
10+
11+
- [#449](https://github.com/NodeSecure/scanner/pull/449) [`a233dfd`](https://github.com/NodeSecure/scanner/commit/a233dfd8f0ad0a3bd82592181bfee4a59414a380) Thanks [@fraxken](https://github.com/fraxken)! - Only assert for package.json in ManifestManager
12+
13+
- Updated dependencies [[`53df5b6`](https://github.com/NodeSecure/scanner/commit/53df5b6840a20b9dc8379ba44ffb5c9e4816d535)]:
14+
- @nodesecure/utils@2.3.0
15+
316
## 1.4.0
417

518
### Minor Changes

workspaces/mama/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/mama",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Manifest Manager",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/mama#readme",
3434
"dependencies": {
3535
"@nodesecure/npm-types": "^1.2.0",
36-
"@nodesecure/utils": "^2.2.0",
36+
"@nodesecure/utils": "^2.3.0",
3737
"object-hash": "^3.0.0"
3838
},
3939
"devDependencies": {

workspaces/rc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nodesecure/rc
2+
3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#442](https://github.com/NodeSecure/scanner/pull/442) [`41b1de2`](https://github.com/NodeSecure/scanner/commit/41b1de2641581d90aac21743733d6d5c6ffe2d31) Thanks [@fraxken](https://github.com/fraxken)! - Update all interfaces to start with a Maj

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

workspaces/scanner/CHANGELOG.md

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

3+
## 6.8.0
4+
5+
### Minor Changes
6+
7+
- [#446](https://github.com/NodeSecure/scanner/pull/446) [`08fa158`](https://github.com/NodeSecure/scanner/commit/08fa1586b0cc42aad0a6116cfb1e07edd75f73c3) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(extractors): add node dependencies extractor
8+
9+
- [#442](https://github.com/NodeSecure/scanner/pull/442) [`41b1de2`](https://github.com/NodeSecure/scanner/commit/41b1de2641581d90aac21743733d6d5c6ffe2d31) Thanks [@fraxken](https://github.com/fraxken)! - Update all interfaces to start with a Maj
10+
11+
### Patch Changes
12+
13+
- [#449](https://github.com/NodeSecure/scanner/pull/449) [`a233dfd`](https://github.com/NodeSecure/scanner/commit/a233dfd8f0ad0a3bd82592181bfee4a59414a380) Thanks [@fraxken](https://github.com/fraxken)! - Only assert for package.json in ManifestManager
14+
15+
- Updated dependencies [[`53df5b6`](https://github.com/NodeSecure/scanner/commit/53df5b6840a20b9dc8379ba44ffb5c9e4816d535), [`a233dfd`](https://github.com/NodeSecure/scanner/commit/a233dfd8f0ad0a3bd82592181bfee4a59414a380), [`41b1de2`](https://github.com/NodeSecure/scanner/commit/41b1de2641581d90aac21743733d6d5c6ffe2d31)]:
16+
- @nodesecure/utils@2.3.0
17+
- @nodesecure/mama@1.5.0
18+
- @nodesecure/rc@5.0.0
19+
- @nodesecure/tarball@1.3.0
20+
321
## 6.7.0
422

523
### Minor Changes

workspaces/scanner/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/scanner",
3-
"version": "6.7.0",
3+
"version": "6.8.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -54,13 +54,13 @@
5454
"@nodesecure/flags": "^3.0.3",
5555
"@nodesecure/i18n": "^4.0.1",
5656
"@nodesecure/js-x-ray": "^8.1.0",
57-
"@nodesecure/mama": "^1.4.0",
57+
"@nodesecure/mama": "^1.5.0",
5858
"@nodesecure/npm-registry-sdk": "^3.0.0",
5959
"@nodesecure/npm-types": "^1.2.0",
60-
"@nodesecure/rc": "^4.1.0",
61-
"@nodesecure/tarball": "^1.2.0",
60+
"@nodesecure/rc": "^5.0.0",
61+
"@nodesecure/tarball": "^1.3.0",
6262
"@nodesecure/tree-walker": "^1.3.0",
63-
"@nodesecure/utils": "^2.2.0",
63+
"@nodesecure/utils": "^2.3.0",
6464
"@nodesecure/vulnera": "^2.0.1",
6565
"@openally/mutex": "^1.0.0",
6666
"frequency-set": "^1.0.2",

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+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#442](https://github.com/NodeSecure/scanner/pull/442) [`41b1de2`](https://github.com/NodeSecure/scanner/commit/41b1de2641581d90aac21743733d6d5c6ffe2d31) Thanks [@fraxken](https://github.com/fraxken)! - Update all interfaces to start with a Maj
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`53df5b6`](https://github.com/NodeSecure/scanner/commit/53df5b6840a20b9dc8379ba44ffb5c9e4816d535), [`a233dfd`](https://github.com/NodeSecure/scanner/commit/a233dfd8f0ad0a3bd82592181bfee4a59414a380), [`41b1de2`](https://github.com/NodeSecure/scanner/commit/41b1de2641581d90aac21743733d6d5c6ffe2d31)]:
12+
- @nodesecure/utils@2.3.0
13+
- @nodesecure/mama@1.5.0
14+
315
## 1.2.0
416

517
### Minor Changes

workspaces/tarball/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/tarball",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "NodeSecure tarball scanner",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -32,9 +32,9 @@
3232
"@nodesecure/conformance": "^1.0.0",
3333
"@nodesecure/fs-walk": "^2.0.0",
3434
"@nodesecure/js-x-ray": "^8.2.0",
35-
"@nodesecure/mama": "^1.2.0",
35+
"@nodesecure/mama": "^1.5.0",
3636
"@nodesecure/npm-types": "^1.2.0",
37-
"@nodesecure/utils": "^2.1.0",
37+
"@nodesecure/utils": "^2.3.0",
3838
"pacote": "^21.0.0"
3939
},
4040
"devDependencies": {

workspaces/utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nodesecure/utils
2+
3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#447](https://github.com/NodeSecure/scanner/pull/447) [`53df5b6`](https://github.com/NodeSecure/scanner/commit/53df5b6840a20b9dc8379ba44ffb5c9e4816d535) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(utils): can parse the first author of multiple comma seperated authors

workspaces/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/utils",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "NodeSecure utilities",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)