Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Sep 21, 2024
1 parent 14572f1 commit 8dd4baf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana-static",
"version": "3.0.0",
"version": "3.0.1",
"description": "Efficiently serve static files using Node.js and Docker containers.",
"main": "index.js",
"scripts": {
Expand All @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/jkyberneees/restana-static#readme",
"dependencies": {
"config": "^3.3.9",
"helmet": "^6.0.1",
"config": "^3.3.12",
"helmet": "^6.2.0",
"http-cache-middleware": "^1.4.1",
"morgan": "^1.10.0",
"restana": "^4.9.7",
"serve-static": "^1.15.0"
"restana": "^4.9.9",
"serve-static": "^1.16.2"
},
"devDependencies": {
"chai": "^4.3.7",
Expand Down

0 comments on commit 8dd4baf

Please sign in to comment.