Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@
"bindings": "^1.5.0",
"node-addon-api": "^7.0.0",
"prebuild-install": "^7.1.1",
"tar": "^6.1.11"
"tar": "^6.2.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.2.1 has vulns now:

GHSA-34x7-hfp2-rc4v
GHSA-83g3-92jg-28cx
GHSA-r6q2-hw4h-h46w
GHSA-8qq5-rm4j-mr97

might be worth bumping to 7.5.8

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do it later today or tomorrow, but I think this package is no longer maintained. At least thats what I saw on the latest update on the Readme

},
"devDependencies": {
"eslint": "8.56.0",
"mocha": "10.2.0",
"prebuild": "12.1.0"
},
"peerDependencies": {
"node-gyp": "8.x"
"node-gyp": "10.x"
},
"peerDependenciesMeta": {
"node-gyp": {
"optional": true
}
},
"optionalDependencies": {
"node-gyp": "8.x"
"node-gyp": "10.x"
},
"scripts": {
"install": "prebuild-install -r napi || node-gyp rebuild",
Expand Down