Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent b5ccb08 commit da86a4f
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 153 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
timezoneLinux: Asia/Seoul

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:21-alpine

RUN mkdir -p /app
WORKDIR /app
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "18.x"
"node": "20.x"
},
"scripts": {
"prebuild": "pnpm prisma:generate && rimraf dist",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@swc/core": "1.3.65",
"@swc/helpers": "0.5.1",
"@types/express": "4.17.17",
"@types/node": "18.17.16",
"@types/node": "20.10.1",
"@types/passport-jwt": "3.0.8",
"@types/supertest": "2.0.12",
"@types/ws": "^8.5.4",
Expand All @@ -90,14 +90,14 @@
"@vitest/coverage-v8": "^0.34.0",
"eslint": "8.49.0",
"eslint-config-async": "2.0.1",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.0.0",
"express": "4.18.2",
"graphql-ws": "^5.12.1",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"lint-staged": "15.1.0",
"prettier": "3.0.0",
"prisma": "5.3.1",
"source-map-support": "0.5.21",
Expand Down
Loading

0 comments on commit da86a4f

Please sign in to comment.