aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-10 22:47:27 +0100
committerLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-07-10 23:03:28 +0100
commit03b87704f6a15d260a7b87ac528c2541b7dd9678 (patch)
tree017e24f5dc0dfa478ea9fca1ee88fee1803dfba0 /CONTRIBUTING.md
parentAdd HTTPOnly and SameSite and fix filename export (diff)
downloadferdium-server-03b87704f6a15d260a7b87ac528c2541b7dd9678.tar.gz
ferdium-server-03b87704f6a15d260a7b87ac528c2541b7dd9678.tar.zst
ferdium-server-03b87704f6a15d260a7b87ac528c2541b7dd9678.zip
Update dependencies and fix local server directory traversal
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b4643de..c8402a8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,8 +49,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
49```bash 49```bash
50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
51{ 51{
52 "node": "16.15.0", 52 "node": "16.15.1",
53 "npm": "8.7.0", 53 "npm": "8.13.2",
54 "pnpm": "7.0.1" 54 "pnpm": "7.0.1"
55} 55}
56``` 56```