Skip to content

Commit 819ea24

Browse files
committed
Update postman-request
Latest version of postman-request removes har-validator library which is EOL.
1 parent 9c29263 commit 819ea24

2 files changed

Lines changed: 29 additions & 80 deletions

File tree

package-lock.json

Lines changed: 27 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-vault",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Javascript client for HashiCorp's Vault",
55
"main": "./src/index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"debug": "^4.3.4",
2828
"mustache": "^4.2.0",
29-
"postman-request": "^2.88.1-postman.33",
29+
"postman-request": "^2.88.1-postman.42",
3030
"tv4": "^1.3.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)