인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

xehddnr2037's profile image
xehddnr2037

asked

Learn by Following Along Node, React Series - Building a Shopping Mall Site [Complete Renewal]

client 에서 npm install 을하면 vulnerability 가 많이 뜹니다.

Written on

·

12K

0

npm install 을 하고나면 

found 5068 vulnerabilities (5060 low, 8 high) in 1964 scanned packages

  run `npm audit fix` to fix 4961 of them.

  104 vulnerabilities require semver-major dependency updates.

  3 vulnerabilities require manual review. See the full report for details.

위와같이 나오고

npm audit fix를 하고나면

found 107 vulnerabilities (104 low, 3 high) in 1965 scanned packages

  104 vulnerabilities require semver-major dependency updates.

  3 vulnerabilities require manual review. See the full report for details.

이렇게 나오네요

이후에 진행하는데 지장이 없는걸까요??

mongodbreact웹앱nodejsredux

Answer 1

1

johnahn님의 프로필 이미지
johnahn
Instructor

넵 이부분은 모듈 버전을 업그레이드 시켜주시면 조금씩 해결이 되지만  
이렇게 취약점은 계속 발생하기 때문에 모든 warning을 없애주기는 쉽지 않습니다 ^^ 

진행하는데는 문제가 없습니다 ~ ! 수고하세요 ~ ! 

xehddnr2037's profile image
xehddnr2037

asked

Ask a question