Skip to content

Commit c8a0f92

Browse files
authored
Merge pull request #53 from jkyberneees/updating-deps
Updating deps
2 parents 8da03dd + 63795ce commit c8a0f92

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ node_js:
55
- "12"
66
- "14"
77

8-
install: npm install
8+
script:
9+
- npx standard
10+
- npm run test

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@polka/send-type": "^0.5.2",
3131
"fast-proxy": "^1.7.0",
32-
"http-cache-middleware": "^1.3.5",
32+
"http-cache-middleware": "^1.3.6",
3333
"restana": "^4.8.0",
3434
"stream-to-array": "^2.3.0"
3535
},
@@ -41,18 +41,18 @@
4141
"LICENSE"
4242
],
4343
"devDependencies": {
44-
"@types/express": "^4.17.8",
45-
"aws-sdk": "^2.777.0",
44+
"@types/express": "^4.17.9",
45+
"aws-sdk": "^2.791.0",
4646
"chai": "^4.2.0",
4747
"cors": "^2.8.5",
4848
"express": "^4.17.1",
4949
"express-jwt": "^6.0.0",
5050
"express-rate-limit": "^5.1.3",
5151
"fg-multiple-hooks": "^1.2.0",
52-
"helmet": "^4.1.1",
53-
"http-lambda-proxy": "^1.0.1",
52+
"helmet": "^4.2.0",
53+
"http-lambda-proxy": "^1.1.2",
5454
"micromatch": "^4.0.2",
55-
"mocha": "^8.2.0",
55+
"mocha": "^8.2.1",
5656
"nyc": "^15.1.0",
5757
"opossum": "^5.0.2",
5858
"request-ip": "^2.1.3",

0 commit comments

Comments
 (0)