You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor remark: When I ran npm audit (v21.6.1/npm v10.2.4), it warned me about several security vulnerabilities in the dependencies, including a highly critical one in the JSON parsing. Although we trust the API in that case, I think it can't harm to run an npm audit fix and commit the updated package-lock.json.
Minor remark: When I ran
npm audit
(v21.6.1/npm v10.2.4), it warned me about several security vulnerabilities in the dependencies, including a highly critical one in the JSON parsing. Although we trust the API in that case, I think it can't harm to run annpm audit fix
and commit the updatedpackage-lock.json
.Originally posted by @MatthiasZepper in #37 (review)
The text was updated successfully, but these errors were encountered: