diff --git a/package-lock.json b/package-lock.json index 45bf6be3..d1acda2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3021,12 +3021,13 @@ "license": "MIT" }, "node_modules/@readme/oas-to-har": { - "version": "24.0.5", - "resolved": "https://registry.npmjs.org/@readme/oas-to-har/-/oas-to-har-24.0.5.tgz", - "integrity": "sha512-Ez4zMpcKroO6N9NUM9r309KRzF6WlZeQMU7Tsf9BkU6koIiFkuFlaWbYCYxE2lagfTX1hZS9h0HySPsD74c6nw==", + "version": "24.0.7", + "resolved": "https://registry.npmjs.org/@readme/oas-to-har/-/oas-to-har-24.0.7.tgz", + "integrity": "sha512-4PGnAFn0zmri47L0wluyThmaho1W5Fa32sRavqa7tz5E+Om1y/zDhot5y1Y4x9bmphZHmtxviBhV4P3IpLa4+A==", + "license": "ISC", "dependencies": { "@readme/data-urls": "^3.0.0", - "oas": "^25.2.1", + "oas": "^25.3.0", "qs": "^6.12.0", "remove-undefined-objects": "^5.0.0" }, @@ -16606,9 +16607,10 @@ } }, "node_modules/oas": { - "version": "25.2.1", - "resolved": "https://registry.npmjs.org/oas/-/oas-25.2.1.tgz", - "integrity": "sha512-56NO/ThEzIQeniJHm12tFIIGaugcdZTxYWiWP0KV8W9DcdWRvk9tvBEKITFp9r62w7W25vobedpiApa9u/Aoxg==", + "version": "25.3.0", + "resolved": "https://registry.npmjs.org/oas/-/oas-25.3.0.tgz", + "integrity": "sha512-98HLqUASE1u4kS8o3O7ZqjT1LG5oNwNjG1oXTsMscYVl2RSW4gMzlrn80dpxjsxpMlVuqPPa/sUS5WFtkk+Xxg==", + "license": "MIT", "dependencies": { "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11",