diff --git a/src/functions-templates/js/set-cookie/package.json b/src/functions-templates/js/set-cookie/package.json index dccf0e31f8c..7bdff5fa12d 100644 --- a/src/functions-templates/js/set-cookie/package.json +++ b/src/functions-templates/js/set-cookie/package.json @@ -14,6 +14,6 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "cookie": "^0.3.1" + "cookie": "^0.4.1" } }