작성
·
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.
이렇게 나오네요
이후에 진행하는데 지장이 없는걸까요??
답변 1
1
넵 이부분은 모듈 버전을 업그레이드 시켜주시면 조금씩 해결이 되지만
이렇게 취약점은 계속 발생하기 때문에 모든 warning을 없애주기는 쉽지 않습니다 ^^
진행하는데는 문제가 없습니다 ~ ! 수고하세요 ~ !