Merge pull request #3 from anshumankmr/dependabot/npm_and_yarn/postman-request-2.88.1-postman.31

Bump postman-request from 2.88.1-postman.30 to 2.88.1-postman.31
This commit is contained in:
Anshuman Kumar
2022-12-30 17:25:16 +05:30
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"https-proxy-agent": "^5.0.1",
"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",

View File

@@ -31,7 +31,7 @@
"https-proxy-agent": "^5.0.1",
"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"
},