From 413c86460e4b264d2af4632166f0e348331efa4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:08:34 +0000 Subject: [PATCH] build(deps): update dependency jsonpath to v1.3.0 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 135541f..16b6fc9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "main": "./lib/index.js", "dependencies": { - "jsonpath": "1.1.1", + "jsonpath": "1.3.0", "lodash": "4.17.21" }, "devDependencies": {