From f40656e89199b58f42f5861bccb00451fd8f089d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 18:35:30 +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-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/chunkd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/chunkd/package.json b/node_modules/chunkd/package.json index 6dfab968b6..134bc485ba 100644 --- a/node_modules/chunkd/package.json +++ b/node_modules/chunkd/package.json @@ -24,7 +24,7 @@ "prepublishOnly": "npm run -s build" }, "devDependencies": { - "ava": "^2.4.0", + "ava": "^4.0.0", "husky": "^3.1.0", "lint-staged": "^9.4.3", "prettier": "^1.19.1",