From b8d00ad4babfc4802340a0a1b04c76cd5072e4ff Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:03:34 +0000 Subject: [PATCH] fix: node_modules/smart-buffer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/smart-buffer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/smart-buffer/package.json b/node_modules/smart-buffer/package.json index 2f326f248955a..64519251589aa 100644 --- a/node_modules/smart-buffer/package.json +++ b/node_modules/smart-buffer/package.json @@ -35,9 +35,9 @@ "chai": "4.2.0", "coveralls": "3.0.5", "istanbul": "^0.4.5", - "mocha": "6.2.0", + "mocha": "11.0.1", "mocha-lcov-reporter": "^1.3.0", - "nyc": "14.1.1", + "nyc": "15.0.0", "source-map-support": "0.5.12", "ts-node": "8.3.0", "tslint": "5.18.0",