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" },