From dfa1e0ea2b92cc122f4718274a9b051f20adbe8c Mon Sep 17 00:00:00 2001 From: knowacki23 Date: Mon, 14 Oct 2024 10:35:07 +0200 Subject: [PATCH] fix(deps): update dependency jsonpath-plus to 10.0.0 due to vulnerability Signed-off-by: Nowacki, Kacper --- packages/parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/parser/package.json b/packages/parser/package.json index 1128ad916..fd02ae9eb 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -59,7 +59,7 @@ "ajv-formats": "^2.1.1", "avsc": "^5.7.5", "js-yaml": "^4.1.0", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^10.0.0", "node-fetch": "2.6.7" }, "devDependencies": {