1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

chore(deps): update all non-major dependencies (#3120)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-07-18 00:26:15 +00:00
committed by GitHub
parent 01afadd410
commit e0f567aace
7 changed files with 341 additions and 339 deletions

View File

@@ -107,7 +107,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push
uses: docker/build-push-action@v6.4.0
uses: docker/build-push-action@v6.4.1
with:
push: true
context: .

View File

@@ -31,7 +31,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push
uses: docker/build-push-action@v6.4.0
uses: docker/build-push-action@v6.4.1
with:
context: .
push: true

View File

@@ -94,7 +94,7 @@ services:
playwright:
container_name: playwright
image: mcr.microsoft.com/playwright:v1.45.1-jammy
image: mcr.microsoft.com/playwright:v1.45.2-jammy
working_dir: /app
volumes:
- .:/app

2
go.mod
View File

@@ -31,7 +31,7 @@ require (
github.com/go-chi/jwtauth/v5 v5.3.1
github.com/goccy/go-json v0.10.3
github.com/puzpuzpuz/xsync/v3 v3.4.0
github.com/samber/lo v1.45.0
github.com/samber/lo v1.46.0
github.com/wk8/go-ordered-map/v2 v2.1.8
github.com/yuin/goldmark v1.7.4
google.golang.org/grpc v1.65.0

2
go.sum
View File

@@ -112,6 +112,8 @@ github.com/samber/lo v1.44.0 h1:5il56KxRE+GHsm1IR+sZ/6J42NODigFiqCWpSc2dybA=
github.com/samber/lo v1.44.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
github.com/samber/lo v1.45.0 h1:TPK85Y30Lv9Jh8s3TrJeA94u1hwcbFA9JObx/vT6lYU=
github.com/samber/lo v1.45.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
github.com/samber/lo v1.46.0 h1:w8G+oaCPgz1PoCJztqymCFaKwXt+5cCXn51uPxExFfQ=
github.com/samber/lo v1.46.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=
github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=

View File

@@ -61,23 +61,23 @@
"postcss": "^8.4.39",
"splitpanes": "^3.1.5",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.6",
"unplugin-auto-import": "^0.18.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-macros": "^2.9.5",
"unplugin-vue-router": "^0.10.0",
"vite": "5.3.3",
"vite": "5.3.4",
"vitepress": "1.3.1",
"vite-plugin-compression2": "^1.1.2",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.31",
"vue": "^3.4.32",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.45.2",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.8",
@@ -85,9 +85,9 @@
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.8",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"@vue/compiler-sfc": "^3.4.32",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.4.1",
"c8": "^10.1.2",

656
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff