From 728dba43e65e66bee2e7d98246d53260e1c0d270 Mon Sep 17 00:00:00 2001 From: Dev Sharma Date: Tue, 3 Oct 2023 18:21:19 +0530 Subject: [PATCH] bumped version of postman collection --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a890c67f..b2bfbac3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "lodash": "4.17.21", - "postman-collection": "npm:postman-collection-secret-variable-type-only@1.0.5", + "postman-collection": "npm:postman-collection-secret-variable-type-only@1.0.7", "teleport-javascript": "1.0.0", "uvm": "2.1.1" }, @@ -6390,9 +6390,9 @@ }, "node_modules/postman-collection": { "name": "postman-collection-secret-variable-type-only", - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/postman-collection-secret-variable-type-only/-/postman-collection-secret-variable-type-only-1.0.5.tgz", - "integrity": "sha512-cRbf8qVxJMF7dDL0qle2Zq5LSNOUiQuOiO3FX8Tdq8BN+d1O9ivLT4wmnm9xkUCY+7fbEnrcaWKHKdd1gU2+iQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/postman-collection-secret-variable-type-only/-/postman-collection-secret-variable-type-only-1.0.7.tgz", + "integrity": "sha512-RpdKBy6bbMRNYnZgCcxlDVlTvyOzpjMS24pRCL/6A94XYWVRZERn9npmhrT4C+Id+nOhS9eAuWTva1OvXNTCIg==", "dependencies": { "@faker-js/faker": "5.5.3", "file-type": "3.9.0", @@ -13419,9 +13419,9 @@ } }, "postman-collection": { - "version": "npm:postman-collection-secret-variable-type-only@1.0.5", - "resolved": "https://registry.npmjs.org/postman-collection-secret-variable-type-only/-/postman-collection-secret-variable-type-only-1.0.5.tgz", - "integrity": "sha512-cRbf8qVxJMF7dDL0qle2Zq5LSNOUiQuOiO3FX8Tdq8BN+d1O9ivLT4wmnm9xkUCY+7fbEnrcaWKHKdd1gU2+iQ==", + "version": "npm:postman-collection-secret-variable-type-only@1.0.7", + "resolved": "https://registry.npmjs.org/postman-collection-secret-variable-type-only/-/postman-collection-secret-variable-type-only-1.0.7.tgz", + "integrity": "sha512-RpdKBy6bbMRNYnZgCcxlDVlTvyOzpjMS24pRCL/6A94XYWVRZERn9npmhrT4C+Id+nOhS9eAuWTva1OvXNTCIg==", "requires": { "@faker-js/faker": "5.5.3", "file-type": "3.9.0", diff --git a/package.json b/package.json index 67980ecf..636531a9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "lodash": "4.17.21", - "postman-collection": "npm:postman-collection-secret-variable-type-only@1.0.5", + "postman-collection": "npm:postman-collection-secret-variable-type-only@1.0.7", "teleport-javascript": "1.0.0", "uvm": "2.1.1" },