Coder Social home page Coder Social logo

Comments (2)

gr2m avatar gr2m commented on June 14, 2024 1

neither tar nor fstream are direct dependencies of semantic-release, there is nothing we can do. You have to delete your lock file and your node_modules folder then install from scratch. It might fix the audit problems. If not, find out with npm ls tar and npm ls fstream what is preventing the dependencies to be updated or a previous version to be pinned

from npm.

ZebraFlesh avatar ZebraFlesh commented on June 14, 2024

I dug into this and found the following:

npm ls tar
[email protected] C:\Users\nope\git\nope
+-- @semantic-release/[email protected]
| `-- [email protected]
|   +-- [email protected]
|   | `-- [email protected]
|   +-- [email protected]
|   | `-- [email protected]  deduped
|   `-- [email protected]
+-- [email protected]
| `-- @jest/[email protected]
|   `-- [email protected]
|     `-- UNMET OPTIONAL DEPENDENCY [email protected]
|       `-- UNMET OPTIONAL DEPENDENCY [email protected]
|         `-- UNMET OPTIONAL DEPENDENCY [email protected]
`-- [email protected]
  `-- [email protected]
    `-- [email protected]

Doing an npm uninstall @semantic-release/npm semantic-release node-sass fixes the vulnerabilities. As soon as I npm install --save-dev @semantic-release/npm semantic-release, they come back. The issue seems to stem from the latest version of npm depending on an old version of node-gyp. :(

from npm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.