From ff6532712bca4c832d5dba35e7071b0da2fcf7a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 05:02:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONPATHPLUS-7945884 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc35013..7e752b3 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "debug": "^4.3.7", "eventemitter3": "^5.0.1", "json-pointer": "^0.6.2", - "jsonpath-plus": "^8.1.0", + "jsonpath-plus": "^10.0.0", "ksuid": "^3.0.0", "minimist": "^1.2.8", "moment": "^2.30.1",