Skip to content

Commit 814a42b

Browse files
chore(deps): pin dependencies
1 parent 0aea2a7 commit 814a42b

File tree

4 files changed

+101
-209
lines changed

4 files changed

+101
-209
lines changed

.github/workflows/lint_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ jobs:
3333
]
3434
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3737
with:
3838
fetch-depth: 0
3939

40-
- uses: actions/setup-node@v3
40+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
4141
with:
4242
node-version: 20.12.2
4343

4444
- uses: pnpm/action-setup@v2
4545
with:
4646
version: 9.0.6
4747

48-
- uses: actions/cache@v3
48+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
4949
with:
5050
path: ~/.pnpm-store
5151
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Deploy prod
8888
if: github.ref == 'refs/heads/main'
89-
uses: jakejarvis/s3-sync-action@v0.5.0
89+
uses: jakejarvis/s3-sync-action@0facb2201e4ea106a491c765ff0141dee4f9660b # v0.5.0
9090
with:
9191
args: --acl public-read --follow-symlinks --delete
9292
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a base image
2-
FROM node:20.10-alpine
2+
FROM node:20.10-alpine@sha256:9e38d3d4117da74a643f67041c83914480b335c3bd44d37ccf5b5ad86cd715d1
33

44
# Set working directory
55
WORKDIR /usr/app

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -85,33 +85,33 @@
8585
"zod": "^3.23.8"
8686
},
8787
"devDependencies": {
88-
"@faker-js/faker": "^9.2.0",
89-
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
90-
"@svgr/webpack": "^8.1.0",
91-
"@total-typescript/ts-reset": "^0.6.1",
92-
"@types/eslint": "^8.56.12",
93-
"@types/lodash-es": "^4.17.12",
94-
"@types/node": "^22.9.3",
88+
"@faker-js/faker": "9.2.0",
89+
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
90+
"@svgr/webpack": "8.1.0",
91+
"@total-typescript/ts-reset": "0.6.1",
92+
"@types/eslint": "8.56.12",
93+
"@types/lodash-es": "4.17.12",
94+
"@types/node": "22.9.3",
9595
"@types/react": "^18.3.12",
96-
"@types/react-collapse": "^5.0.4",
96+
"@types/react-collapse": "5.0.4",
9797
"@types/react-dom": "^18.3.1",
98-
"@typescript-eslint/eslint-plugin": "^8.15.0",
99-
"@typescript-eslint/parser": "^8.15.0",
100-
"autoprefixer": "^10.4.20",
101-
"dotenv-cli": "^7.4.4",
102-
"drizzle-kit": "^0.28.1",
103-
"eslint": "^8.57.1",
104-
"eslint-config-next": "^15.0.3",
105-
"eslint-config-prettier": "^9.1.0",
106-
"eslint-plugin-tailwindcss": "^3.17.5",
107-
"pg": "^8.13.1",
108-
"postcss": "^8.4.49",
109-
"prettier": "^3.3.3",
110-
"prettier-plugin-tailwindcss": "^0.6.9",
111-
"rimraf": "^6.0.1",
112-
"tailwindcss": "^3.4.15",
113-
"tsx": "^4.19.2",
114-
"typescript": "^5.7.2"
98+
"@typescript-eslint/eslint-plugin": "8.15.0",
99+
"@typescript-eslint/parser": "8.15.0",
100+
"autoprefixer": "10.4.20",
101+
"dotenv-cli": "7.4.4",
102+
"drizzle-kit": "0.28.1",
103+
"eslint": "8.57.1",
104+
"eslint-config-next": "15.0.3",
105+
"eslint-config-prettier": "9.1.0",
106+
"eslint-plugin-tailwindcss": "3.17.5",
107+
"pg": "8.13.1",
108+
"postcss": "8.4.49",
109+
"prettier": "3.3.3",
110+
"prettier-plugin-tailwindcss": "0.6.9",
111+
"rimraf": "6.0.1",
112+
"tailwindcss": "3.4.15",
113+
"tsx": "4.19.2",
114+
"typescript": "5.7.2"
115115
},
116116
"ct3aMetadata": {
117117
"initVersion": "7.23.1"

0 commit comments

Comments
 (0)