From 24642e83d2c4bfc8648d7276ecc507c288758627 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Mar 2025 07:13:49 +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 5149214..6f59de7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "rimraf": "^5.0.5", "rollup": "^4.12.1", "rollup-plugin-dts": "^6.1.0", - "syncpack": "^12.3.0", + "syncpack": "^13.0.3", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tslib": "^2.6.2",