Skip to content

Commit 76ea25d

Browse files
committed
chore: update dependencies and comment out jemalloc installation
- Updated @bull-board/api, @bull-board/express, and @bull-board/nestjs to version 6.12.7. - Bumped versions for @nestjstools/messaging, @scalar/nestjs-api-reference, bullmq, cache-manager, dayjs, grammy, pkg-types, pm2, and systeminformation. - Commented out jemalloc installation in Dockerfile.
1 parent 6dbfd27 commit 76ea25d

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ WORKDIR /opt/app
5151
ARG BRANCH=main
5252

5353
# Install jemalloc
54-
RUN apk add --no-cache jemalloc curl
54+
# RUN apk add --no-cache jemalloc curl
5555

56-
ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
56+
# ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
5757
ENV REMNAWAVE_BRANCH=${BRANCH}
5858
ENV PRISMA_HIDE_UPDATE_MESSAGE=true
5959
ENV PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING=1

package-lock.json

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

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
},
4848
"dependencies": {
4949
"@arthurfiorette/prisma-kysely": "^2.1.0",
50-
"@bull-board/api": "^6.12.0",
51-
"@bull-board/express": "^6.12.0",
52-
"@bull-board/nestjs": "^6.12.0",
50+
"@bull-board/api": "^6.12.7",
51+
"@bull-board/express": "^6.12.7",
52+
"@bull-board/nestjs": "^6.12.7",
5353
"@exact-team/telegram-oauth2": "0.0.9",
5454
"@grammyjs/parse-mode": "1.11.1",
5555
"@kastov/grammy-nestjs": "0.4.2",
@@ -73,32 +73,32 @@
7373
"@nestjs/serve-static": "5.0.3",
7474
"@nestjs/swagger": "11.2.0",
7575
"@nestjs/terminus": "^11.0.0",
76-
"@nestjstools/messaging": "^2.21.1",
76+
"@nestjstools/messaging": "^2.22.0",
7777
"@peculiar/webcrypto": "^1.5.0",
7878
"@peculiar/x509": "^1.13.0",
7979
"@prisma/adapter-pg": "^6.10.1",
8080
"@prisma/client": "6.10.1",
8181
"@remnawave/hashed-set": "^0.0.4",
8282
"@remnawave/node-contract": "0.5.9",
8383
"@remnawave/xtls-sdk": "^0.5.0",
84-
"@scalar/nestjs-api-reference": "^0.5.12",
84+
"@scalar/nestjs-api-reference": "^0.5.14",
8585
"@stablelib/base64": "^2.0.1",
8686
"@stablelib/x25519": "^2.0.1",
8787
"@supercharge/request-ip": "^1.2.0",
8888
"@willsoto/nestjs-prometheus": "^6.0.2",
8989
"arctic": "^3.7.0",
9090
"axios": "^1.11.0",
91-
"bullmq": "5.56.9",
92-
"cache-manager": "^7.1.1",
91+
"bullmq": "5.58.4",
92+
"cache-manager": "^7.2.0",
9393
"class-transformer": "^0.5.1",
9494
"compression": "^1.8.1",
9595
"consola": "^3.4.2",
9696
"convert-units": "^3.0.0-beta.8",
9797
"cookie-parser": "^1.4.7",
9898
"country-code-emoji": "^2.3.0",
99-
"dayjs": "^1.11.13",
99+
"dayjs": "^1.11.18",
100100
"enhanced-ms": "^4.1.0",
101-
"grammy": "^1.37.0",
101+
"grammy": "^1.38.1",
102102
"helmet": "^8.1.0",
103103
"husky": "9.1.7",
104104
"hygen": "^6.2.11",
@@ -115,8 +115,8 @@
115115
"passport": "0.7.0",
116116
"passport-http": "^0.3.0",
117117
"passport-jwt": "4.0.1",
118-
"pkg-types": "2.2.0",
119-
"pm2": "6.0.8",
118+
"pkg-types": "2.3.0",
119+
"pm2": "6.0.9",
120120
"prisma": "6.10.1",
121121
"prom-client": "^15.1.3",
122122
"reflect-metadata": "0.2.2",
@@ -125,7 +125,7 @@
125125
"semver": "^7.7.2",
126126
"superjson": "2.2.2",
127127
"swagger-themes": "^1.4.3",
128-
"systeminformation": "^5.27.7",
128+
"systeminformation": "^5.27.8",
129129
"table": "^6.9.0",
130130
"try": "^1.0.0-beta.9",
131131
"ufo": "^1.6.1",
@@ -167,4 +167,4 @@
167167
"typescript": "~5.9.2",
168168
"typescript-eslint": "^8.39.1"
169169
}
170-
}
170+
}

0 commit comments

Comments
 (0)