From 00c0884616b488767fb8c0597ad83f798158f7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 08:05:45 -0700 Subject: [PATCH] Bump jsonpath-plus from 9.0.0 to 10.3.0 (#220) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 +------------------ .../template-function-response/package.json | 2 +- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 802340a0..2b98ed7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17390,31 +17390,13 @@ "version": "0.0.1", "dependencies": { "@xmldom/xmldom": "^0.8.10", - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.3.0", "xpath": "^0.0.34" }, "devDependencies": { "@types/jsonpath": "^0.2.4" } }, - "plugins/template-function-response/node_modules/jsonpath-plus": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-9.0.0.tgz", - "integrity": "sha512-bqE77VIDStrOTV/czspZhTn+o27Xx9ZJRGVkdVShEtPoqsIx5yALv3lWVU6y+PqYvWPJNWE7ORCQheQkEe0DDA==", - "license": "MIT", - "dependencies": { - "@jsep-plugin/assignment": "^1.2.1", - "@jsep-plugin/regex": "^1.0.3", - "jsep": "^1.3.8" - }, - "bin": { - "jsonpath": "bin/jsonpath-cli.js", - "jsonpath-plus": "bin/jsonpath-cli.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, "plugins/template-function-uuid": { "name": "@yaakapp/template-function-uuid", "version": "0.0.1", diff --git a/plugins/template-function-response/package.json b/plugins/template-function-response/package.json index 7cb3a387..d473aebf 100644 --- a/plugins/template-function-response/package.json +++ b/plugins/template-function-response/package.json @@ -7,7 +7,7 @@ "dev": "yaakcli dev ./src/index.js" }, "dependencies": { - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.3.0", "xpath": "^0.0.34", "@xmldom/xmldom": "^0.8.10" },