diff --git a/package-lock.json b/package-lock.json index bba622c3e..37b21d4a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6101,8 +6101,9 @@ } }, "postman-collection": { - "version": "github:aditya-baradwaj/postman-collection#805b014d23ea5f1e3f4f5ed5522216b5426ca762", - "from": "github:aditya-baradwaj/postman-collection#feature/APITEST-766-Add-Packages-to-collection-schema", + "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", @@ -6157,11 +6158,12 @@ } }, "postman-sandbox": { - "version": "github:postmanlabs/postman-sandbox#636c99afb6091e8687c058f63d1fa990e93f8b7b", - "from": "github:postmanlabs/postman-sandbox#channel/beta", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-4.5.0.tgz", + "integrity": "sha512-2YnaxRpwASH6cIEMm4JK2lIgaZ0i94c7VcsiFddfKb+E8nfz2t+e2s7uJIbj+XbxRkHtI+eWNQI7K8YBkl+nMw==", "requires": { "lodash": "4.17.21", - "postman-collection": "github:aditya-baradwaj/postman-collection#feature/APITEST-766-Add-Packages-to-collection-schema", + "postman-collection": "4.4.0", "teleport-javascript": "1.0.0", "uvm": "2.1.1" } diff --git a/package.json b/package.json index 07a4b59bc..c9e62c70d 100644 --- a/package.json +++ b/package.json @@ -54,9 +54,9 @@ "node-forge": "1.3.1", "node-oauth1": "1.3.0", "performance-now": "2.1.0", - "postman-collection": "aditya-baradwaj/postman-collection#feature/APITEST-766-Add-Packages-to-collection-schema", + "postman-collection": "4.4.0", "postman-request": "2.88.1-postman.33", - "postman-sandbox": "postmanlabs/postman-sandbox#channel/beta", + "postman-sandbox": "4.5.0", "postman-url-encoder": "3.0.5", "serialised-error": "1.1.3", "strip-json-comments": "3.1.1",