Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Sep 13, 2024
1 parent 82ceb3e commit 9484f75
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 220 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
make build-go

# Final Image
FROM docker.io/library/alpine:3.20.2
FROM docker.io/library/alpine:3.20.3
WORKDIR /app
RUN apk --no-cache add ca-certificates tini tzdata && \
mkdir -p ./.output/public
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@iconify-json/simple-icons": "1.2.2",
"@nuxt/fonts": "0.8.0",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest",
"@nuxtjs/robots": "4.1.6",
"@nuxtjs/robots": "4.1.7",
"@pinia/nuxt": "0.5.4",
"@protobuf-ts/grpcweb-transport": "2.9.4",
"@unovis/ts": "1.4.4",
Expand Down Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-vue": "9.28.0",
"i18next-scanner": "4.5.0",
"nuxi": "3.13.1",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"nuxt-typed-router": "3.6.5",
"postcss": "8.4.45",
"postcss-custom-properties": "14.0.1",
Expand All @@ -104,7 +104,7 @@
"sass": "1.78.0",
"tailwindcss": "3.4.11",
"typescript": "5.6.2",
"vue": "3.5.4",
"vue": "3.5.5",
"vue-i18n-routing": "1.2.0",
"vue-tsc": "2.1.6"
},
Expand Down
Loading

0 comments on commit 9484f75

Please sign in to comment.