From 0ffb0a469de94026e7733d079ce7d5e82b8ec052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:58:37 +0000 Subject: [PATCH] build(deps): bump jsonpath from 1.1.1 to 1.3.0 Bumps [jsonpath](https://github.com/dchester/jsonpath) from 1.1.1 to 1.3.0. - [Commits](https://github.com/dchester/jsonpath/commits) --- updated-dependencies: - dependency-name: jsonpath dependency-version: 1.3.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 cd31b16..76aaf1b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "main": "./lib/index.js", "dependencies": { - "jsonpath": "1.1.1", + "jsonpath": "1.3.0", "lodash": "4.17.21" }, "devDependencies": {