diff --git a/packages/oas-to-snippet/package-lock.json b/packages/oas-to-snippet/package-lock.json index bd66995f4..cb75865d5 100644 --- a/packages/oas-to-snippet/package-lock.json +++ b/packages/oas-to-snippet/package-lock.json @@ -3846,12 +3846,12 @@ } }, "httpsnippet-client-api": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/httpsnippet-client-api/-/httpsnippet-client-api-2.3.3.tgz", - "integrity": "sha512-ngC3I2L3Av0Jd4n1lR58CkqcO41KyRvNWt+SlrhenCf4qx4l25WHZe9UPTwoFdBPX019kTSSmZ2rKEx54pKBbA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/httpsnippet-client-api/-/httpsnippet-client-api-2.4.0.tgz", + "integrity": "sha512-gX3qBlKTth34EnqEFBfVYaAbx4Mzo/Kia0CwV9NR0PIsNhCdgkjvcUDpn0TiV6ZdvB/e2oINf5gyzneNA99LUg==", "requires": { - "@readme/httpsnippet": "^2.0.1", - "@readme/oas-tooling": "^3.5.8", + "@readme/httpsnippet": "^2.2.2", + "@readme/oas-tooling": "^3.6.1", "content-type": "^1.0.4", "path-to-regexp": "^6.1.0", "stringify-object": "^3.3.0" diff --git a/packages/oas-to-snippet/package.json b/packages/oas-to-snippet/package.json index 093580def..cbcbb2bfb 100644 --- a/packages/oas-to-snippet/package.json +++ b/packages/oas-to-snippet/package.json @@ -9,7 +9,7 @@ "@readme/oas-to-har": "^8.0.1", "@readme/oas-tooling": "^3.6.1", "@readme/syntax-highlighter": "^10.0.0", - "httpsnippet-client-api": "^2.3.3" + "httpsnippet-client-api": "^2.4.0" }, "scripts": { "lint": "eslint .",