From 4f65376425bb6f735d064415948052e7719c09a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 06:02:41 +0000 Subject: [PATCH] fix: node_modules/temp-dir/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-MICROMATCH-6838728 --- node_modules/temp-dir/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/temp-dir/package.json b/node_modules/temp-dir/package.json index ad951f1491..1e082cfde9 100644 --- a/node_modules/temp-dir/package.json +++ b/node_modules/temp-dir/package.json @@ -35,7 +35,7 @@ "devDependencies": { "ava": "^1.4.1", "proxyquire": "^2.1.0", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "tsd": "^0.12.0", + "xo": "^0.42.0" } } \ No newline at end of file