Skip to content

Commit 91d6388

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

File tree

4 files changed

+116
-102
lines changed

4 files changed

+116
-102
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
golang.org/x/crypto v0.31.0
3636
golang.org/x/sync v0.10.0
3737
google.golang.org/grpc v1.69.2
38-
google.golang.org/protobuf v1.36.0
38+
google.golang.org/protobuf v1.36.1
3939
)
4040

4141
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8i
263263
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
264264
google.golang.org/protobuf v1.36.0 h1:mjIs9gYtt56AzC4ZaffQuh88TZurBGhIJMBZGSxNerQ=
265265
google.golang.org/protobuf v1.36.0/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
266+
google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=
267+
google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
266268
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
267269
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
268270
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@intlify/unplugin-vue-i18n": "^6.0.2",
4242
"@tailwindcss/container-queries": "^0.1.1",
4343
"@tailwindcss/typography": "^0.5.15",
44-
"@vueuse/components": "^12.1.0",
45-
"@vueuse/core": "^12.1.0",
46-
"@vueuse/integrations": "^12.1.0",
47-
"@vueuse/router": "^12.1.0",
44+
"@vueuse/components": "^12.2.0",
45+
"@vueuse/core": "^12.2.0",
46+
"@vueuse/integrations": "^12.2.0",
47+
"@vueuse/router": "^12.2.0",
4848
"ansi-to-html": "^0.7.2",
4949
"autoprefixer": "^10.4.20",
5050
"d3-array": "^3.2.4",
@@ -105,8 +105,8 @@
105105
"ts-node": "^10.9.2",
106106
"typescript": "^5.6.3",
107107
"vitest": "^2.1.8",
108-
"vue-component-type-helpers": "^2.1.10",
109-
"vue-tsc": "^2.1.10"
108+
"vue-component-type-helpers": "^2.2.0",
109+
"vue-tsc": "^2.2.0"
110110
},
111111
"lint-staged": {
112112
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)