From 625c86a2b27c64ffea8e8aea14777b7351616e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:58:48 +0000 Subject: [PATCH] Bump postman-request from 2.88.1-postman.30 to 2.88.1-postman.31 Bumps [postman-request](https://github.com/postmanlabs/postman-request) from 2.88.1-postman.30 to 2.88.1-postman.31. - [Release notes](https://github.com/postmanlabs/postman-request/releases) - [Changelog](https://github.com/postmanlabs/postman-request/blob/master/CHANGELOG.md) - [Commits](https://github.com/postmanlabs/postman-request/compare/v2.88.1-postman.30...v2.88.1-postman.31) --- updated-dependencies: - dependency-name: postman-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 266fac1..5ccf2f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "https-proxy-agent": "^5.0.0", "minizlib": "^2.1.2", "node-fetch": "^2.6.5", - "postman-request": "^2.88.1-postman.30", + "postman-request": "^2.88.1-postman.31", "pug": "^3.0.2", "redis": "^3.1.2" }, @@ -1381,9 +1381,9 @@ } }, "node_modules/postman-request": { - "version": "2.88.1-postman.30", - "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.30.tgz", - "integrity": "sha512-zsGvs8OgNeno1Q44zTgGP2IL7kCqUy4DAtl8/ms0AQpqkIoysrxzR/Zg4kM1Kz8/duBvwxt8NN717wB7SMNm6w==", + "version": "2.88.1-postman.31", + "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.31.tgz", + "integrity": "sha512-OJbYqP7ItxQ84yHyuNpDywCZB0HYbpHJisMQ9lb1cSL3N5H3Td6a2+3l/a74UMd3u82BiGC5yQyYmdOIETP/nQ==", "dependencies": { "@postman/form-data": "~3.1.1", "@postman/tunnel-agent": "^0.6.3", @@ -3013,9 +3013,9 @@ "dev": true }, "postman-request": { - "version": "2.88.1-postman.30", - "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.30.tgz", - "integrity": "sha512-zsGvs8OgNeno1Q44zTgGP2IL7kCqUy4DAtl8/ms0AQpqkIoysrxzR/Zg4kM1Kz8/duBvwxt8NN717wB7SMNm6w==", + "version": "2.88.1-postman.31", + "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.31.tgz", + "integrity": "sha512-OJbYqP7ItxQ84yHyuNpDywCZB0HYbpHJisMQ9lb1cSL3N5H3Td6a2+3l/a74UMd3u82BiGC5yQyYmdOIETP/nQ==", "requires": { "@postman/form-data": "~3.1.1", "@postman/tunnel-agent": "^0.6.3", diff --git a/package.json b/package.json index 2f8810f..7a047ff 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "https-proxy-agent": "^5.0.0", "minizlib": "^2.1.2", "node-fetch": "^2.6.5", - "postman-request": "^2.88.1-postman.30", + "postman-request": "^2.88.1-postman.31", "pug": "^3.0.2", "redis": "^3.1.2" },