There was an error while loading. Please reload this page.
1 parent fc6590d commit 9356464Copy full SHA for 9356464
1 file changed
.github/workflows/generate.yml
@@ -268,6 +268,10 @@ jobs:
268
node -v
269
[ -e "node_modules" ] && git rm -r node_modules
270
npm install --save
271
+ # npm install honors the committed package-lock.json, so vulnerable
272
+ # transitive deps stay pinned forever. audit fix bumps only the
273
+ # vulnerable ones, within the existing semver ranges (no --force).
274
+ npm audit fix
275
git add node_modules
276
277
- name: Check modifications
0 commit comments