Skip to content

Commit 3adab12

Browse files
build(deps): Pin dependencies
1 parent 0858417 commit 3adab12

6 files changed

Lines changed: 224 additions & 98 deletions

File tree

.github/workflows/bun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Bun sample
1818
steps:
1919
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20-
- uses: oven-sh/setup-bun@v2
20+
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
2121
with:
2222
bun-version: 1.3.11
2323
- name: Install dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base with bun installed
2-
FROM oven/bun:alpine AS base
2+
FROM oven/bun:alpine@sha256:26d8996560ca94eab9ce48afc0c7443825553c9a851f40ae574d47d20906826d AS base
33
WORKDIR /app
44
RUN apk add --no-cache curl
55

bun.lock

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

docker-compose.develop.yml

Lines changed: 2 additions & 2 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:ef82178f0c6cbeed84f7c1f9b95deef9f6741cf10f83c8c971ce59c2f2625f7c
44
restart: always
55
environment:
66
ADP_TOKEN: ${ADP_TOKEN}
@@ -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:81b6f81d6a6c5b9019231a2e8eb10085e3a139a34f833dcc965a8a959b040b72
3939
restart: always
4040
networks:
4141
- internal

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:81b6f81d6a6c5b9019231a2e8eb10085e3a139a34f833dcc965a8a959b040b72
5757
restart: always
5858
networks:
5959
- internal

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,27 @@
5151
"zod": "^4.3.6"
5252
},
5353
"devDependencies": {
54-
"@eslint/compat": "^2.0.2",
55-
"@eslint/eslintrc": "^3.3.0",
56-
"@eslint/js": "^10.0.1",
57-
"@redocly/cli": "^2.18.1",
58-
"@types/bun": "^1.3.9",
54+
"@eslint/compat": "2.0.5",
55+
"@eslint/eslintrc": "3.3.5",
56+
"@eslint/js": "10.0.1",
57+
"@redocly/cli": "2.28.0",
58+
"@types/bun": "1.3.12",
5959
"@types/html-to-text": "9.0.4",
6060
"@types/jsrsasign": "10.5.15",
61-
"@types/lodash": "^4.17.16",
62-
"@types/node": "^22.14.1",
63-
"@typescript-eslint/eslint-plugin": "^8.29.0",
64-
"@typescript-eslint/parser": "^8.29.0",
65-
"concurrently": "^9.1.2",
66-
"eslint": "^10.0.0",
67-
"eslint-config-prettier": "^10.1.2",
68-
"eslint-plugin-jest": "^28.11.0",
69-
"eslint-plugin-simple-import-sort": "^12.1.1",
70-
"globals": "^17.3.0",
61+
"@types/lodash": "4.17.24",
62+
"@types/node": "22.19.17",
63+
"@typescript-eslint/eslint-plugin": "8.58.2",
64+
"@typescript-eslint/parser": "8.58.2",
65+
"concurrently": "9.2.1",
66+
"eslint": "10.2.0",
67+
"eslint-config-prettier": "10.1.8",
68+
"eslint-plugin-jest": "28.14.0",
69+
"eslint-plugin-simple-import-sort": "12.1.1",
70+
"globals": "17.5.0",
7171
"jest-mock-extended": "4.0.0",
72-
"prettier": "^3.5.3",
73-
"standard-version": "^9.5.0",
74-
"typescript": "^5.9.3"
72+
"prettier": "3.8.3",
73+
"standard-version": "9.5.0",
74+
"typescript": "5.9.3"
7575
},
7676
"imports": {
7777
"#config/*": "./dist/config/*.js",

0 commit comments

Comments
 (0)