2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-21 02:58:31 +02:00

fix: update dependencies to latest

This commit is contained in:
Divlo 2023-04-02 23:37:44 +02:00
parent 8a3bbcca18
commit 4bfe1e3ce6
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
5 changed files with 3638 additions and 2010 deletions

View File

@ -10,7 +10,7 @@ jobs:
build: build:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
- uses: 'actions/checkout@v3.3.0' - uses: 'actions/checkout@v3.5.0'
- name: 'Use Node.js' - name: 'Use Node.js'
uses: 'actions/setup-node@v3.6.0' uses: 'actions/setup-node@v3.6.0'

View File

@ -10,7 +10,7 @@ jobs:
lint: lint:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
- uses: 'actions/checkout@v3.3.0' - uses: 'actions/checkout@v3.5.0'
- name: 'Use Node.js' - name: 'Use Node.js'
uses: 'actions/setup-node@v3.6.0' uses: 'actions/setup-node@v3.6.0'

View File

@ -8,7 +8,7 @@ jobs:
release: release:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
- uses: 'actions/checkout@v3.3.0' - uses: 'actions/checkout@v3.5.0'
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false

5576
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,58 +21,58 @@
"lint:commit": "commitlint", "lint:commit": "commitlint",
"lint:editorconfig": "editorconfig-checker", "lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint-cli2", "lint:markdown": "markdownlint-cli2",
"lint:eslint": "eslint \"**/*.{js,jsx,ts,tsx}\" --ignore-path \".gitignore\"", "lint:eslint": "eslint \".\" --ignore-path \".gitignore\"",
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"", "lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
"lint:staged": "lint-staged", "lint:staged": "lint-staged",
"release": "semantic-release", "release": "semantic-release",
"postinstall": "husky install" "postinstall": "husky install"
}, },
"dependencies": { "dependencies": {
"@fastify/cors": "8.2.0", "@fastify/cors": "8.2.1",
"@fastify/helmet": "10.1.0", "@fastify/helmet": "10.1.0",
"@fastify/multipart": "7.3.0", "@fastify/multipart": "7.5.0",
"@fastify/rate-limit": "7.6.0", "@fastify/rate-limit": "8.0.0",
"@fastify/sensible": "5.2.0", "@fastify/sensible": "5.2.0",
"@fastify/static": "6.6.0", "@fastify/static": "6.10.0",
"@fastify/swagger": "8.2.1", "@fastify/swagger": "8.3.1",
"@fastify/swagger-ui": "1.3.0", "@fastify/swagger-ui": "1.6.0",
"@sinclair/typebox": "0.25.20", "@sinclair/typebox": "0.26.8",
"dotenv": "16.0.3", "dotenv": "16.0.3",
"fastify": "4.11.0", "fastify": "4.15.0",
"fastify-plugin": "4.4.0", "fastify-plugin": "4.5.0",
"http-errors": "2.0.0", "http-errors": "2.0.0",
"read-pkg": "7.1.0" "read-pkg": "7.1.0"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "17.4.1", "@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.0", "@commitlint/config-conventional": "17.4.4",
"@saithodev/semantic-release-backmerge": "2.1.2", "@saithodev/semantic-release-backmerge": "3.1.0",
"@semantic-release/git": "10.0.1", "@semantic-release/git": "10.0.1",
"@swc/cli": "0.1.57", "@swc/cli": "0.1.62",
"@swc/core": "1.3.25", "@swc/core": "1.3.44",
"@tsconfig/strictest": "1.0.2", "@tsconfig/strictest": "2.0.0",
"@types/busboy": "1.5.0", "@types/busboy": "1.5.0",
"@types/http-errors": "1.8.2", "@types/http-errors": "2.0.1",
"@types/node": "18.11.18", "@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.48.1", "@typescript-eslint/eslint-plugin": "5.57.0",
"concurrently": "7.6.0", "concurrently": "8.0.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"editorconfig-checker": "4.0.2", "editorconfig-checker": "5.0.1",
"eslint": "8.31.0", "eslint": "8.37.0",
"eslint-config-conventions": "6.0.0", "eslint-config-conventions": "8.0.0",
"eslint-config-prettier": "8.6.0", "eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "45.0.2", "eslint-plugin-unicorn": "46.0.0",
"husky": "8.0.3", "husky": "8.0.3",
"lint-staged": "13.1.0", "lint-staged": "13.2.0",
"markdownlint-cli2": "0.6.0", "markdownlint-cli2": "0.6.0",
"markdownlint-rule-relative-links": "1.1.1", "markdownlint-rule-relative-links": "1.1.2",
"nodemon": "2.0.20", "nodemon": "2.0.22",
"prettier": "2.8.2", "prettier": "2.8.7",
"rimraf": "3.0.2", "rimraf": "4.4.1",
"semantic-release": "19.0.3", "semantic-release": "21.0.1",
"typescript": "4.9.4" "typescript": "5.0.3"
} }
} }