From 5916ceab19edb196188edf6baa0453dda7ea6c99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 09:29:01 +0000 Subject: [PATCH] fix: codegens/http/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- codegens/http/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegens/http/package.json b/codegens/http/package.json index 5b35245b7..7fb94e486 100644 --- a/codegens/http/package.json +++ b/codegens/http/package.json @@ -21,7 +21,7 @@ "license": "Apache-2.0", "homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/http", "dependencies": { - "postman-collection": "3.6.8" + "postman-collection": "4.0.0" }, "scripts": { "test": "node npm/test.js",