Skip to content

Commit 384806f

Browse files
committed
v2.1.5
1 parent 103ae70 commit 384806f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restana-static",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Efficiently serve static files using Node.js and Docker containers.",
55
"main": "index.js",
66
"scripts": {
@@ -25,16 +25,16 @@
2525
},
2626
"homepage": "https://github.com/jkyberneees/restana-static#readme",
2727
"dependencies": {
28-
"config": "^3.3.6",
29-
"helmet": "^4.6.0",
28+
"config": "^3.3.7",
29+
"helmet": "^5.0.2",
3030
"http-cache-middleware": "^1.3.8",
3131
"morgan": "^1.10.0",
32-
"restana": "^4.9.2",
33-
"serve-static": "^1.14.1"
32+
"restana": "^4.9.5",
33+
"serve-static": "^1.15.0"
3434
},
3535
"devDependencies": {
36-
"chai": "^4.3.4",
37-
"mocha": "^9.1.3",
38-
"supertest": "^6.1.6"
36+
"chai": "^4.3.6",
37+
"mocha": "^10.0.0",
38+
"supertest": "^6.2.3"
3939
}
4040
}

0 commit comments

Comments
 (0)