Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 6b8ed89566 1.182.3 2021-03-08 01:26:30 +01:00
DebaucheryLibrarian 0c115e78e2 Updated bhttp. 2021-03-08 01:26:24 +01:00
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx",
"version": "1.182.2",
"version": "1.182.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.182.2",
"version": "1.182.3",
"license": "ISC",
"dependencies": {
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
@ -14,7 +14,7 @@
"array-equal": "^1.0.0",
"aws-sdk": "^2.847.0",
"babel-polyfill": "^6.26.0",
"bhttp": "^1.2.6",
"bhttp": "^1.2.8",
"blake2": "^4.0.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
@ -2594,9 +2594,9 @@
}
},
"node_modules/bhttp": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.6.tgz",
"integrity": "sha512-c0ar+LpFYTQMU3VHfdG5+mkslAZ0zHWL8qEzq90Ko/N4e2UQ9Mw55uGbO+TmphkEX6pgyx0mjFVoBv8g8eDS2g==",
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.8.tgz",
"integrity": "sha512-ZwEA5FKEUhc98EHRX+BkNmUOs48RTnglvfze2+p0HrMPwhQBtVw1aAYyylnCtRl6x6vltCkzGo2+twQ6LVfm6Q==",
"dependencies": {
"bluebird": "^2.8.2",
"concat-stream": "^1.4.7",
@ -17763,9 +17763,9 @@
}
},
"bhttp": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.6.tgz",
"integrity": "sha512-c0ar+LpFYTQMU3VHfdG5+mkslAZ0zHWL8qEzq90Ko/N4e2UQ9Mw55uGbO+TmphkEX6pgyx0mjFVoBv8g8eDS2g==",
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/bhttp/-/bhttp-1.2.8.tgz",
"integrity": "sha512-ZwEA5FKEUhc98EHRX+BkNmUOs48RTnglvfze2+p0HrMPwhQBtVw1aAYyylnCtRl6x6vltCkzGo2+twQ6LVfm6Q==",
"requires": {
"bluebird": "^2.8.2",
"concat-stream": "^1.4.7",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.182.2",
"version": "1.182.3",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {
@ -75,7 +75,7 @@
"array-equal": "^1.0.0",
"aws-sdk": "^2.847.0",
"babel-polyfill": "^6.26.0",
"bhttp": "^1.2.6",
"bhttp": "^1.2.8",
"blake2": "^4.0.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",