Skip to content

Commit cbd8a37

Browse files
build(deps): Pin dependencies
1 parent 152cfca commit cbd8a37

5 files changed

Lines changed: 62 additions & 62 deletions

File tree

Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build
2-
FROM node:lts-alpine AS build
2+
FROM node:lts-alpine@sha256:4f696fbf39f383c1e486030ba6b289a5d9af541642fc78ab197e584a113b9c03 AS build
33

44
WORKDIR /app
55

@@ -16,7 +16,7 @@ RUN pnpm install --frozen-lockfile \
1616
&& pnpm install -P --ignore-scripts --frozen-lockfile
1717

1818
# Stage 2: Production
19-
FROM node:lts-alpine AS prod
19+
FROM node:lts-alpine@sha256:4f696fbf39f383c1e486030ba6b289a5d9af541642fc78ab197e584a113b9c03 AS prod
2020

2121
# Install curl for healthcheck
2222
RUN apk add --no-cache curl

docker-compose.develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node-server:
3-
image: ghcr.io/laxamentumtech/audnexus:develop
3+
image: ghcr.io/laxamentumtech/audnexus:develop@sha256:82174cfc621807b4ad6a3f250c42833681b0c68687609a797a4405e31fc83e1f
44
restart: always
55
environment:
66
ADP_TOKEN: ${ADP_TOKEN}
@@ -25,7 +25,7 @@ services:
2525
start_period: 30s
2626

2727
mongo:
28-
image: mongo:7.0.30
28+
image: mongo:7.0.30@sha256:6159d784bc2ed3e6e97648bb28d93d43cf9660401c1230f4f340d14d68421119
2929
restart: always
3030
volumes:
3131
- /mnt/docker/mongo/data:/data/db
@@ -35,7 +35,7 @@ services:
3535
- '127.0.0.1:27017:27017'
3636

3737
redis:
38-
image: redis:8.6-alpine
38+
image: redis:8.6-alpine@sha256:fd83658b0e40e2164617d262f13c02ca9ee9e1e6b276fd2fa06617e09bd5c780
3939
restart: always
4040
networks:
4141
- internal

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
start_period: 10s
3838

3939
mongo:
40-
image: mongo:7.0.30
40+
image: mongo:7.0.30@sha256:6159d784bc2ed3e6e97648bb28d93d43cf9660401c1230f4f340d14d68421119
4141
restart: always
4242
volumes:
4343
- /mnt/docker/mongo/data:/data/db
@@ -53,7 +53,7 @@ services:
5353
start_period: 20s
5454

5555
redis:
56-
image: redis:8.6-alpine
56+
image: redis:8.6-alpine@sha256:fd83658b0e40e2164617d262f13c02ca9ee9e1e6b276fd2fa06617e09bd5c780
5757
restart: always
5858
networks:
5959
- internal
@@ -67,7 +67,7 @@ services:
6767
start_period: 10s
6868

6969
traefik:
70-
image: traefik:v3.6.8
70+
image: traefik:v3.6.8@sha256:90099f8948c828ecf0ababd711a4359a2443eba12261c1df2f548a3b1d815938
7171
restart: always
7272
command:
7373
- '--providers.docker=true'

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,34 @@
5151
"zod": "^4.3.6"
5252
},
5353
"devDependencies": {
54-
"@babel/preset-env": "^7.26.9",
55-
"@eslint/compat": "^1.2.7",
56-
"@eslint/eslintrc": "^3.3.0",
57-
"@eslint/js": "^9.22.0",
58-
"@jest/types": "^30.0.0",
59-
"@redocly/cli": "^1.34.2",
54+
"@babel/preset-env": "7.29.0",
55+
"@eslint/compat": "1.4.1",
56+
"@eslint/eslintrc": "3.3.3",
57+
"@eslint/js": "9.39.2",
58+
"@jest/types": "30.2.0",
59+
"@redocly/cli": "1.34.6",
6060
"@types/html-to-text": "9.0.4",
61-
"@types/jest": "^29.5.14",
61+
"@types/jest": "29.5.14",
6262
"@types/jsrsasign": "10.5.15",
63-
"@types/lodash": "^4.17.16",
64-
"@types/node": "^22.14.1",
65-
"@typescript-eslint/eslint-plugin": "^8.29.0",
66-
"@typescript-eslint/parser": "^8.29.0",
67-
"babel-jest": "^30.2.0",
68-
"concurrently": "^9.1.2",
69-
"eslint": "^10.0.0",
70-
"eslint-config-prettier": "^10.1.2",
71-
"eslint-plugin-jest": "^28.11.0",
72-
"eslint-plugin-simple-import-sort": "^12.1.1",
73-
"globals": "^16.0.0",
74-
"jest": "^30.2.0",
75-
"jest-mock-extended": "^4.0.0",
76-
"nodemon": "^3.1.9",
77-
"prettier": "^3.5.3",
78-
"standard-version": "^9.5.0",
79-
"ts-jest": "^29.4.6",
80-
"ts-node": "^10.9.2",
81-
"typescript": "^5.9.3"
63+
"@types/lodash": "4.17.23",
64+
"@types/node": "22.19.11",
65+
"@typescript-eslint/eslint-plugin": "8.55.0",
66+
"@typescript-eslint/parser": "8.55.0",
67+
"babel-jest": "30.2.0",
68+
"concurrently": "9.2.1",
69+
"eslint": "10.0.0",
70+
"eslint-config-prettier": "10.1.8",
71+
"eslint-plugin-jest": "28.14.0",
72+
"eslint-plugin-simple-import-sort": "12.1.1",
73+
"globals": "16.5.0",
74+
"jest": "30.2.0",
75+
"jest-mock-extended": "4.0.0",
76+
"nodemon": "3.1.11",
77+
"prettier": "3.8.1",
78+
"standard-version": "9.5.0",
79+
"ts-jest": "29.4.6",
80+
"ts-node": "10.9.2",
81+
"typescript": "5.9.3"
8282
},
8383
"_moduleAliases": {
8484
"#config": "dist/config",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)