Skip to content

Commit 8d693ad

Browse files
authored
Merge pull request #12 from jkyberneees/updating-deps
Updating deps
2 parents 7bfe5aa + af8399c commit 8d693ad

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.travis.yml

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

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

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@
2929
"homepage": "https://github.com/jkyberneees/http-cache-middleware#readme",
3030
"devDependencies": {
3131
"chai": "^4.2.0",
32-
"got": "^10.7.0",
33-
"mocha": "^7.2.0",
32+
"got": "^11.8.0",
33+
"mocha": "^8.2.1",
3434
"nyc": "^15.1.0",
35-
"restana": "^4.7.3",
36-
"standard": "^14.3.4"
35+
"restana": "^4.8.0"
3736
},
3837
"dependencies": {
39-
"@tusbar/cache-control": "^0.4.0",
40-
"cache-manager": "^3.3.0",
41-
"matcher": "^2.0.0",
42-
"middleware-if-unless": "^1.2.4",
38+
"@tusbar/cache-control": "^0.5.0",
39+
"cache-manager": "^3.4.0",
40+
"matcher": "^3.0.0",
41+
"middleware-if-unless": "^1.2.5",
4342
"ms": "^2.1.2",
4443
"on-http-end": "^1.0.2"
4544
}

0 commit comments

Comments
 (0)