From b5d219fefe82dcf0f1a51ae82f05a30500cce1a1 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Thu, 23 May 2024 02:18:52 +0000
Subject: [PATCH] fix: node_modules/is-installed-globally/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/is-installed-globally/package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/node_modules/is-installed-globally/package.json b/node_modules/is-installed-globally/package.json
index bad8f8918d..929b5d49e5 100644
--- a/node_modules/is-installed-globally/package.json
+++ b/node_modules/is-installed-globally/package.json
@@ -44,11 +44,11 @@
   },
   "devDependencies": {
     "ava": "^2.4.0",
-    "cpy": "^7.3.0",
+    "cpy": "^9.0.0",
     "del": "^5.1.0",
     "execa": "^2.0.4",
     "make-dir": "^3.0.0",
-    "tsd": "^0.10.0",
-    "xo": "^0.25.3"
+    "tsd": "^0.12.0",
+    "xo": "^0.42.0"
   }
 }
\ No newline at end of file