build: upgrade to cmake-js 8.0.0 to get rid of audit vulnerabilities#55
Open
BonesGit wants to merge 1 commit into
Open
build: upgrade to cmake-js 8.0.0 to get rid of audit vulnerabilities#55BonesGit wants to merge 1 commit into
BonesGit wants to merge 1 commit into
Conversation
…for tar and node-tar. Requires Node >= 20
klodr
added a commit
to klodr/libsession-util-nodejs
that referenced
this pull request
May 17, 2026
Forks session-foundation/libsession-util-nodejs to target standalone Node 22 instead of Electron 40, and publishes to GitHub Packages under the @klodr scope. Changes: - name: libsession_util_nodejs → @klodr/libsession-util-nodejs - version: 0.6.17 → 0.6.17-klodr.1 - description updated, contributors + repository fields added - cmake-js: 7.3.1 → 8.0.0 (integrates dormant upstream PR session-foundation#55, resolves tar/node-tar CVE chain — pnpm-lock.yaml regenerated, tar bumped 6.x → 7.5.15) - install script: --runtime=electron --runtime-version=40.0.0 → --runtime=node --runtime-version=22.22.2 - engines.node >= 22.22.2 - publishConfig: scoped, restricted, registry npm.pkg.github.com - typings: declare module 'libsession_util_nodejs' renamed to '@klodr/libsession-util-nodejs' across index.d.ts + 13 types/*.d.ts so consumer TypeScript imports resolve against the new package name Signed-off-by: Claude Perrin <klodr@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade to cmake-js 8.0.0 to get rid of audit vulnerabilities for tar and node-tar. Requires Node >= 20.
Should be ok since session-desktop requires Node 24.