chore(renovate): Update minor (minor) (#6999)

* chore(renovate): Update minor

* chore: update node version

* chore(deps): pnpm-lock.yaml

* chore(deps): pnpm-lock.yaml

* chore(deps): pnpm-lock.yaml

* fix(nc-gui): remove process.nextTick define

* fix(playwright): mysql version

* chore(playwright): bump NC_REQ_NODE_V

* fix(deps): bump @nestjs/throttler

* chore(nc-gui): components.d.ts

* fix(deps): use @nuxt/image

* fix(nc-gui): broken image

* fix(nc-gui): @antfu/eslint-config

* fix(deps): bump knex versions

* fix(deps): use 2.4.2 for knex

* chore(deps): rollback

* chore(deps): @antfu/eslint-config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
This commit is contained in:
renovate[bot]
2024-03-06 15:53:10 +08:00
committed by GitHub
parent 5ba6914d57
commit 718a9b94c3
6 changed files with 44 additions and 106 deletions

View File

@@ -34,7 +34,7 @@ services:
retries: 10
test: "pg_isready -U ${DATABASE_USER} -d ${DATABASE_NAME}"
timeout: 2s
image: "postgres:12.1-alpine"
image: "postgres:12.17-alpine"
networks:
- traefik_proxy
restart: always
@@ -71,7 +71,7 @@ services:
- "-c"
- "http://localhost:8081/ping"
timeout: 3s
image: "traefik:v2.2"
image: "traefik:v2.11"
networks:
- default
- traefik_proxy