Skip to content

Commit ab1bcd9

Browse files
authored
upgrade node to 20.11.1 and other minor versions for pkgs (ferdium#104)
1 parent 1f25549 commit ab1bcd9

File tree

6 files changed

+32
-41
lines changed

6 files changed

+32
-41
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.0
1+
20.11.1

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
4949
```bash
5050
$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
5151
{
52-
"node": "20.11.0",
53-
"pnpm": "8.15.1",
52+
"node": "20.11.1",
53+
"pnpm": "8.15.3",
5454
"python": "3.12.2"
5555
}
5656
```

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.11.0-alpine as builder
1+
FROM node:20.11.1-alpine as builder
22

33
WORKDIR /server-build
44

@@ -17,7 +17,7 @@ COPY . .
1717
RUN pnpm build
1818

1919
# ---- RUNTIME IMAGE ----------------------------------------------------------
20-
FROM node:20.11.0-alpine
20+
FROM node:20.11.1-alpine
2121

2222
WORKDIR /app
2323
LABEL maintainer="ferdium"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"version": "2.0.6",
44
"description": "Ferdium server to replace the default Franz/Ferdi server.",
55
"engines": {
6-
"node": "20.11.0",
7-
"pnpm": "8.15.1",
6+
"node": "20.11.1",
7+
"pnpm": "8.15.3",
88
"python": "3.12.2"
99
},
1010
"engine-strict": true,
1111
"volta": {
12-
"node": "20.11.0",
13-
"pnpm": "8.15.1",
12+
"node": "20.11.1",
13+
"pnpm": "8.15.3",
1414
"python": "3.12.2"
1515
},
16-
"packageManager": "pnpm@8.15.1",
16+
"packageManager": "pnpm@8.15.3",
1717
"homepage": "https://github.com/ferdium/ferdium-server",
1818
"license": "MIT License",
1919
"scripts": {
@@ -41,7 +41,7 @@
4141
"@types/luxon": "3.4.2",
4242
"@types/node-fetch": "2.6.11",
4343
"@types/proxy-addr": "2.0.3",
44-
"@types/semver": "7.5.6",
44+
"@types/semver": "7.5.7",
4545
"@types/source-map-support": "0.5.10",
4646
"@types/targz": "1.0.4",
4747
"@types/uuid": "9.0.8",
@@ -55,7 +55,7 @@
5555
"eslint-plugin-import": "2.29.1",
5656
"eslint-plugin-prettier": "5.1.3",
5757
"eslint-plugin-unicorn": "50.0.1",
58-
"husky": "9.0.10",
58+
"husky": "9.0.11",
5959
"is-ci": "3.0.1",
6060
"pino-pretty": "10.3.1",
6161
"prettier": "3.2.5",
@@ -73,7 +73,7 @@
7373
"@adonisjs/shield": "7.1.1",
7474
"@adonisjs/view": "6.2.0",
7575
"adonis5-jwt": "github:SpecialAro/adonis5-jwt#34941c10adcf89583a40767552b994ea499b92e3",
76-
"aws-sdk": "2.1555.0",
76+
"aws-sdk": "2.1560.0",
7777
"bcrypt": "5.1.1",
7878
"fs-extra": "11.2.0",
7979
"jose": "4.14.6",

pnpm-lock.yaml

Lines changed: 18 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipes

0 commit comments

Comments
 (0)