build(deps): update latest
This commit is contained in:
parent
5da567de9d
commit
92b184630b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
build:
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.5.3'
|
||||
- uses: 'actions/checkout@v3.6.0'
|
||||
|
||||
- name: 'Setup Node.js'
|
||||
uses: 'actions/setup-node@v3.6.0'
|
||||
uses: 'actions/setup-node@v3.8.1'
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: 'npm'
|
||||
|
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
lint:
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.5.3'
|
||||
- uses: 'actions/checkout@v3.6.0'
|
||||
|
||||
- name: 'Setup Node.js'
|
||||
uses: 'actions/setup-node@v3.6.0'
|
||||
uses: 'actions/setup-node@v3.8.1'
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: 'npm'
|
||||
@ -37,6 +37,6 @@ jobs:
|
||||
run: 'npm run lint:prettier'
|
||||
|
||||
- name: 'lint:dotenv'
|
||||
uses: 'dotenv-linter/action-dotenv-linter@v2'
|
||||
uses: 'dotenv-linter/action-dotenv-linter@v2.18.0'
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
release:
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.5.3'
|
||||
- uses: 'actions/checkout@v3.6.0'
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
git_commit_gpgsign: true
|
||||
|
||||
- name: 'Setup Node.js'
|
||||
uses: 'actions/setup-node@v3.6.0'
|
||||
uses: 'actions/setup-node@v3.8.1'
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: 'npm'
|
||||
|
@ -1,15 +1,15 @@
|
||||
FROM node:20.5.0 AS builder-dependencies
|
||||
FROM node:20.5.1 AS builder-dependencies
|
||||
WORKDIR /usr/src/application
|
||||
COPY ./package*.json ./
|
||||
RUN npm clean-install
|
||||
|
||||
FROM node:20.5.0 AS runner-dependencies
|
||||
FROM node:20.5.1 AS runner-dependencies
|
||||
WORKDIR /usr/src/application
|
||||
ENV NODE_ENV=production
|
||||
COPY ./package*.json ./
|
||||
RUN npm clean-install --omit=dev --ignore-scripts
|
||||
|
||||
FROM node:20.5.0 AS builder
|
||||
FROM node:20.5.1 AS builder
|
||||
WORKDIR /usr/src/application
|
||||
COPY --from=builder-dependencies /usr/src/application/node_modules ./node_modules
|
||||
COPY ./ ./
|
||||
|
1657
package-lock.json
generated
1657
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@ -33,49 +33,49 @@
|
||||
"dependencies": {
|
||||
"@fastify/cors": "8.3.0",
|
||||
"@fastify/helmet": "11.0.0",
|
||||
"@fastify/multipart": "7.6.0",
|
||||
"@fastify/multipart": "7.7.3",
|
||||
"@fastify/rate-limit": "8.0.3",
|
||||
"@fastify/sensible": "5.2.0",
|
||||
"@fastify/static": "6.10.2",
|
||||
"@fastify/swagger": "8.8.0",
|
||||
"@fastify/swagger-ui": "1.9.2",
|
||||
"@sinclair/typebox": "0.29.6",
|
||||
"@fastify/swagger": "8.9.0",
|
||||
"@fastify/swagger-ui": "1.9.3",
|
||||
"@sinclair/typebox": "0.31.2",
|
||||
"dotenv": "16.3.1",
|
||||
"fastify": "4.20.0",
|
||||
"fastify": "4.21.0",
|
||||
"fastify-plugin": "4.5.1",
|
||||
"http-errors": "2.0.0",
|
||||
"read-pkg": "8.0.0"
|
||||
"read-pkg": "8.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.6.7",
|
||||
"@commitlint/config-conventional": "17.6.7",
|
||||
"@commitlint/cli": "17.7.1",
|
||||
"@commitlint/config-conventional": "17.7.0",
|
||||
"@saithodev/semantic-release-backmerge": "3.2.0",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
"@swc/cli": "0.1.62",
|
||||
"@swc/core": "1.3.70",
|
||||
"@swc/core": "1.3.78",
|
||||
"@tsconfig/strictest": "2.0.1",
|
||||
"@types/busboy": "1.5.0",
|
||||
"@types/http-errors": "2.0.1",
|
||||
"@types/node": "20.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "6.1.0",
|
||||
"@types/node": "20.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "6.4.1",
|
||||
"chokidar": "3.5.3",
|
||||
"concurrently": "8.2.0",
|
||||
"concurrently": "8.2.1",
|
||||
"cross-env": "7.0.3",
|
||||
"editorconfig-checker": "5.1.1",
|
||||
"eslint": "8.45.0",
|
||||
"eslint": "8.47.0",
|
||||
"eslint-config-conventions": "11.0.1",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-prettier": "5.0.0",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-unicorn": "48.0.0",
|
||||
"eslint-plugin-unicorn": "48.0.1",
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "13.2.3",
|
||||
"lint-staged": "14.0.1",
|
||||
"markdownlint-cli2": "0.8.1",
|
||||
"markdownlint-rule-relative-links": "2.1.0",
|
||||
"prettier": "3.0.0",
|
||||
"prettier": "3.0.2",
|
||||
"rimraf": "5.0.1",
|
||||
"semantic-release": "21.0.7",
|
||||
"semantic-release": "21.1.1",
|
||||
"typescript": "5.1.6"
|
||||
}
|
||||
}
|
||||
|
@ -2,9 +2,9 @@
|
||||
"extends": "@tsconfig/strictest/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["ESNext"],
|
||||
"moduleResolution": "Node",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src",
|
||||
"baseUrl": ".",
|
||||
|
Reference in New Issue
Block a user