diff --git a/package-lock.json b/package-lock.json index 21bb02a5..3fc16060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11355,6 +11355,14 @@ "node": ">= 0.6" } }, + "node_modules/jsonpath-plus": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", + "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/jsprim": { "version": "1.4.2", "dev": true, @@ -17470,6 +17478,7 @@ "jsesc": "^3.0.2", "jshint": "^2.13.6", "jsonlint": "^1.6.3", + "jsonpath-plus": "^7.2.0", "know-your-http-well": "^0.5.0", "lodash": "^4.17.21", "markdown-it": "^13.0.2", @@ -21754,6 +21763,7 @@ "jsesc": "^3.0.2", "jshint": "^2.13.6", "jsonlint": "^1.6.3", + "jsonpath-plus": "^7.2.0", "know-your-http-well": "^0.5.0", "lodash": "^4.17.21", "markdown-it": "^13.0.2", @@ -26399,6 +26409,11 @@ "nomnom": "^1.5.x" } }, + "jsonpath-plus": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", + "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==" + }, "jsprim": { "version": "1.4.2", "dev": true, @@ -30268,4 +30283,4 @@ } } } -} \ No newline at end of file +}