We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51ac7f commit 3d9ba6bCopy full SHA for 3d9ba6b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "restana-static",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "Efficiently serve static files using Node.js and Docker containers.",
5
"main": "index.js",
6
"scripts": {
@@ -26,15 +26,15 @@
26
"homepage": "https://github.com/jkyberneees/restana-static#readme",
27
"dependencies": {
28
"config": "^3.3.6",
29
- "helmet": "^3.23.3",
30
- "http-cache-middleware": "^1.3.6",
+ "helmet": "^4.6.0",
+ "http-cache-middleware": "^1.3.8",
31
"morgan": "^1.10.0",
32
- "restana": "^4.8.1",
+ "restana": "^4.9.2",
33
"serve-static": "^1.14.1"
34
},
35
"devDependencies": {
36
"chai": "^4.3.4",
37
- "mocha": "^8.3.2",
38
- "supertest": "^4.0.2"
+ "mocha": "^9.1.3",
+ "supertest": "^6.1.6"
39
}
40
0 commit comments