From c021444aaf551d90d1287c49e8d323405ba57b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:06:01 +0000 Subject: [PATCH] build(deps): bump jsonpath from 1.0.2 to 1.2.0 Bumps [jsonpath](https://github.com/dchester/jsonpath) from 1.0.2 to 1.2.0. - [Commits](https://github.com/dchester/jsonpath/compare/1.0.2...1.2.0) --- updated-dependencies: - dependency-name: jsonpath dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8230a31..69d5890 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "jsonpath with extended functionality", "main": "index.js", "dependencies": { - "jsonpath": "1.0.2" + "jsonpath": "1.2.0" }, "devDependencies": { "ut-tools": "^5.32.11"