From 0c74b713b2dc8972f1d3d593bae62b5f6f4357ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:31:31 +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 4e97a80..443c06b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@wmfs/asl-choice-processor": "1.25.0", "debug": "4.4.1", "dottie": "2.0.6", - "jsonpath": "1.1.1", + "jsonpath": "1.2.1", "lodash": "4.17.21", "luxon": "3.7.1", "tokenizr": "^1.6.7",