aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-10 03:59:34 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-10 07:03:20 -0400
commit71344fef47d700490180cac94fb1526666f490c9 (patch)
tree16e22c4366202c7b84e5e5398d2b6d1f449a4af5 /package.json
parentBump docker/metadata-action from 3 to 4 (diff)
downloadferdium-server-71344fef47d700490180cac94fb1526666f490c9.tar.gz
ferdium-server-71344fef47d700490180cac94fb1526666f490c9.tar.zst
ferdium-server-71344fef47d700490180cac94fb1526666f490c9.zip
Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 477590d..f3fe3b2 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "description": "Ferdium server to replace the default Franz/Ferdi server.", 5 "description": "Ferdium server to replace the default Franz/Ferdi server.",
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "16.14.2", 8 "node": "16.15.0",
9 "npm": "8.7.0" 9 "npm": "8.7.0"
10 }, 10 },
11 "scripts": { 11 "scripts": {