From 97fba28037f1ab753baaa1ae556fba82a5dd0a09 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:20:01 +0000 Subject: [PATCH] fix: node_modules/wrap-ansi-cjs/node_modules/ansi-styles/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 --- .../wrap-ansi-cjs/node_modules/ansi-styles/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json b/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json index 75393284d7e47..7143ad965f6ca 100644 --- a/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +++ b/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json @@ -48,9 +48,9 @@ }, "devDependencies": { "@types/color-convert": "^1.9.0", - "ava": "^2.3.0", + "ava": "^5.3.0", "svg-term-cli": "^2.1.1", - "tsd": "^0.11.0", - "xo": "^0.25.3" + "tsd": "^0.17.0", + "xo": "^0.43.0" } }