From b77081a62b55c5b41ac858f4226dacd16a0c6daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:19:42 +0000 Subject: [PATCH] build(deps): bump jsonpath from 1.1.1 to 1.2.0 Bumps [jsonpath](https://github.com/dchester/jsonpath) from 1.1.1 to 1.2.0. - [Commits](https://github.com/dchester/jsonpath/commits/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 33e0fcbe..6c8dcc22 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dottie": "2.0.6", "fast-json-patch": "3.1.1", "glob": "11.1.0", - "jsonpath": "1.1.1", + "jsonpath": "1.2.0", "lodash": "4.17.21", "lru-cache": "11.1.0", "mkdirp": "3.0.1",