aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 07:49:49 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-12-09 11:45:47 +0530
commita611bb111dd8caf69c58d6d64c984b6e3d37a836 (patch)
tree580f3480b457033ad172fe834727dd49e5d54118 /package.json
parent1.3.11 [skip ci] (diff)
downloadferdium-server-a611bb111dd8caf69c58d6d64c984b6e3d37a836.tar.gz
ferdium-server-a611bb111dd8caf69c58d6d64c984b6e3d37a836.tar.zst
ferdium-server-a611bb111dd8caf69c58d6d64c984b6e3d37a836.zip
Upgrade 'nodejs' to '16.18.1' and 'npm' to '8.19.2'
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a6d2f78..6cb0d55 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
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.15.1", 8 "node": "16.18.1",
9 "npm": "8.13.2" 9 "npm": "8.19.2"
10 }, 10 },
11 "scripts": { 11 "scripts": {
12 "prepare": "is-ci || husky install", 12 "prepare": "is-ci || husky install",