From 7cedb410849777cfcf7f90eaa2b88835031fbf90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 21:53:37 +0000 Subject: [PATCH] fix(deps): update dependency jsonpath-plus to v11 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36381c7..d7611da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "debug": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^11.0.0", "lodash": "^4.17.11", "methods": "^1.1.1", "mime": "^2.3.1", @@ -2813,9 +2813,9 @@ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "node_modules/jsonpath-plus": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.4.0.tgz", - "integrity": "sha512-T92WWatJXmhBbKsgH/0hl+jxjdXrifi5IKeMY02DWggRxX0UElcbVzPlmgLTbvsPeW1PasQ6xE2Q75stkhGbsA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-11.1.0.tgz", + "integrity": "sha512-AKyLWRC9kE75CC0Z3GmXfaAauXPqs8/2RkwRkZmJ+i1ePWuD9ns3ckWwDJhLPZ/2ELwWvDE+aZoaGHCmmBXA0w==", "dependencies": { "@jsep-plugin/assignment": "^1.3.0", "@jsep-plugin/regex": "^1.0.4", @@ -2826,7 +2826,7 @@ "jsonpath-plus": "bin/jsonpath-cli.js" }, "engines": { - "node": ">=18.0.0" + "node": ">=22.0.0" } }, "node_modules/jsprim": { @@ -7050,9 +7050,9 @@ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "jsonpath-plus": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.4.0.tgz", - "integrity": "sha512-T92WWatJXmhBbKsgH/0hl+jxjdXrifi5IKeMY02DWggRxX0UElcbVzPlmgLTbvsPeW1PasQ6xE2Q75stkhGbsA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-11.1.0.tgz", + "integrity": "sha512-AKyLWRC9kE75CC0Z3GmXfaAauXPqs8/2RkwRkZmJ+i1ePWuD9ns3ckWwDJhLPZ/2ELwWvDE+aZoaGHCmmBXA0w==", "requires": { "@jsep-plugin/assignment": "^1.3.0", "@jsep-plugin/regex": "^1.0.4", diff --git a/package.json b/package.json index 6d3ae19..6ccce56 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "debug": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^11.0.0", "lodash": "^4.17.11", "methods": "^1.1.1", "mime": "^2.3.1",