Updated bhttp.

This commit is contained in:
DebaucheryLibrarian 2021-03-08 01:26:24 +01:00
parent c7b5611d68
commit 0c115e78e2
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"array-equal": "^1.0.0", "array-equal": "^1.0.0",
"aws-sdk": "^2.847.0", "aws-sdk": "^2.847.0",
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"bhttp": "^1.2.6", "bhttp": "^1.2.8",
"blake2": "^4.0.0", "blake2": "^4.0.0",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
@ -2594,9 +2594,9 @@
} }
}, },
"node_modules/bhttp": { "node_modules/bhttp": {
"version": "1.2.6", "version": "1.2.8",
"resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.6.tgz", "resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.8.tgz",
"integrity": "sha512-c0ar+LpFYTQMU3VHfdG5+mkslAZ0zHWL8qEzq90Ko/N4e2UQ9Mw55uGbO+TmphkEX6pgyx0mjFVoBv8g8eDS2g==", "integrity": "sha512-ZwEA5FKEUhc98EHRX+BkNmUOs48RTnglvfze2+p0HrMPwhQBtVw1aAYyylnCtRl6x6vltCkzGo2+twQ6LVfm6Q==",
"dependencies": { "dependencies": {
"bluebird": "^2.8.2", "bluebird": "^2.8.2",
"concat-stream": "^1.4.7", "concat-stream": "^1.4.7",
@ -17763,9 +17763,9 @@
} }
}, },
"bhttp": { "bhttp": {
"version": "1.2.6", "version": "1.2.8",
"resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.6.tgz", "resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.8.tgz",
"integrity": "sha512-c0ar+LpFYTQMU3VHfdG5+mkslAZ0zHWL8qEzq90Ko/N4e2UQ9Mw55uGbO+TmphkEX6pgyx0mjFVoBv8g8eDS2g==", "integrity": "sha512-ZwEA5FKEUhc98EHRX+BkNmUOs48RTnglvfze2+p0HrMPwhQBtVw1aAYyylnCtRl6x6vltCkzGo2+twQ6LVfm6Q==",
"requires": { "requires": {
"bluebird": "^2.8.2", "bluebird": "^2.8.2",
"concat-stream": "^1.4.7", "concat-stream": "^1.4.7",

View File

@ -75,7 +75,7 @@
"array-equal": "^1.0.0", "array-equal": "^1.0.0",
"aws-sdk": "^2.847.0", "aws-sdk": "^2.847.0",
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"bhttp": "^1.2.6", "bhttp": "^1.2.8",
"blake2": "^4.0.0", "blake2": "^4.0.0",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",