chore(deps): update web (#4961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-21 13:46:07 -05:00 committed by GitHub
parent c607615e41
commit b06c2b786c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 422 additions and 398 deletions

View file

@ -1,4 +1,4 @@
FROM node:20.8-alpine3.18
FROM node:20.9-alpine3.18
WORKDIR /usr/src/app
COPY --chown=node:node package*.json ./

814
web/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -73,7 +73,7 @@
"maplibre-gl": "^3.6.0",
"socket.io-client": "^4.6.1",
"svelte-loading-spinners": "^0.3.4",
"svelte-local-storage-store": "^0.5.0",
"svelte-local-storage-store": "^0.6.0",
"svelte-maplibre": "^0.7.0",
"thumbhash": "^0.1.1"
}

View file

@ -5,7 +5,7 @@ const upstream = {
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',
secure: true,
changeOrigin: true,
logLevel: 'debug',
logLevel: 'info',
ws: true,
};