diff --git a/package-lock.json b/package-lock.json index d9077a29d..d6faaf649 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12042,11 +12042,11 @@ ] }, "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==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-8.0.0.tgz", + "integrity": "sha512-+AOBHcQvRr8DcWVIkfOCCCLSlYgQuNZ+gFNqwkBrNpdUfdfkcrbO4ml3F587fWUMFOmoy6D9c+5wrghgjN3mbg==", "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/jsonpointer": { @@ -20728,7 +20728,7 @@ "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11", "json-schema-merge-allof": "^0.8.1", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^8.0.0", "jsonpointer": "^5.0.0", "memoizee": "^0.4.14", "oas-normalize": "file:../oas-normalize", diff --git a/packages/oas/package.json b/packages/oas/package.json index 26c1dc2ad..5c884bd3e 100644 --- a/packages/oas/package.json +++ b/packages/oas/package.json @@ -91,7 +91,7 @@ "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11", "json-schema-merge-allof": "^0.8.1", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^8.0.0", "jsonpointer": "^5.0.0", "memoizee": "^0.4.14", "oas-normalize": "file:../oas-normalize",