diff --git a/package-lock.json b/package-lock.json index b59f61e44..30978ca37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "29.7.0", "jest-extended": "^4.0.2", - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.0.7", "jung": "^2.1.0", "node-fetch": "^3.3.2", "npm-run-all": "^4.1.5", @@ -17814,22 +17814,21 @@ } }, "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==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.7.tgz", + "integrity": "sha512-GDA8d8fu9+s4QzAzo5LMGiLL/9YjecAX+ytlnqdeXYpU55qME57StDgaHt9R2pA7Dr8U31nwzxNJMJiHkrkRgw==", "dev": true, - "license": "MIT", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", - "jsep": "^1.3.8" + "jsep": "^1.3.9" }, "bin": { "jsonpath": "bin/jsonpath-cli.js", "jsonpath-plus": "bin/jsonpath-cli.js" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/jszip": { diff --git a/package.json b/package.json index 9c57125c5..9fbed3ec4 100644 --- a/package.json +++ b/package.json @@ -256,7 +256,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "29.7.0", "jest-extended": "^4.0.2", - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.0.7", "jung": "^2.1.0", "node-fetch": "^3.3.2", "npm-run-all": "^4.1.5",