From 568d5648eb34aa3ce066715915e97bf597d814b0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:05:44 +0000 Subject: [PATCH] fix: node_modules/shebang-command/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- node_modules/shebang-command/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/shebang-command/package.json b/node_modules/shebang-command/package.json index 18e3c04638cb6..bc786d204c891 100644 --- a/node_modules/shebang-command/package.json +++ b/node_modules/shebang-command/package.json @@ -28,7 +28,7 @@ "shebang-regex": "^3.0.0" }, "devDependencies": { - "ava": "^2.3.0", - "xo": "^0.24.0" + "ava": "^5.3.0", + "xo": "^0.43.0" } }