add ability to call self-signed or invalid certificate clients

This commit is contained in:
Joel Male
2021-02-26 13:58:33 +10:00
parent 528d756289
commit 9380ee26ff
3852 changed files with 253796 additions and 137756 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"description": "ECMAScript AST recursive visitor",
"homepage": "https://github.com/estools/esrecurse",
"main": "esrecurse.js",
"version": "4.2.1",
"version": "4.3.0",
"engines": {
"node": ">=4.0"
},
@@ -19,7 +19,7 @@
"url": "https://github.com/estools/esrecurse.git"
},
"dependencies": {
"estraverse": "^4.1.0"
"estraverse": "^5.2.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",