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 103ae70 commit 384806fCopy full SHA for 384806f
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "restana-static",
3
- "version": "2.1.4",
+ "version": "2.1.5",
4
"description": "Efficiently serve static files using Node.js and Docker containers.",
5
"main": "index.js",
6
"scripts": {
@@ -25,16 +25,16 @@
25
},
26
"homepage": "https://github.com/jkyberneees/restana-static#readme",
27
"dependencies": {
28
- "config": "^3.3.6",
29
- "helmet": "^4.6.0",
+ "config": "^3.3.7",
+ "helmet": "^5.0.2",
30
"http-cache-middleware": "^1.3.8",
31
"morgan": "^1.10.0",
32
- "restana": "^4.9.2",
33
- "serve-static": "^1.14.1"
+ "restana": "^4.9.5",
+ "serve-static": "^1.15.0"
34
35
"devDependencies": {
36
- "chai": "^4.3.4",
37
- "mocha": "^9.1.3",
38
- "supertest": "^6.1.6"
+ "chai": "^4.3.6",
+ "mocha": "^10.0.0",
+ "supertest": "^6.2.3"
39
}
40
0 commit comments