From 718d3dacc8d96584505b1306db5100faa1a8b6ac Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:02:37 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - 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 --- .../tap-with-yarn-lock/node_modules/mem/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json index a74c1eace1638..18a3d21f04374 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json @@ -38,9 +38,9 @@ "p-is-promise": "^2.0.0" }, "devDependencies": { - "ava": "^1.4.1", + "ava": "^6.0.0", "delay": "^4.1.0", - "tsd": "^0.7.1", - "xo": "^0.24.0" + "tsd": "^0.17.0", + "xo": "^0.43.0" } }