From 1daa17e8004bf36ddbb1a7c6c2d66627f1512856 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 21:06:27 +0000 Subject: [PATCH] fix: upgrade postman-collection from 4.2.1 to 4.4.0 Snyk has created this PR to upgrade postman-collection from 4.2.1 to 4.4.0. See this package in npm: postman-collection See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/eaa228f5-7b28-4c0a-873d-b83e6fe4fbfc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e53adc6f..9f803cae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "oas-resolver-browser": "2.5.6", "object-hash": "3.0.0", "path-browserify": "1.0.1", - "postman-collection": "4.2.1", + "postman-collection": "^4.4.0", "swagger2openapi": "7.0.8", "traverse": "0.6.6", "yaml": "1.10.2" @@ -4285,9 +4285,10 @@ } }, "node_modules/postman-collection": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/postman-collection/-/postman-collection-4.2.1.tgz", - "integrity": "sha512-DFLt3/yu8+ldtOTIzmBUctoupKJBOVK4NZO0t68K2lIir9smQg7OdQTBjOXYy+PDh7u0pSDvD66tm93eBHEPHA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/postman-collection/-/postman-collection-4.4.0.tgz", + "integrity": "sha512-2BGDFcUwlK08CqZFUlIC8kwRJueVzPjZnnokWPtJCd9f2J06HBQpGL7t2P1Ud1NEsK9NHq9wdipUhWLOPj5s/Q==", + "license": "Apache-2.0", "dependencies": { "@faker-js/faker": "5.5.3", "file-type": "3.9.0", @@ -8837,9 +8838,9 @@ } }, "postman-collection": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/postman-collection/-/postman-collection-4.2.1.tgz", - "integrity": "sha512-DFLt3/yu8+ldtOTIzmBUctoupKJBOVK4NZO0t68K2lIir9smQg7OdQTBjOXYy+PDh7u0pSDvD66tm93eBHEPHA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/postman-collection/-/postman-collection-4.4.0.tgz", + "integrity": "sha512-2BGDFcUwlK08CqZFUlIC8kwRJueVzPjZnnokWPtJCd9f2J06HBQpGL7t2P1Ud1NEsK9NHq9wdipUhWLOPj5s/Q==", "requires": { "@faker-js/faker": "5.5.3", "file-type": "3.9.0", diff --git a/package.json b/package.json index ff9b5789..183b6364 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "object-hash": "3.0.0", "graphlib": "2.1.8", "path-browserify": "1.0.1", - "postman-collection": "4.2.1", + "postman-collection": "4.4.0", "swagger2openapi": "7.0.8", "traverse": "0.6.6", "yaml": "1.10.2"