From 7d1d2a25c1d8bd4b3403c522317c05b6508375e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:20:48 +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 d1466d3..e8a1c54 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@wmfs/form-maker": "1.10.0", "jsonfile": "6.1.0", - "jsonpath": "1.1.1", + "jsonpath": "1.2.0", "lodash": "4.17.21", "shasum": "1.0.2", "uuid": "11.1.0",