Closed ricas07 closed 2 years ago
This ensures the tar dependency resolves to a patches version of a high security issue.
sqlite3 depends on node-gyp@3 which depends on tar@2. The tar security issue is patches in tar@4.
sqlite3
node-gyp@3
tar@2
tar
tar@4
To 🎩 :
yarn
node app serve
This ensures the tar dependency resolves to a patches version of a high security issue.
sqlite3
depends onnode-gyp@3
which depends ontar@2
. Thetar
security issue is patches intar@4
.To 🎩 :
yarn
.node app serve