diff --git a/package-lock.json b/package-lock.json index a497e710..88d51a63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9569,11 +9569,15 @@ ] }, "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.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-8.1.0.tgz", + "integrity": "sha512-qVTiuKztFGw0dGhYi3WNqvddx3/SHtyDT0xJaeyz4uP0d1tkpG+0y5uYQ4OcIo1TLAz3PE/qDOW9F0uDt3+CTw==", + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/jsonpointer": { @@ -12100,19 +12104,19 @@ } }, "node_modules/oas": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/oas/-/oas-24.1.0.tgz", - "integrity": "sha512-Jd6JaojipX4zURHINZ+Vzc713TeKB+1tP37xaGBdiutRDQIyCoGQWGpdo9KON6JqkNcoKFJZLkj6y5NWOHHxxg==", + "version": "24.3.1", + "resolved": "https://registry.npmjs.org/oas/-/oas-24.3.1.tgz", + "integrity": "sha512-ReRvLbK8LihwBSBFtbJCTOKEyRrxacCbdACRz/dhBcj+JDdNy8a6pdMNm44sL5Opazr7jYajaqwVlCzS1OsznA==", "dependencies": { "@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": "^11.0.1", + "oas-normalize": "^11.0.4", "openapi-types": "^12.1.1", - "path-to-regexp": "^6.2.0", + "path-to-regexp": "^6.2.2", "remove-undefined-objects": "^5.0.0" }, "engines": { @@ -12141,9 +12145,9 @@ } }, "node_modules/oas-normalize": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/oas-normalize/-/oas-normalize-11.0.1.tgz", - "integrity": "sha512-y+tM2XhLys9o2MNnQBtcRgi6u86jjqTXR2MCMX3rf379t7uVdTqfJPhUD/ruxNSIxSIf+jtO3tPCwCKFScyJCg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/oas-normalize/-/oas-normalize-11.0.4.tgz", + "integrity": "sha512-mbpZD6yOSEwT30GkMOwqLnbhPU8x6vPHurpuY0h4TdBkEwidYOro6NwmO+39GQbl34cQy3JMbj4UdPnGJKgpcQ==", "dependencies": { "@readme/openapi-parser": "^2.5.0", "@readme/postman-to-openapi": "^4.1.0", @@ -12887,9 +12891,9 @@ } }, "node_modules/path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", + "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==" }, "node_modules/path-type": { "version": "4.0.0",