diff --git a/.changeset/better-trams-relax.md b/.changeset/better-trams-relax.md deleted file mode 100644 index e4a7f62f..00000000 --- a/.changeset/better-trams-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": patch ---- - -Comment NPM avatar hydratation because the .user() API in the SDK is deprecated and cannot be used anymore diff --git a/.changeset/chubby-apes-battle.md b/.changeset/chubby-apes-battle.md deleted file mode 100644 index 3bf0c02c..00000000 --- a/.changeset/chubby-apes-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/tarball": patch ---- - -Properly implement metadata.relativePath across EFA and DependencyCollectableSet diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index ceaf4cd6..ece12315 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,14 @@ # @nodesecure/scanner +## 10.5.1 + +### Patch Changes + +- [#669](https://github.com/NodeSecure/scanner/pull/669) [`6075920`](https://github.com/NodeSecure/scanner/commit/60759208e0fdbe46558f884a2c51f67f99a94cac) Thanks [@fraxken](https://github.com/fraxken)! - Comment NPM avatar hydratation because the .user() API in the SDK is deprecated and cannot be used anymore + +- Updated dependencies [[`d6f9487`](https://github.com/NodeSecure/scanner/commit/d6f948728f9c3e960172240a434e5190bd0b4ac2)]: + - @nodesecure/tarball@3.6.1 + ## 10.5.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index dec1ac2f..e8ed498e 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.5.0", + "version": "10.5.1", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": { @@ -73,7 +73,7 @@ "@nodesecure/npm-registry-sdk": "^4.4.0", "@nodesecure/npm-types": "^1.3.0", "@nodesecure/rc": "^5.5.0", - "@nodesecure/tarball": "^3.6.0", + "@nodesecure/tarball": "^3.6.1", "@nodesecure/tree-walker": "^2.6.0", "@nodesecure/utils": "^2.3.0", "@nodesecure/vulnera": "3.0.0", diff --git a/workspaces/tarball/CHANGELOG.md b/workspaces/tarball/CHANGELOG.md index 6fca5dab..6f8450b8 100644 --- a/workspaces/tarball/CHANGELOG.md +++ b/workspaces/tarball/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/tarball +## 3.6.1 + +### Patch Changes + +- [#667](https://github.com/NodeSecure/scanner/pull/667) [`d6f9487`](https://github.com/NodeSecure/scanner/commit/d6f948728f9c3e960172240a434e5190bd0b4ac2) Thanks [@fraxken](https://github.com/fraxken)! - Properly implement metadata.relativePath across EFA and DependencyCollectableSet + ## 3.6.0 ### Minor Changes diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 11bbfc1b..83ac87bc 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tarball", - "version": "3.6.0", + "version": "3.6.1", "description": "NodeSecure tarball scanner", "type": "module", "exports": {