Skip to content

Commit ff72431

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

File tree

6 files changed

+136
-138
lines changed

6 files changed

+136
-138
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.6.0-alpine AS node
2+
FROM --platform=$BUILDPLATFORM node:23.6.1-alpine AS node
33

44
RUN corepack enable
55

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ services:
9494

9595
playwright:
9696
container_name: playwright
97-
image: mcr.microsoft.com/playwright:v1.49.1-jammy
97+
image: mcr.microsoft.com/playwright:v1.50.0-jammy
9898
working_dir: /app
9999
volumes:
100100
- .:/app

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/Microsoft/go-winio v0.6.2 // indirect
55
github.com/alexflint/go-arg v1.5.1
66
github.com/beme/abide v0.0.0-20190723115211-635a09831760
7-
github.com/docker/docker v27.5.0+incompatible
7+
github.com/docker/docker v27.5.1+incompatible
88
github.com/docker/go-connections v0.5.0 // indirect
99
github.com/docker/go-units v0.5.0 // indirect
1010
github.com/dustin/go-humanize v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ github.com/docker/docker v27.4.1+incompatible h1:ZJvcY7gfwHn1JF48PfbyXg7Jyt9ZCWD
4141
github.com/docker/docker v27.4.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
4242
github.com/docker/docker v27.5.0+incompatible h1:um++2NcQtGRTz5eEgO6aJimo6/JxrTXC941hd05JO6U=
4343
github.com/docker/docker v27.5.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
44+
github.com/docker/docker v27.5.1+incompatible h1:4PYU5dnBYqRQi0294d1FBECqT9ECWeQAIfE8q4YnPY8=
45+
github.com/docker/docker v27.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
4446
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
4547
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
4648
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@iconify-json/carbon": "^1.2.5",
3434
"@iconify-json/cil": "^1.2.2",
3535
"@iconify-json/ic": "^1.2.2",
36-
"@iconify-json/material-symbols": "^1.2.12",
36+
"@iconify-json/material-symbols": "^1.2.13",
3737
"@iconify-json/mdi": "^1.2.3",
3838
"@iconify-json/mdi-light": "^1.2.2",
3939
"@iconify-json/octicon": "^1.2.2",
@@ -53,7 +53,7 @@
5353
"d3-selection": "^3.0.0",
5454
"d3-shape": "^3.2.0",
5555
"d3-transition": "^3.0.1",
56-
"daisyui": "5.0.0-beta.1",
56+
"daisyui": "5.0.0-beta.2",
5757
"date-fns": "^4.1.0",
5858
"entities": "^6.0.0",
5959
"fuse.js": "^7.0.0",
@@ -80,15 +80,15 @@
8080
"devDependencies": {
8181
"@apache-arrow/esnext-esm": "^19.0.0",
8282
"@pinia/testing": "^0.1.7",
83-
"@playwright/test": "^1.49.1",
83+
"@playwright/test": "^1.50.0",
8484
"@types/d3-array": "^3.2.1",
8585
"@types/d3-ease": "^3.0.2",
8686
"@types/d3-scale": "^4.0.8",
8787
"@types/d3-selection": "^3.0.11",
8888
"@types/d3-shape": "^3.1.7",
8989
"@types/d3-transition": "^3.0.9",
9090
"@types/lodash.debounce": "^4.0.9",
91-
"@types/node": "^22.10.7",
91+
"@types/node": "^22.10.9",
9292
"@vitejs/plugin-vue": "5.2.1",
9393
"@vue/compiler-sfc": "^3.5.13",
9494
"@vue/test-utils": "^2.4.6",
@@ -97,13 +97,13 @@
9797
"concurrently": "^9.1.2",
9898
"eventsourcemock": "^2.0.0",
9999
"jsdom": "^26.0.0",
100-
"lint-staged": "^15.4.1",
100+
"lint-staged": "^15.4.2",
101101
"prettier": "^3.4.2",
102102
"prettier-plugin-tailwindcss": "^0.6.10",
103103
"simple-git-hooks": "^2.11.1",
104104
"ts-node": "^10.9.2",
105105
"typescript": "^5.7.3",
106-
"vitest": "^3.0.3",
106+
"vitest": "^3.0.4",
107107
"vue-component-type-helpers": "^2.2.0",
108108
"vue-tsc": "^2.2.0"
109109
},

0 commit comments

Comments
 (0)