Skip to content

Commit 0d51523

Browse files
fix(deps): update all non-major dependencies (#3475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a69694 commit 0d51523

File tree

3 files changed

+86
-86
lines changed

3 files changed

+86
-86
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build assets
2-
FROM --platform=$BUILDPLATFORM node:23.4.0-alpine AS node
2+
FROM --platform=$BUILDPLATFORM node:23.5.0-alpine AS node
33

44
RUN corepack enable
55

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": {
77
"url": "https://github.com/amir20/dozzle/issues"
88
},
9-
"packageManager": "pnpm@9.15.0",
9+
"packageManager": "pnpm@9.15.1",
1010
"type": "module",
1111
"repository": {
1212
"type": "git",
@@ -38,13 +38,13 @@
3838
"@iconify-json/mdi-light": "^1.2.2",
3939
"@iconify-json/octicon": "^1.2.2",
4040
"@iconify-json/ph": "^1.2.2",
41-
"@intlify/unplugin-vue-i18n": "^6.0.1",
41+
"@intlify/unplugin-vue-i18n": "^6.0.2",
4242
"@tailwindcss/container-queries": "^0.1.1",
4343
"@tailwindcss/typography": "^0.5.15",
44-
"@vueuse/components": "^12.0.0",
45-
"@vueuse/core": "^12.0.0",
46-
"@vueuse/integrations": "^12.0.0",
47-
"@vueuse/router": "^12.0.0",
44+
"@vueuse/components": "^12.1.0",
45+
"@vueuse/core": "^12.1.0",
46+
"@vueuse/integrations": "^12.1.0",
47+
"@vueuse/router": "^12.1.0",
4848
"ansi-to-html": "^0.7.2",
4949
"autoprefixer": "^10.4.20",
5050
"d3-array": "^3.2.4",
@@ -69,7 +69,7 @@
6969
"unplugin-vue-components": "^0.28.0",
7070
"unplugin-vue-macros": "^2.13.6",
7171
"unplugin-vue-router": "^0.10.9",
72-
"vite": "6.0.4",
72+
"vite": "6.0.5",
7373
"vite-plugin-compression2": "^1.3.3",
7474
"vite-plugin-vue-layouts": "^0.11.0",
7575
"vite-svg-loader": "^5.1.0",
@@ -93,7 +93,7 @@
9393
"@vitejs/plugin-vue": "5.2.1",
9494
"@vue/compiler-sfc": "^3.5.13",
9595
"@vue/test-utils": "^2.4.6",
96-
"bumpp": "^9.9.1",
96+
"bumpp": "^9.9.2",
9797
"c8": "^10.1.3",
9898
"concurrently": "^9.1.0",
9999
"eventsourcemock": "^2.0.0",

0 commit comments

Comments
 (0)