Skip to content

Commit 6a0d941

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

File tree

9 files changed

+33
-21
lines changed

9 files changed

+33
-21
lines changed

.changeset/clean-sites-find.md

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

.changeset/quiet-dancers-carry.md

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

.changeset/violet-trains-argue.md

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

workspaces/mama/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#513](https://github.com/NodeSecure/scanner/pull/513) [`045c378`](https://github.com/NodeSecure/scanner/commit/045c378a801c62c0a1cde3d0b7d05128bdd71acf) Thanks [@fraxken](https://github.com/fraxken)! - Always remove ./bin/node_modules from hash integrity
8+
9+
- Updated dependencies [[`06b599f`](https://github.com/NodeSecure/scanner/commit/06b599f9d98190e2879b02106ff909f984cf642e)]:
10+
- @nodesecure/npm-types@1.3.0
11+
312
## 2.0.1
413

514
### Patch 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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Manifest Manager",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/mama#readme",
3434
"dependencies": {
35-
"@nodesecure/npm-types": "^1.2.0",
35+
"@nodesecure/npm-types": "^1.3.0",
3636
"@nodesecure/utils": "^2.3.0",
3737
"object-hash": "^3.0.0"
3838
},

workspaces/npm-types/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#518](https://github.com/NodeSecure/scanner/pull/518) [`06b599f`](https://github.com/NodeSecure/scanner/commit/06b599f9d98190e2879b02106ff909f984cf642e) Thanks [@fraxken](https://github.com/fraxken)! - Improve dist-tags definition
8+
39
## 1.2.1
410

511
### Patch Changes

workspaces/npm-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/npm-types",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Up to date typescript definitions for npm registry content",
55
"types": "./src/index.d.ts",
66
"exports": "./src/index.d.ts",

workspaces/scanner/CHANGELOG.md

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

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- [#509](https://github.com/NodeSecure/scanner/pull/509) [`979c469`](https://github.com/NodeSecure/scanner/commit/979c469fbb51846da7b7fe0d7ab2ce149ce6759b) Thanks [@fraxken](https://github.com/fraxken)! - Extend global warning with multi-properties objects
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`06b599f`](https://github.com/NodeSecure/scanner/commit/06b599f9d98190e2879b02106ff909f984cf642e), [`045c378`](https://github.com/NodeSecure/scanner/commit/045c378a801c62c0a1cde3d0b7d05128bdd71acf)]:
12+
- @nodesecure/npm-types@1.3.0
13+
- @nodesecure/mama@2.0.2
14+
315
## 6.12.1
416

517
### Patch Changes

workspaces/scanner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/scanner",
3-
"version": "6.12.1",
3+
"version": "7.0.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,9 +54,9 @@
5454
"@nodesecure/flags": "^3.0.3",
5555
"@nodesecure/i18n": "^4.0.2",
5656
"@nodesecure/js-x-ray": "^10.0.0",
57-
"@nodesecure/mama": "^2.0.1",
57+
"@nodesecure/mama": "^2.0.2",
5858
"@nodesecure/npm-registry-sdk": "^4.0.0",
59-
"@nodesecure/npm-types": "^1.2.0",
59+
"@nodesecure/npm-types": "^1.3.0",
6060
"@nodesecure/rc": "^5.0.1",
6161
"@nodesecure/tarball": "^2.1.0",
6262
"@nodesecure/tree-walker": "^1.3.1",

0 commit comments

Comments
 (0)