Skip to content

Commit 3adf560

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

File tree

6 files changed

+96
-70
lines changed

6 files changed

+96
-70
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- name: Set up Docker Buildx
92-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
92+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
9393
- name: Login to DockerHub
9494
uses: docker/login-action@v3.3.0
9595
with:

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ !github.event.repository.fork && !github.event.pull_request.head.repo.fork && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'amir20/dozzle') }}
1414
steps:
1515
- name: Set up Docker Buildx
16-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
16+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
1717
- name: Login to DockerHub
1818
uses: docker/login-action@v3.3.0
1919
with:

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.0
38-
google.golang.org/protobuf v1.35.2
38+
google.golang.org/protobuf v1.36.0
3939
)
4040

4141
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ google.golang.org/grpc v1.69.0 h1:quSiOM1GJPmPH5XtU+BCoVXcDVJJAzNcoyfC2cCjGkI=
257257
google.golang.org/grpc v1.69.0/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
258258
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
259259
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
260+
google.golang.org/protobuf v1.36.0 h1:mjIs9gYtt56AzC4ZaffQuh88TZurBGhIJMBZGSxNerQ=
261+
google.golang.org/protobuf v1.36.0/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
260262
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
261263
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
262264
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
},
3131
"dependencies": {
3232
"@duckdb/duckdb-wasm": "1.29.0",
33-
"@iconify-json/carbon": "^1.2.4",
34-
"@iconify-json/cil": "^1.2.1",
35-
"@iconify-json/ic": "^1.2.1",
36-
"@iconify-json/material-symbols": "^1.2.10",
37-
"@iconify-json/mdi": "^1.2.1",
38-
"@iconify-json/mdi-light": "^1.2.1",
33+
"@iconify-json/carbon": "^1.2.5",
34+
"@iconify-json/cil": "^1.2.2",
35+
"@iconify-json/ic": "^1.2.2",
36+
"@iconify-json/material-symbols": "^1.2.11",
37+
"@iconify-json/mdi": "^1.2.2",
38+
"@iconify-json/mdi-light": "^1.2.2",
3939
"@iconify-json/octicon": "^1.2.2",
40-
"@iconify-json/ph": "^1.2.1",
40+
"@iconify-json/ph": "^1.2.2",
4141
"@intlify/unplugin-vue-i18n": "^6.0.1",
4242
"@tailwindcss/container-queries": "^0.1.1",
4343
"@tailwindcss/typography": "^0.5.15",
@@ -65,8 +65,8 @@
6565
"strip-ansi": "^7.1.0",
6666
"tailwindcss": "^3.4.16",
6767
"unplugin-auto-import": "^0.19.0",
68-
"unplugin-icons": "^0.21.0",
69-
"unplugin-vue-components": "^0.27.5",
68+
"unplugin-icons": "^0.22.0",
69+
"unplugin-vue-components": "^0.28.0",
7070
"unplugin-vue-macros": "^2.13.6",
7171
"unplugin-vue-router": "^0.10.9",
7272
"vite": "6.0.3",

pnpm-lock.yaml

Lines changed: 82 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)