From e63ff150d1f2f179df380ae53d7eb1327a06fe8b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:34:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 38c2e78b0f..2333afc7b9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "filesize": "^10.0.5", "front-matter": "^4.0.2", "fs-extra": "^11.1.0", - "globby": "^14.0.1", + "globby": "^14.1.0", "jest": "^29.5.0", "js-yaml": "^4.1.0", "postcss": "^8.4.35",