From bf34c06c4fd3c9c74f216a413f7f5effa2c48fab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 10:58:58 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd94fa07..18352b2f 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "cz-conventional-changelog": "2.0.0", "dedent": "0.6.0", "detect-indent": "4.0.0", - "find-node-modules": "1.0.4", + "find-node-modules": "2.1.0", "find-root": "1.0.0", "fs-extra": "^1.0.0", "glob": "7.1.1",