feat: bump node-libcurl

This commit is contained in:
Opender Singh
2021-03-25 09:54:30 +13:00
parent a115d360f9
commit f48d40a849
4 changed files with 11 additions and 11 deletions

View File

@@ -17431,9 +17431,9 @@
"dev": true
},
"node-libcurl": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/node-libcurl/-/node-libcurl-2.3.1.tgz",
"integrity": "sha512-YUdCdDXky+XSfYSbKi4lMMtPBBkszqZ0DwAedQ9OgW10zBgjmtRnW4RyGfmyrpSTYza3hVy7JQYCHEVuxpNm9A==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/node-libcurl/-/node-libcurl-2.3.2.tgz",
"integrity": "sha512-RlKwqxqBwvDOtDxPXRXVkVCVhIVfO8icBj51KiLaChQGuecGGdpzTWa1Byu/C2PhLJntq+lCBA++QO673Uxxmw==",
"requires": {
"env-paths": "2.2.0",
"nan": "2.14.1",

View File

@@ -157,7 +157,7 @@
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^0.10.0",
"node-libcurl": "2.3.1",
"node-libcurl": "2.3.2",
"nunjucks": "^3.2.0",
"oauth-1.0a": "^2.2.2",
"objectpath": "^2.0.0",

View File

@@ -2292,9 +2292,9 @@
}
},
"node-libcurl": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/node-libcurl/-/node-libcurl-2.3.1.tgz",
"integrity": "sha512-YUdCdDXky+XSfYSbKi4lMMtPBBkszqZ0DwAedQ9OgW10zBgjmtRnW4RyGfmyrpSTYza3hVy7JQYCHEVuxpNm9A==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/node-libcurl/-/node-libcurl-2.3.2.tgz",
"integrity": "sha512-RlKwqxqBwvDOtDxPXRXVkVCVhIVfO8icBj51KiLaChQGuecGGdpzTWa1Byu/C2PhLJntq+lCBA++QO673Uxxmw==",
"requires": {
"env-paths": "2.2.0",
"nan": "2.14.1",
@@ -2938,9 +2938,9 @@
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"semver": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"requires": {
"lru-cache": "^6.0.0"
},

View File

@@ -28,7 +28,7 @@
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^0.10.0",
"node-libcurl": "2.3.1",
"node-libcurl": "2.3.2",
"nunjucks": "^3.2.1",
"oauth-1.0a": "^2.2.6",
"openapi-2-kong": "^2.2.29",