Skip to content

Commit 00da15c

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

File tree

3 files changed

+72
-72
lines changed

3 files changed

+72
-72
lines changed

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.48.1-jammy
97+
image: mcr.microsoft.com/playwright:v1.48.2-jammy
9898
working_dir: /app
9999
volumes:
100100
- .:/app

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@duckdb/duckdb-wasm": "1.29.0",
33-
"@iconify-json/carbon": "^1.2.3",
33+
"@iconify-json/carbon": "^1.2.4",
3434
"@iconify-json/cil": "^1.2.1",
3535
"@iconify-json/ic": "^1.2.1",
3636
"@iconify-json/material-symbols": "^1.2.5",
@@ -81,15 +81,15 @@
8181
"devDependencies": {
8282
"@apache-arrow/esnext-esm": "^17.0.0",
8383
"@pinia/testing": "^0.1.6",
84-
"@playwright/test": "^1.48.1",
84+
"@playwright/test": "^1.48.2",
8585
"@types/d3-array": "^3.2.1",
8686
"@types/d3-ease": "^3.0.2",
8787
"@types/d3-scale": "^4.0.8",
8888
"@types/d3-selection": "^3.0.11",
8989
"@types/d3-shape": "^3.1.6",
9090
"@types/d3-transition": "^3.0.9",
9191
"@types/lodash.debounce": "^4.0.9",
92-
"@types/node": "^22.8.0",
92+
"@types/node": "^22.8.1",
9393
"@vitejs/plugin-vue": "5.1.4",
9494
"@vue/compiler-sfc": "^3.5.12",
9595
"@vue/test-utils": "^2.4.6",

0 commit comments

Comments
 (0)