From d270512097cb4fe936ab5ec3d5e5e137b9f7ae98 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:52:29 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/import-jsx/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-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 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:ms:20170412 --- .../tap-with-yarn-lock/node_modules/import-jsx/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/import-jsx/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/import-jsx/package.json index 39a13b8f5d88f..d120f4abb3429 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/import-jsx/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/import-jsx/package.json @@ -34,9 +34,9 @@ "resolve-from": "^3.0.0" }, "devDependencies": { - "ava": "^0.19.1", - "nyc": "^13.3.0", + "ava": "^4.0.0", + "nyc": "^15.0.0", "sinon": "^2.3.5", - "xo": "^0.18.2" + "xo": "^0.42.0" } }