Skip to content

Commit 3d9ba6b

Browse files
committed
v2.1.0
1 parent e51ac7f commit 3d9ba6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restana-static",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Efficiently serve static files using Node.js and Docker containers.",
55
"main": "index.js",
66
"scripts": {
@@ -26,15 +26,15 @@
2626
"homepage": "https://github.com/jkyberneees/restana-static#readme",
2727
"dependencies": {
2828
"config": "^3.3.6",
29-
"helmet": "^3.23.3",
30-
"http-cache-middleware": "^1.3.6",
29+
"helmet": "^4.6.0",
30+
"http-cache-middleware": "^1.3.8",
3131
"morgan": "^1.10.0",
32-
"restana": "^4.8.1",
32+
"restana": "^4.9.2",
3333
"serve-static": "^1.14.1"
3434
},
3535
"devDependencies": {
3636
"chai": "^4.3.4",
37-
"mocha": "^8.3.2",
38-
"supertest": "^4.0.2"
37+
"mocha": "^9.1.3",
38+
"supertest": "^6.1.6"
3939
}
4040
}

0 commit comments

Comments
 (0)