From b9fea97354674a37612d18af004c3344f88c8adc Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:40:11 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/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-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- .../tap-with-yarn-lock/node_modules/ink/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json index e633335f0707d..47195c6155e94 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json @@ -65,13 +65,13 @@ "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-react": "^7.0.0", - "ava": "^1.3.1", + "ava": "^6.0.0", "babel-eslint": "^10.0.1", "delay": "^4.1.0", "eslint-config-xo-react": "^0.19.0", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-hooks": "^1.4.0", - "import-jsx": "^1.3.0", + "import-jsx": "^3.0.0", "ms": "^2.1.1", "node-pty": "^0.8.1", "p-queue": "^3.0.0", @@ -79,7 +79,7 @@ "sinon": "^7.2.7", "strip-ansi": "^5.2.0", "svg-term-cli": "^2.1.1", - "xo": "^0.24.0" + "xo": "^0.43.0" }, "peerDependencies": { "react": ">=16.8.0"