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 730b08e commit ca4c8d4Copy full SHA for ca4c8d4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "restana-static",
3
- "version": "2.1.7",
+ "version": "3.0.0",
4
"description": "Efficiently serve static files using Node.js and Docker containers.",
5
"main": "index.js",
6
"scripts": {
@@ -25,11 +25,11 @@
25
},
26
"homepage": "https://github.com/jkyberneees/restana-static#readme",
27
"dependencies": {
28
- "config": "^3.3.7",
29
- "helmet": "^5.1.0",
30
- "http-cache-middleware": "^1.4.0",
+ "config": "^3.3.9",
+ "helmet": "^6.0.1",
+ "http-cache-middleware": "^1.4.1",
31
"morgan": "^1.10.0",
32
- "restana": "^4.9.6",
+ "restana": "^4.9.7",
33
"serve-static": "^1.15.0"
34
35
"devDependencies": {
0 commit comments