From 00e4bd2dde478cba35185f23e757c552d6fbc70d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2024 05:25:46 +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 d3bd392..341a3b0 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.2.0", "ksuid": "^3.0.0", "minimist": "^1.2.8", "moment": "^2.30.1",