From ffc7154ce1ca5a24d05bca26ce08fce8542357b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:31:29 +0000 Subject: [PATCH] build(deps): bump jsonpath from 1.1.1 to 1.2.1 Bumps [jsonpath](https://github.com/dchester/jsonpath) from 1.1.1 to 1.2.1. - [Commits](https://github.com/dchester/jsonpath/commits/1.2.1) --- updated-dependencies: - dependency-name: jsonpath dependency-version: 1.2.1 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..c58f3dd1 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.1", "lodash": "4.17.21", "lru-cache": "11.1.0", "mkdirp": "3.0.1",