Skip to content

Commit 8dd4baf

Browse files
committed
v3.0.1
1 parent 14572f1 commit 8dd4baf

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Efficiently serve static files using Node.js and Docker containers.",
55
"main": "index.js",
66
"scripts": {
@@ -25,12 +25,12 @@
2525
},
2626
"homepage": "https://github.com/jkyberneees/restana-static#readme",
2727
"dependencies": {
28-
"config": "^3.3.9",
29-
"helmet": "^6.0.1",
28+
"config": "^3.3.12",
29+
"helmet": "^6.2.0",
3030
"http-cache-middleware": "^1.4.1",
3131
"morgan": "^1.10.0",
32-
"restana": "^4.9.7",
33-
"serve-static": "^1.15.0"
32+
"restana": "^4.9.9",
33+
"serve-static": "^1.16.2"
3434
},
3535
"devDependencies": {
3636
"chai": "^4.3.7",

0 commit comments

Comments
 (0)