From 72c1bbcbead126e952f928593c31ac82f63249b5 Mon Sep 17 00:00:00 2001 From: Dev Sharma Date: Tue, 3 Oct 2023 14:36:46 +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 0b6c0a24..a890c67f 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.3", + "postman-collection": "npm:postman-collection-secret-variable-type-only@1.0.5", "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.3", - "resolved": "https://registry.npmjs.org/postman-collection-secret-variable-type-only/-/postman-collection-secret-variable-type-only-1.0.3.tgz", - "integrity": "sha512-vBhuPqkZcCKdEypDZHEzQiUYhgzeggfZk+8t57sx0FUrLubafmeZpBv6MwjXbptS1+4sLXjFZCzeRZZA8tHACA==", + "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==", "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.3", - "resolved": "https://registry.npmjs.org/postman-collection-secret-variable-type-only/-/postman-collection-secret-variable-type-only-1.0.3.tgz", - "integrity": "sha512-vBhuPqkZcCKdEypDZHEzQiUYhgzeggfZk+8t57sx0FUrLubafmeZpBv6MwjXbptS1+4sLXjFZCzeRZZA8tHACA==", + "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==", "requires": { "@faker-js/faker": "5.5.3", "file-type": "3.9.0", diff --git a/package.json b/package.json index 7bd3b6b2..67980ecf 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.3", + "postman-collection": "npm:postman-collection-secret-variable-type-only@1.0.5", "teleport-javascript": "1.0.0", "uvm": "2.1.1" },