From bc857f01fae931efcb2bd18a09e972319913be98 Mon Sep 17 00:00:00 2001 From: Keyhan Vakil Date: Sat, 1 Oct 2022 01:56:04 +0000 Subject: [PATCH] fix npm audit `npm audit` was reporting vulnerabilities. I ran `npm audit fix --force`. None of the breaking changes in `nyc` seem to affect us, and coverage still works. --- .gitignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b9576069..15cc1f70 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ out/ npm-debug.log node_modules/ package-lock.json +.nyc_output/ # Generated by scripts/configure.js config.gypi diff --git a/package.json b/package.json index 8bd3274c..ab0dd64e 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,9 @@ }, "homepage": "https://github.com/nodejs/llnode#readme", "devDependencies": { - "codecov": "^3.1.0", - "nyc": "^13.1.0", "clang-format": "1.2.4", + "codecov": "^3.1.0", + "nyc": "^15.1.0", "tape": "^4.4.0" }, "nyc": {