Would it be possible to build a new version of the package so that the bundled version of tar supplied as part of @mapnox/node-pre-gyp is updated as the version in the current package contains a high severity vulnerability. This causes issues with our CI. It does not appear to be possible to override the version used in our package.json because it is a bundled dependency.
From what I have seen during my investigations, a simple rebuild and publish of this package would solve the problem as the constraints in @mapbox/node-pre-gyp will pick up the fixed version of tar if the package is rebuilt.
Would it be possible to build a new version of the package so that the bundled version of tar supplied as part of @mapnox/node-pre-gyp is updated as the version in the current package contains a high severity vulnerability. This causes issues with our CI. It does not appear to be possible to override the version used in our package.json because it is a bundled dependency.
From what I have seen during my investigations, a simple rebuild and publish of this package would solve the problem as the constraints in @mapbox/node-pre-gyp will pick up the fixed version of tar if the package is rebuilt.