From 4f5123897baa290bf41d8a79d99f8a14f16c28c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:30:37 +0000 Subject: [PATCH] Bump jsonpath from 1.1.1 to 1.2.1 in /ghost/api-framework 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] --- ghost/api-framework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/api-framework/package.json b/ghost/api-framework/package.json index cd4310d1a67..e4c6f2ffca9 100644 --- a/ghost/api-framework/package.json +++ b/ghost/api-framework/package.json @@ -29,7 +29,7 @@ "@tryghost/promise": "0.3.12", "@tryghost/tpl": "0.1.32", "@tryghost/validator": "0.2.14", - "jsonpath": "1.1.1", + "jsonpath": "1.2.1", "lodash": "4.17.21" } }