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 14572f1 commit 8dd4bafCopy full SHA for 8dd4baf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "restana-static",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Efficiently serve static files using Node.js and Docker containers.",
5
"main": "index.js",
6
"scripts": {
@@ -25,12 +25,12 @@
25
},
26
"homepage": "https://github.com/jkyberneees/restana-static#readme",
27
"dependencies": {
28
- "config": "^3.3.9",
29
- "helmet": "^6.0.1",
+ "config": "^3.3.12",
+ "helmet": "^6.2.0",
30
"http-cache-middleware": "^1.4.1",
31
"morgan": "^1.10.0",
32
- "restana": "^4.9.7",
33
- "serve-static": "^1.15.0"
+ "restana": "^4.9.9",
+ "serve-static": "^1.16.2"
34
35
"devDependencies": {
36
"chai": "^4.3.7",
0 commit comments