From c6391163bdce94330b76caf08a1b7f73b52460b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:08:00 +0000 Subject: [PATCH] build(deps): bump jsonpath-plus from 10.3.0 to 10.4.0 in /json Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/compare/v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- json/package-lock.json | 8 ++++---- json/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/json/package-lock.json b/json/package-lock.json index 9dbbb1c..39a7999 100644 --- a/json/package-lock.json +++ b/json/package-lock.json @@ -8,7 +8,7 @@ "name": "docker-json", "version": "0.0.0", "dependencies": { - "jsonpath-plus": "10.3.0", + "jsonpath-plus": "10.4.0", "prettier": "3.8.1", "prettyjson": "1.2.5", "v8r": "5.1.0" @@ -967,9 +967,9 @@ } }, "node_modules/jsonpath-plus": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", - "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.4.0.tgz", + "integrity": "sha512-T92WWatJXmhBbKsgH/0hl+jxjdXrifi5IKeMY02DWggRxX0UElcbVzPlmgLTbvsPeW1PasQ6xE2Q75stkhGbsA==", "license": "MIT", "dependencies": { "@jsep-plugin/assignment": "^1.3.0", diff --git a/json/package.json b/json/package.json index 4a27ca1..9018973 100644 --- a/json/package.json +++ b/json/package.json @@ -2,7 +2,7 @@ "name": "docker-json", "version": "0.0.0", "dependencies": { - "jsonpath-plus": "10.3.0", + "jsonpath-plus": "10.4.0", "prettier": "3.8.1", "prettyjson": "1.2.5", "v8r": "5.1.0"