From 71e8e26f4de1267c29b76a4598a6d7fb55647333 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 05:00:40 +0000 Subject: [PATCH] fix: node_modules/chunkd/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/chunkd/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/chunkd/package.json b/node_modules/chunkd/package.json index 6dfab968b6..d3ee2d7413 100644 --- a/node_modules/chunkd/package.json +++ b/node_modules/chunkd/package.json @@ -24,9 +24,9 @@ "prepublishOnly": "npm run -s build" }, "devDependencies": { - "ava": "^2.4.0", + "ava": "^5.3.0", "husky": "^3.1.0", - "lint-staged": "^9.4.3", + "lint-staged": "^10.2.0", "prettier": "^1.19.1", "ts-node": "^8.5.2", "typescript": "^3.7.2"