Skip to content

Commit be3ef00

Browse files
authored
Merge pull request #49 from jkyberneees/updating-dependencies
Updating dependencies
2 parents 71ecdeb + 7351551 commit be3ef00

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
language: node_js
33
node_js:
44
- "10"
5+
- "12"
6+
- "14"
57

68
install: npm install

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@polka/send-type": "^0.5.2",
3131
"fast-proxy": "^1.7.0",
3232
"http-cache-middleware": "^1.3.5",
33-
"restana": "^4.7.3",
33+
"restana": "^4.7.4",
3434
"stream-to-array": "^2.3.0"
3535
},
3636
"files": [
@@ -41,21 +41,20 @@
4141
"LICENSE"
4242
],
4343
"devDependencies": {
44-
"aws-sdk": "^2.742.0",
44+
"aws-sdk": "^2.758.0",
4545
"chai": "^4.2.0",
4646
"cors": "^2.8.5",
4747
"express": "^4.17.1",
48-
"express-jwt": "^5.3.3",
48+
"express-jwt": "^6.0.0",
4949
"express-rate-limit": "^5.1.3",
50-
"fg-multiple-hooks": "1.2.0",
51-
"helmet": "^3.23.3",
50+
"fg-multiple-hooks": "^1.2.0",
51+
"helmet": "^4.1.1",
5252
"http-lambda-proxy": "^1.0.1",
5353
"mocha": "^8.1.3",
5454
"nyc": "^15.1.0",
55-
"opossum": "^4.2.4",
55+
"opossum": "^5.0.1",
5656
"request-ip": "^2.1.3",
5757
"response-time": "^2.3.2",
58-
"standard": "^14.3.4",
5958
"supertest": "^4.0.2"
6059
}
6160
}

0 commit comments

Comments
 (0)