From 0db38dd4df0e19f76704211e55ce71d1efaae5bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:36:37 +0000 Subject: [PATCH] chore(deps): Update non-major dependencies (#969) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 8 +++---- web/pnpm-lock.yaml | 54 +++++++++++++++++++++++----------------------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/go.mod b/go.mod index 3f38df6b..448916d1 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/beevik/ntp v1.4.3 github.com/creack/pty v1.1.24 github.com/expr-lang/expr v1.17.6 - github.com/go-chi/chi/v5 v5.2.2 + github.com/go-chi/chi/v5 v5.2.3 github.com/go-gormigrate/gormigrate/v2 v2.1.4 github.com/go-resty/resty/v2 v2.16.5 github.com/go-sql-driver/mysql v1.9.3 @@ -48,7 +48,7 @@ require ( github.com/sethvargo/go-limiter v1.0.1-0.20250412144437-fa26982c7e1a github.com/shirou/gopsutil v3.21.11+incompatible github.com/spf13/cast v1.9.2 - github.com/stretchr/testify v1.11.0 + github.com/stretchr/testify v1.11.1 github.com/tufanbarisyildirim/gonginx v0.0.0-20250620092546-c3e307e36701 github.com/urfave/cli/v3 v3.4.1 go.yaml.in/yaml/v3 v3.0.4 diff --git a/go.sum b/go.sum index b54f93ca..a0426e71 100644 --- a/go.sum +++ b/go.sum @@ -60,8 +60,8 @@ github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8 github.com/gabriel-vasile/mimetype v1.4.9 h1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBvAG7U/oYY= github.com/gabriel-vasile/mimetype v1.4.9/go.mod h1:WnSQhFKJuBlRyLiKohA/2DtIlPFAbguNaG7QCHcyGok= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618= -github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops= +github.com/go-chi/chi/v5 v5.2.3 h1:WQIt9uxdsAbgIYgid+BpYc+liqQZGMHRaUwp0JUcvdE= +github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gormigrate/gormigrate/v2 v2.1.4 h1:KOPEt27qy1cNzHfMZbp9YTmEuzkY4F4wrdsJW9WFk1U= github.com/go-gormigrate/gormigrate/v2 v2.1.4/go.mod h1:y/6gPAH6QGAgP1UfHMiXcqGeJ88/GRQbfCReE1JJD5Y= @@ -309,8 +309,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8= -github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= +github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/tetratelabs/wazero v1.9.0 h1:IcZ56OuxrtaEz8UYNRHBrUa9bYeX9oVY93KspZZBf/I= github.com/tetratelabs/wazero v1.9.0/go.mod h1:TSbcXCfFP0L2FGkRPxHphadXPjo1T6W+CseNNY7EkjM= diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 82a05ca9..f8f13183 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -25,10 +25,10 @@ importers: version: 1.0.3 '@vue-js-cron/naive-ui': specifier: ^2.0.11 - version: 2.0.12 + version: 2.0.13 '@vueuse/core': specifier: ^13.2.0 - version: 13.7.0(vue@3.5.20(typescript@5.9.2)) + version: 13.8.0(vue@3.5.20(typescript@5.9.2)) '@xterm/addon-attach': specifier: ^0.11.0 version: 0.11.0(@xterm/xterm@5.5.0) @@ -70,7 +70,7 @@ importers: version: 3.7.1 marked: specifier: ^16.0.0 - version: 16.2.0 + version: 16.2.1 mitt: specifier: ^3.0.1 version: 3.0.1 @@ -182,7 +182,7 @@ importers: version: 66.4.2(postcss@8.5.6)(vite@7.1.3(@types/node@22.18.0)(jiti@2.5.1)(sass@1.91.0)(terser@5.43.1)(tsx@4.20.5)) unplugin-auto-import: specifier: ^20.0.0 - version: 20.0.0(@vueuse/core@13.7.0(vue@3.5.20(typescript@5.9.2))) + version: 20.0.0(@vueuse/core@13.8.0(vue@3.5.20(typescript@5.9.2))) unplugin-icons: specifier: ^22.1.0 version: 22.2.0(@vue/compiler-sfc@3.5.20) @@ -1241,11 +1241,11 @@ packages: '@volar/typescript@2.4.23': resolution: {integrity: sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==} - '@vue-js-cron/core@6.1.0': - resolution: {integrity: sha512-GpO/IZE2HTG6T+LW+KZ7iQO4d+WrQ5kAQIh/w5qTqdX4BBIqI1IqoMIsffZgun/7/ur7HPW6UqhOoq3+PewMIw==} + '@vue-js-cron/core@6.2.0': + resolution: {integrity: sha512-CmRZCoRHMTZdbhoVo78y9nOvRId+TBQZseLHMRRrU++2td3e11aOFiE71IEvbpataMs0/71ItG/h4VKQbv0Xog==} - '@vue-js-cron/naive-ui@2.0.12': - resolution: {integrity: sha512-XTioQKaFJw3601/QE7a3WanRBBrxcOlIKT14+Qg8zjK3RAmLlyM3Vi4ET6vIMMJ5fF1rnBRG+KRxBAs5OF4ZXA==} + '@vue-js-cron/naive-ui@2.0.13': + resolution: {integrity: sha512-hJoEDk8VWm1z4Ns304+z0+7Jli4DBt7lizirmosZ+kWZcTyZ9lVJ3oX2196KiQql+kDKwO33K+886XGl7oOrhg==} '@vue/babel-helper-vue-transform-on@1.5.0': resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==} @@ -1354,16 +1354,16 @@ packages: vue: optional: true - '@vueuse/core@13.7.0': - resolution: {integrity: sha512-myagn09+c6BmS6yHc1gTwwsdZilAovHslMjyykmZH3JNyzI5HoWhv114IIdytXiPipdHJ2gDUx0PB93jRduJYg==} + '@vueuse/core@13.8.0': + resolution: {integrity: sha512-rmBcgpEpxY0ZmyQQR94q1qkUcHREiLxQwNyWrtjMDipD0WTH/JBcAt0gdcn2PsH0SA76ec291cHFngmyaBhlxA==} peerDependencies: vue: ^3.5.0 - '@vueuse/metadata@13.7.0': - resolution: {integrity: sha512-8okFhS/1ite8EwUdZZfvTYowNTfXmVCOrBFlA31O0HD8HKXhY+WtTRyF0LwbpJfoFPc+s9anNJIXMVrvP7UTZg==} + '@vueuse/metadata@13.8.0': + resolution: {integrity: sha512-BYMp3Gp1kBUPv7AfQnJYP96mkX7g7cKdTIgwv/Jgd+pfQhz678naoZOAcknRtPLP4cFblDDW7rF4e3KFa+PfIA==} - '@vueuse/shared@13.7.0': - resolution: {integrity: sha512-Wi2LpJi4UA9kM0OZ0FCZslACp92HlVNw1KPaDY6RAzvQ+J1s7seOtcOpmkfbD5aBSmMn9NvOakc8ZxMxmDXTIg==} + '@vueuse/shared@13.8.0': + resolution: {integrity: sha512-x4nfM0ykW+RmNJ4/1IzZsuLuWWrNTxlTWUiehTGI54wnOxIgI9EDdu/O5S77ac6hvQ3hk2KpOVFHaM0M796Kbw==} peerDependencies: vue: ^3.5.0 @@ -2483,8 +2483,8 @@ packages: resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true - marked@16.2.0: - resolution: {integrity: sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==} + marked@16.2.1: + resolution: {integrity: sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==} engines: {node: '>= 20'} hasBin: true @@ -4779,13 +4779,13 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.1.0 - '@vue-js-cron/core@6.1.0': + '@vue-js-cron/core@6.2.0': dependencies: mustache: 4.2.0 - '@vue-js-cron/naive-ui@2.0.12': + '@vue-js-cron/naive-ui@2.0.13': dependencies: - '@vue-js-cron/core': 6.1.0 + '@vue-js-cron/core': 6.2.0 '@vue/babel-helper-vue-transform-on@1.5.0': {} @@ -4961,16 +4961,16 @@ snapshots: typescript: 5.9.2 vue: 3.5.20(typescript@5.9.2) - '@vueuse/core@13.7.0(vue@3.5.20(typescript@5.9.2))': + '@vueuse/core@13.8.0(vue@3.5.20(typescript@5.9.2))': dependencies: '@types/web-bluetooth': 0.0.21 - '@vueuse/metadata': 13.7.0 - '@vueuse/shared': 13.7.0(vue@3.5.20(typescript@5.9.2)) + '@vueuse/metadata': 13.8.0 + '@vueuse/shared': 13.8.0(vue@3.5.20(typescript@5.9.2)) vue: 3.5.20(typescript@5.9.2) - '@vueuse/metadata@13.7.0': {} + '@vueuse/metadata@13.8.0': {} - '@vueuse/shared@13.7.0(vue@3.5.20(typescript@5.9.2))': + '@vueuse/shared@13.8.0(vue@3.5.20(typescript@5.9.2))': dependencies: vue: 3.5.20(typescript@5.9.2) @@ -6144,7 +6144,7 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 - marked@16.2.0: {} + marked@16.2.1: {} math-intrinsics@1.1.0: {} @@ -6948,7 +6948,7 @@ snapshots: unpipe@1.0.0: {} - unplugin-auto-import@20.0.0(@vueuse/core@13.7.0(vue@3.5.20(typescript@5.9.2))): + unplugin-auto-import@20.0.0(@vueuse/core@13.8.0(vue@3.5.20(typescript@5.9.2))): dependencies: local-pkg: 1.1.2 magic-string: 0.30.18 @@ -6957,7 +6957,7 @@ snapshots: unplugin: 2.3.8 unplugin-utils: 0.2.5 optionalDependencies: - '@vueuse/core': 13.7.0(vue@3.5.20(typescript@5.9.2)) + '@vueuse/core': 13.8.0(vue@3.5.20(typescript@5.9.2)) unplugin-icons@22.2.0(@vue/compiler-sfc@3.5.20): dependencies: