1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix(deps): update all non-major dependencies (#3919)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-27 16:29:23 +00:00
committed by GitHub
parent defaba29c2
commit cfe7285bf7
4 changed files with 418 additions and 409 deletions

2
go.mod
View File

@@ -36,7 +36,7 @@ require (
github.com/yuin/goldmark v1.7.12
golang.org/x/crypto v0.38.0
golang.org/x/sync v0.14.0
google.golang.org/grpc v1.72.1
google.golang.org/grpc v1.72.2
google.golang.org/protobuf v1.36.6
k8s.io/api v0.33.1
k8s.io/apimachinery v0.33.1

2
go.sum
View File

@@ -360,6 +360,8 @@ google.golang.org/grpc v1.72.0 h1:S7UkcVa60b5AAQTaO6ZKamFp1zMZSU0fGDK2WZLbBnM=
google.golang.org/grpc v1.72.0/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
google.golang.org/grpc v1.72.1 h1:HR03wO6eyZ7lknl75XlxABNVLLFc2PAb6mHlYh756mA=
google.golang.org/grpc v1.72.1/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
google.golang.org/grpc v1.72.2 h1:TdbGzwb82ty4OusHWepvFWGLgIbNo1/SUynEN0ssqv8=
google.golang.org/grpc v1.72.2/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

View File

@@ -33,7 +33,7 @@
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/cil": "^1.2.2",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.21",
"@iconify-json/material-symbols": "^1.2.22",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/octicon": "^1.2.6",
@@ -41,10 +41,10 @@
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "4.1.7",
"@vueuse/components": "^13.2.0",
"@vueuse/core": "^13.2.0",
"@vueuse/integrations": "^13.2.0",
"@vueuse/router": "^13.2.0",
"@vueuse/components": "^13.3.0",
"@vueuse/core": "^13.3.0",
"@vueuse/integrations": "^13.3.0",
"@vueuse/router": "^13.3.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"ansi-to-html": "^0.7.2",
@@ -54,7 +54,7 @@
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-transition": "^3.0.1",
"daisyui": "5.0.37",
"daisyui": "5.0.38",
"entities": "^6.0.0",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
@@ -63,22 +63,22 @@
"splitpanes": "^4.0.4",
"strip-ansi": "^7.1.0",
"tailwindcss": "4.1.7",
"unplugin-auto-import": "^19.2.0",
"unplugin-auto-import": "^19.3.0",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.5.0",
"unplugin-vue-components": "^28.7.0",
"unplugin-vue-macros": "^2.14.5",
"unplugin-vue-router": "^0.12.0",
"vite": "6.3.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.6.3",
"vue": "^3.5.14",
"vue-i18n": "^11.1.4",
"vue": "^3.5.15",
"vue-i18n": "^11.1.5",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@apache-arrow/esnext-esm": "^20.0.0",
"@iconify-json/material-symbols-light": "^1.2.21",
"@iconify-json/material-symbols-light": "^1.2.22",
"@iconify-json/ri": "^1.2.5",
"@pinia/testing": "^1.0.1",
"@playwright/test": "^1.52.0",
@@ -91,7 +91,7 @@
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.15.21",
"@vitejs/plugin-vue": "5.2.4",
"@vue/compiler-sfc": "^3.5.14",
"@vue/compiler-sfc": "^3.5.15",
"@vue/test-utils": "^2.4.6",
"bumpp": "^10.1.1",
"c8": "^10.1.3",
@@ -105,8 +105,8 @@
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vitest": "^3.1.4",
"vue-component-type-helpers": "3.0.0-alpha.6",
"vue-tsc": "3.0.0-alpha.6"
"vue-component-type-helpers": "3.0.0-alpha.8",
"vue-tsc": "3.0.0-alpha.8"
},
"lint-staged": {
"*.{js,vue,css,ts,html,md}": [

795
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff