diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 9bf25521c..69e124115 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,6 +1,8 @@ unreleased: new features: - GH-1336 Added support for fetching execution location context through script + chores: + - Updated dependencies 7.35.0: date: 2023-11-02 diff --git a/package-lock.json b/package-lock.json index fbb42f048..16c1b701d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6020,9 +6020,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.3.0", + "resolved": "https://registry.npmjs.org/postman-collection/-/postman-collection-4.3.0.tgz", + "integrity": "sha512-QpmNOw1JhAVQTFWRz443/qpKs4/3T1MFrKqDZ84RS1akxOzhXXr15kD8+/+jeA877qyy9rfMsrFgLe2W7aCPjw==", "requires": { "@faker-js/faker": "5.5.3", "file-type": "3.9.0", @@ -6077,12 +6077,12 @@ } }, "postman-sandbox": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-4.3.0.tgz", - "integrity": "sha512-CRfY4WbRjxWc6xKWJWMYgLHzvKudB4yz/n5Q/CyFYHIIqZ2boM3+/HoSW0uuw8r5i814lftc690doZ5vfvCnqQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-4.4.0.tgz", + "integrity": "sha512-NvNodj44vqtZrgLvnqoqFxvqRL1Pw0MSLXGlzSu252iurmHCz59wUykNUQ8mQh0AXNM00gbN/lS1nrGfS1zqwA==", "requires": { "lodash": "4.17.21", - "postman-collection": "4.2.1", + "postman-collection": "4.3.0", "teleport-javascript": "1.0.0", "uvm": "2.1.1" } diff --git a/package.json b/package.json index 585a7d426..a1fd8512d 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": "4.2.1", + "postman-collection": "4.3.0", "postman-request": "2.88.1-postman.33", - "postman-sandbox": "4.3.0", + "postman-sandbox": "4.4.0", "postman-url-encoder": "3.0.5", "serialised-error": "1.1.3", "strip-json-comments": "3.1.1",