Skip to content

Commit ca4c8d4

Browse files
committed
v3.0.0
1 parent 730b08e commit ca4c8d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restana-static",
3-
"version": "2.1.7",
3+
"version": "3.0.0",
44
"description": "Efficiently serve static files using Node.js and Docker containers.",
55
"main": "index.js",
66
"scripts": {
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/jkyberneees/restana-static#readme",
2727
"dependencies": {
28-
"config": "^3.3.7",
29-
"helmet": "^5.1.0",
30-
"http-cache-middleware": "^1.4.0",
28+
"config": "^3.3.9",
29+
"helmet": "^6.0.1",
30+
"http-cache-middleware": "^1.4.1",
3131
"morgan": "^1.10.0",
32-
"restana": "^4.9.6",
32+
"restana": "^4.9.7",
3333
"serve-static": "^1.15.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)