From aedaff46eeb0d01da4edd8b3eab8767db29fcd7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 03:52:31 +0000 Subject: [PATCH] fix: node_modules/file-entry-cache/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/file-entry-cache/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node_modules/file-entry-cache/package.json b/node_modules/file-entry-cache/package.json index c15ee913c5..b3a734f286 100644 --- a/node_modules/file-entry-cache/package.json +++ b/node_modules/file-entry-cache/package.json @@ -62,13 +62,13 @@ }, "devDependencies": { "chai": "^3.2.0", - "changelogx": "3.0.0", + "changelogx": "4.0.0", "commander": "^2.6.0", - "del": "^2.0.2", - "esbeautifier": "^4.2.11", - "eslinter": "^2.3.3", + "del": "^6.0.0", + "esbeautifier": "^8.0.0", + "eslinter": "^3.0.0", "glob-expand": "^0.1.0", - "istanbul": "^0.3.6", + "istanbul": "^0.4.5", "mocha": "^2.1.0", "precommit": "^1.1.5", "prepush": "^3.1.4",