1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 19:17:37 +01:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-07 22:04:10 +00:00
committed by GitHub
parent 32b8b02607
commit e02378f93f
4 changed files with 114 additions and 101 deletions

10
go.mod
View File

@@ -4,7 +4,7 @@ require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/alexflint/go-arg v1.4.3
github.com/beme/abide v0.0.0-20190723115211-635a09831760
github.com/docker/docker v25.0.3+incompatible
github.com/docker/docker v25.0.4+incompatible
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1
@@ -20,14 +20,14 @@ require (
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/PuerkitoBio/goquery v1.9.1
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/jwtauth/v5 v5.3.0
github.com/go-chi/jwtauth/v5 v5.3.1
github.com/go-logfmt/logfmt v0.6.0
github.com/goccy/go-json v0.10.2
github.com/puzpuzpuz/xsync/v3 v3.1.0
@@ -49,7 +49,7 @@ require (
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc v1.0.4 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx/v2 v2.0.19 // indirect
github.com/lestrrat-go/jwx/v2 v2.0.20 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -60,7 +60,7 @@ require (
go.opentelemetry.io/otel/metric v1.22.0 // indirect
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.22.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect

10
go.sum
View File

@@ -36,6 +36,8 @@ github.com/docker/docker v25.0.2+incompatible h1:/OaKeauroa10K4Nqavw4zlhcDq/WBcP
github.com/docker/docker v25.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v25.0.3+incompatible h1:D5fy/lYmY7bvZa0XTZ5/UJPljor41F+vdyJG5luQLfQ=
github.com/docker/docker v25.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v25.0.4+incompatible h1:XITZTrq+52tZyZxUOtFIahUf3aH367FLxJzt9vZeAF8=
github.com/docker/docker v25.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
@@ -50,6 +52,8 @@ github.com/go-chi/chi/v5 v5.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s=
github.com/go-chi/chi/v5 v5.0.12/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-chi/jwtauth/v5 v5.3.0 h1:X7RKGks1lrVeIe2omGyz47pNaNjG2YmwlRN5UKhN8qg=
github.com/go-chi/jwtauth/v5 v5.3.0/go.mod h1:2PoGm/KbnzRN9ILY6HFZAI6fTnb1gEZAKogAyqkd6fY=
github.com/go-chi/jwtauth/v5 v5.3.1 h1:1ePWrjVctvp1tyBq5b/2ER8Th/+RbYc7x4qNsc5rh5A=
github.com/go-chi/jwtauth/v5 v5.3.1/go.mod h1:6Fl2RRmWXs3tJYE1IQGX81FsPoGqDwq9c15j52R5q80=
github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=
github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
@@ -88,6 +92,8 @@ github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzlt
github.com/lestrrat-go/iter v1.0.2/go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4=
github.com/lestrrat-go/jwx/v2 v2.0.19 h1:ekv1qEZE6BVct89QA+pRF6+4pCpfVrOnEJnTnT4RXoY=
github.com/lestrrat-go/jwx/v2 v2.0.19/go.mod h1:l3im3coce1lL2cDeAjqmaR+Awx+X8Ih+2k8BuHNJ4CU=
github.com/lestrrat-go/jwx/v2 v2.0.20 h1:sAgXuWS/t8ykxS9Bi2Qtn5Qhpakw1wrcjxChudjolCc=
github.com/lestrrat-go/jwx/v2 v2.0.20/go.mod h1:UlCSmKqw+agm5BsOBfEAbTvKsEApaGNqHAEUTv5PJC4=
github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=
github.com/lestrrat-go/option v1.0.1/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
@@ -165,6 +171,8 @@ golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
golang.org/x/crypto v0.19.0 h1:ENy+Az/9Y1vSrlrvBSyna3PITt4tiZLf7sgCjZBX7Wo=
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
@@ -209,6 +217,8 @@ golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=

View File

@@ -80,7 +80,7 @@
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.8",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.4",
@@ -91,13 +91,13 @@
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"simple-git-hooks": "^2.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.44",
"typescript": "^5.4.2",
"vitepress": "1.0.0-rc.45",
"vitest": "^1.3.1",
"vue-tsc": "^2.0.5"
"vue-tsc": "^2.0.6"
},
"lint-staged": {
"*.{js,vue,css,ts,html,md}": [

185
pnpm-lock.yaml generated
View File

@@ -85,7 +85,7 @@ dependencies:
version: 4.0.8
pinia:
specifier: ^2.1.7
version: 2.1.7(typescript@5.3.3)(vue@3.4.21)
version: 2.1.7(typescript@5.4.2)(vue@3.4.21)
postcss:
specifier: ^8.4.35
version: 8.4.35
@@ -109,10 +109,10 @@ dependencies:
version: 0.26.0(vue@3.4.21)
unplugin-vue-macros:
specifier: ^2.7.10
version: 2.7.10(@vueuse/core@10.9.0)(typescript@5.3.3)(vite@5.1.5)(vue@3.4.21)
version: 2.7.10(@vueuse/core@10.9.0)(typescript@5.4.2)(vite@5.1.5)(vue@3.4.21)
vite:
specifier: 5.1.5
version: 5.1.5(@types/node@20.11.24)
version: 5.1.5(@types/node@20.11.25)
vite-plugin-pages:
specifier: ^0.32.0
version: 0.32.0(@vue/compiler-sfc@3.4.21)(vite@5.1.5)
@@ -121,7 +121,7 @@ dependencies:
version: 0.11.0(vite@5.1.5)(vue-router@4.3.0)(vue@3.4.21)
vue:
specifier: ^3.4.21
version: 3.4.21(typescript@5.3.3)
version: 3.4.21(typescript@5.4.2)
vue-i18n:
specifier: ^9.10.1
version: 9.10.1(vue@3.4.21)
@@ -158,8 +158,8 @@ devDependencies:
specifier: ^4.0.9
version: 4.0.9
'@types/node':
specifier: ^20.11.24
version: 20.11.24
specifier: ^20.11.25
version: 20.11.25
'@vitejs/plugin-vue':
specifier: 5.0.4
version: 5.0.4(vite@5.1.5)(vue@3.4.21)
@@ -191,26 +191,26 @@ devDependencies:
specifier: ^3.2.5
version: 3.2.5
prettier-plugin-tailwindcss:
specifier: ^0.5.11
version: 0.5.11(prettier@3.2.5)
specifier: ^0.5.12
version: 0.5.12(prettier@3.2.5)
simple-git-hooks:
specifier: ^2.10.0
version: 2.10.0
ts-node:
specifier: ^10.9.2
version: 10.9.2(@types/node@20.11.24)(typescript@5.3.3)
version: 10.9.2(@types/node@20.11.25)(typescript@5.4.2)
typescript:
specifier: ^5.3.3
version: 5.3.3
specifier: ^5.4.2
version: 5.4.2
vitepress:
specifier: 1.0.0-rc.44
version: 1.0.0-rc.44(@algolia/client-search@4.22.0)(@types/node@20.11.24)(fuse.js@7.0.0)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.3.3)
specifier: 1.0.0-rc.45
version: 1.0.0-rc.45(@algolia/client-search@4.22.0)(@types/node@20.11.25)(fuse.js@7.0.0)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.4.2)
vitest:
specifier: ^1.3.1
version: 1.3.1(@types/node@20.11.24)(jsdom@24.0.0)
version: 1.3.1(@types/node@20.11.25)(jsdom@24.0.0)
vue-tsc:
specifier: ^2.0.5
version: 2.0.5(typescript@5.3.3)
specifier: ^2.0.6
version: 2.0.6(typescript@5.4.2)
packages:
@@ -884,7 +884,7 @@ packages:
peerDependencies:
pinia: '>=2.1.5'
dependencies:
pinia: 2.1.7(typescript@5.3.3)(vue@3.4.21)
pinia: 2.1.7(typescript@5.4.2)(vue@3.4.21)
vue-demi: 0.14.6(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -1148,8 +1148,8 @@ packages:
resolution: {integrity: sha512-AuHIyzR5Hea7ij0P9q7vx7xu4z0C28ucwjAZC0ja7JhINyCnOw8/DnvAPQQ9TfOlCtZAmCERKQX9+o1mgQhuOQ==}
dev: false
/@types/node@20.11.24:
resolution: {integrity: sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==}
/@types/node@20.11.25:
resolution: {integrity: sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==}
dependencies:
undici-types: 5.26.5
@@ -1163,8 +1163,8 @@ packages:
vite: ^5.0.0
vue: ^3.2.25
dependencies:
vite: 5.1.5(@types/node@20.11.24)
vue: 3.4.21(typescript@5.3.3)
vite: 5.1.5(@types/node@20.11.25)
vue: 3.4.21(typescript@5.4.2)
dev: true
/@vitest/expect@1.3.1:
@@ -1206,22 +1206,22 @@ packages:
pretty-format: 29.7.0
dev: true
/@volar/language-core@2.1.1:
resolution: {integrity: sha512-oVbZcj97+5zlowkHMSJMt3aaAFuFyhXeXoOEHcqGECxFvw1TPCNnMM9vxhqNpoiNeWKHvggoq9WCk/HzJHtP8A==}
/@volar/language-core@2.1.2:
resolution: {integrity: sha512-5qsDp0Gf6fE09UWCeK7bkVn6NxMwC9OqFWQkMMkeej8h8XjyABPdRygC2RCrqDrfVdGijqlMQeXs6yRS+vfZYA==}
dependencies:
'@volar/source-map': 2.1.1
'@volar/source-map': 2.1.2
dev: true
/@volar/source-map@2.1.1:
resolution: {integrity: sha512-OOtxrEWB2eZ+tnCy5JwDkcCPGlN3+ioNNzkywXE9k4XA7p4cN36frR7QPAOksvd7RXKUGHzSjq6XrYnTPa4z4Q==}
/@volar/source-map@2.1.2:
resolution: {integrity: sha512-yFJqsuLm1OaWrsz9E3yd3bJcYIlHqdZ8MbmIoZLrAzMYQDcoF26/INIhgziEXSdyHc8xd7rd/tJdSnUyh0gH4Q==}
dependencies:
muggle-string: 0.4.1
dev: true
/@volar/typescript@2.1.1:
resolution: {integrity: sha512-5K41AWvFZCMMKZCx8bbFvbkyiKHr0s9k8P0M1FVXLX/9HYHzK5C9B8cX4uhATSehAytFIRnR4fTXVQtWp/Yzag==}
/@volar/typescript@2.1.2:
resolution: {integrity: sha512-lhTancZqamvaLvoz0u/uth8dpudENNt2LFZOWCw9JZiX14xRFhdhfzmphiCRb7am9E6qAJSbdS/gMt1utXAoHQ==}
dependencies:
'@volar/language-core': 2.1.1
'@volar/language-core': 2.1.2
path-browserify: 1.0.1
dev: true
@@ -1286,7 +1286,7 @@ packages:
ast-kit: 0.11.3
local-pkg: 0.5.0
magic-string-ast: 0.3.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1300,7 +1300,7 @@ packages:
'@vue-macros/api': 0.9.3(vue@3.4.21)
'@vue-macros/common': 1.10.1(vue@3.4.21)
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1332,7 +1332,7 @@ packages:
'@vue-macros/api': 0.9.3(vue@3.4.21)
'@vue-macros/common': 1.10.1(vue@3.4.21)
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1345,7 +1345,7 @@ packages:
dependencies:
'@vue-macros/common': 1.10.1(vue@3.4.21)
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1360,7 +1360,7 @@ packages:
'@vue-macros/common': 1.10.1(vue@3.4.21)
'@vue-macros/reactivity-transform': 0.4.3(vue@3.4.21)
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1373,7 +1373,7 @@ packages:
dependencies:
'@vue-macros/common': 1.10.1(vue@3.4.21)
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1386,12 +1386,12 @@ packages:
dependencies:
'@vue-macros/common': 1.10.1(vue@3.4.21)
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
/@vue-macros/devtools@0.2.0(typescript@5.3.3)(vite@5.1.5):
/@vue-macros/devtools@0.2.0(typescript@5.4.2)(vite@5.1.5):
resolution: {integrity: sha512-jHjvY1bFgQLe/2+5pBOG4fgmL5MPhsqQDj7Barhj8YN+Oe7U2hBImvfAyOGpqd2uucLOWQTP1cWrp3q9b1svsg==}
engines: {node: '>=16.14.0'}
peerDependencies:
@@ -1401,8 +1401,8 @@ packages:
optional: true
dependencies:
sirv: 2.0.3
vite: 5.1.5(@types/node@20.11.24)
vue: 3.4.21(typescript@5.3.3)
vite: 5.1.5(@types/node@20.11.25)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- typescript
dev: false
@@ -1416,7 +1416,7 @@ packages:
'@vue-macros/common': 1.10.1(vue@3.4.21)
'@vue/compiler-sfc': 3.4.21
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1429,7 +1429,7 @@ packages:
dependencies:
'@vue-macros/common': 1.10.1(vue@3.4.21)
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1443,7 +1443,7 @@ packages:
'@vue-macros/common': 1.10.1(vue@3.4.21)
'@vue/compiler-sfc': 3.4.21
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1494,7 +1494,7 @@ packages:
'@vue/shared': 3.4.21
magic-string: 0.30.7
unplugin: 1.6.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: false
@@ -1640,21 +1640,21 @@ packages:
rfdc: 1.3.1
dev: true
/@vue/language-core@2.0.5(typescript@5.3.3):
resolution: {integrity: sha512-knGXuQqhDSO7QJr8LFklsiWa23N2ikehkdVxtc9UKgnyqsnusughS2Tkg7VN8Hqed35X0B52Z+OGI5OrT/8uxQ==}
/@vue/language-core@2.0.6(typescript@5.4.2):
resolution: {integrity: sha512-UzqU12tzf9XLqRO3TiWPwRNpP4fyUzE6MAfOQWQNZ4jy6a30ARRUpmODDKq6O8C4goMc2AlPqTmjOHPjHkilSg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@volar/language-core': 2.1.1
'@volar/language-core': 2.1.2
'@vue/compiler-dom': 3.4.21
'@vue/shared': 3.4.21
computeds: 0.0.1
minimatch: 9.0.3
path-browserify: 1.0.1
typescript: 5.3.3
typescript: 5.4.2
vue-template-compiler: 2.7.15
dev: true
@@ -1683,7 +1683,7 @@ packages:
dependencies:
'@vue/compiler-ssr': 3.4.21
'@vue/shared': 3.4.21
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
/@vue/shared@3.4.20:
resolution: {integrity: sha512-KTEngal0aiUvNJ6I1Chk5Ew5XqChsFsxP4GKAYXWb99zKJWjNU72p2FWEOmZWHxHcqtniOJsgnpd3zizdpfEag==}
@@ -1702,7 +1702,7 @@ packages:
optional: true
dependencies:
js-beautify: 1.14.11
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
vue-component-type-helpers: 1.8.22
dev: true
@@ -3812,7 +3812,7 @@ packages:
engines: {node: '>=0.10.0'}
dev: false
/pinia@2.1.7(typescript@5.3.3)(vue@3.4.21):
/pinia@2.1.7(typescript@5.4.2)(vue@3.4.21):
resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
peerDependencies:
'@vue/composition-api': ^1.4.0
@@ -3825,8 +3825,8 @@ packages:
optional: true
dependencies:
'@vue/devtools-api': 6.5.1
typescript: 5.3.3
vue: 3.4.21(typescript@5.3.3)
typescript: 5.4.2
vue: 3.4.21(typescript@5.4.2)
vue-demi: 0.14.6(vue@3.4.21)
/pirates@4.0.6:
@@ -3893,7 +3893,7 @@ packages:
dependencies:
lilconfig: 2.1.0
postcss: 8.4.35
ts-node: 10.9.2(@types/node@20.11.24)(typescript@5.3.3)
ts-node: 10.9.2(@types/node@20.11.25)(typescript@5.4.2)
yaml: 2.3.4
dev: false
@@ -3961,8 +3961,8 @@ packages:
resolution: {integrity: sha512-nHHTeFVBTHRGxJXKkKu5hT8C/YWBkPso4/Gad6xuj5dbptt9iF9NZr9pHbPhBrnT2klheu7mHTxTZ/LjwJiEiQ==}
dev: true
/prettier-plugin-tailwindcss@0.5.11(prettier@3.2.5):
resolution: {integrity: sha512-AvI/DNyMctyyxGOjyePgi/gqj5hJYClZ1avtQvLlqMT3uDZkRbi4HhGUpok3DRzv9z7Lti85Kdj3s3/1CeNI0w==}
/prettier-plugin-tailwindcss@0.5.12(prettier@3.2.5):
resolution: {integrity: sha512-o74kiDBVE73oHW+pdkFSluHBL3cYEvru5YgEqNkBMFF7Cjv+w1vI565lTlfoJT4VLWDe0FMtZ7FkE/7a4pMXSQ==}
engines: {node: '>=14.21.3'}
peerDependencies:
'@ianvs/prettier-plugin-sort-imports': '*'
@@ -3977,6 +3977,7 @@ packages:
prettier-plugin-marko: '*'
prettier-plugin-organize-attributes: '*'
prettier-plugin-organize-imports: '*'
prettier-plugin-sort-imports: '*'
prettier-plugin-style-order: '*'
prettier-plugin-svelte: '*'
prettier-plugin-twig-melody: '*'
@@ -4003,6 +4004,8 @@ packages:
optional: true
prettier-plugin-organize-imports:
optional: true
prettier-plugin-sort-imports:
optional: true
prettier-plugin-style-order:
optional: true
prettier-plugin-svelte:
@@ -4560,7 +4563,7 @@ packages:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
dev: false
/ts-node@10.9.2(@types/node@20.11.24)(typescript@5.3.3):
/ts-node@10.9.2(@types/node@20.11.25)(typescript@5.4.2):
resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
hasBin: true
peerDependencies:
@@ -4579,14 +4582,14 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
'@types/node': 20.11.24
'@types/node': 20.11.25
acorn: 8.11.2
acorn-walk: 8.3.0
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
typescript: 5.3.3
typescript: 5.4.2
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
@@ -4604,8 +4607,8 @@ packages:
engines: {node: '>=14.16'}
dev: true
/typescript@5.3.3:
resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
/typescript@5.4.2:
resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==}
engines: {node: '>=14.17'}
hasBin: true
@@ -4685,7 +4688,7 @@ packages:
dependencies:
'@antfu/utils': 0.7.7
unplugin: 1.6.0
vite: 5.1.5(@types/node@20.11.24)
vite: 5.1.5(@types/node@20.11.25)
dev: false
/unplugin-icons@0.18.5(@vue/compiler-sfc@3.4.21):
@@ -4743,7 +4746,7 @@ packages:
minimatch: 9.0.3
resolve: 1.22.8
unplugin: 1.5.1
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
- supports-color
@@ -4761,7 +4764,7 @@ packages:
- vue
dev: false
/unplugin-vue-macros@2.7.10(@vueuse/core@10.9.0)(typescript@5.3.3)(vite@5.1.5)(vue@3.4.21):
/unplugin-vue-macros@2.7.10(@vueuse/core@10.9.0)(typescript@5.4.2)(vite@5.1.5)(vue@3.4.21):
resolution: {integrity: sha512-4saYre3PEX2yL7CTAf4yvQ5Aq/qygTDxRXGnIoe4Lvg2IabMRlx4QiaKLNRuMY3kYLYKhXhxOcJKGy2O/iOfBg==}
engines: {node: '>=16.14.0'}
peerDependencies:
@@ -4778,7 +4781,7 @@ packages:
'@vue-macros/define-props-refs': 1.2.2(vue@3.4.21)
'@vue-macros/define-render': 1.5.2(vue@3.4.21)
'@vue-macros/define-slots': 1.1.2(vue@3.4.21)
'@vue-macros/devtools': 0.2.0(typescript@5.3.3)(vite@5.1.5)
'@vue-macros/devtools': 0.2.0(typescript@5.4.2)(vite@5.1.5)
'@vue-macros/export-expose': 0.1.2(vue@3.4.21)
'@vue-macros/export-props': 0.4.2(vue@3.4.21)
'@vue-macros/export-render': 0.2.2(vue@3.4.21)
@@ -4795,7 +4798,7 @@ packages:
unplugin: 1.6.0
unplugin-combine: 0.8.1(vite@5.1.5)
unplugin-vue-define-options: 1.4.2(vue@3.4.21)
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- '@vueuse/core'
- esbuild
@@ -4857,7 +4860,7 @@ packages:
convert-source-map: 2.0.0
dev: true
/vite-node@1.3.1(@types/node@20.11.24):
/vite-node@1.3.1(@types/node@20.11.25):
resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -4866,7 +4869,7 @@ packages:
debug: 4.3.4
pathe: 1.1.2
picocolors: 1.0.0
vite: 5.1.5(@types/node@20.11.24)
vite: 5.1.5(@types/node@20.11.25)
transitivePeerDependencies:
- '@types/node'
- less
@@ -4896,7 +4899,7 @@ packages:
json5: 2.2.3
local-pkg: 0.5.0
picocolors: 1.0.0
vite: 5.1.5(@types/node@20.11.24)
vite: 5.1.5(@types/node@20.11.25)
yaml: 2.3.4
transitivePeerDependencies:
- supports-color
@@ -4911,14 +4914,14 @@ packages:
dependencies:
debug: 4.3.4
fast-glob: 3.3.2
vite: 5.1.5(@types/node@20.11.24)
vue: 3.4.21(typescript@5.3.3)
vite: 5.1.5(@types/node@20.11.25)
vue: 3.4.21(typescript@5.4.2)
vue-router: 4.3.0(vue@3.4.21)
transitivePeerDependencies:
- supports-color
dev: false
/vite@5.1.5(@types/node@20.11.24):
/vite@5.1.5(@types/node@20.11.25):
resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -4946,15 +4949,15 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
esbuild: 0.19.8
postcss: 8.4.35
rollup: 4.6.0
optionalDependencies:
fsevents: 2.3.3
/vitepress@1.0.0-rc.44(@algolia/client-search@4.22.0)(@types/node@20.11.24)(fuse.js@7.0.0)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.3.3):
resolution: {integrity: sha512-tO5taxGI7fSpBK1D8zrZTyJJERlyU9nnt0jHSt3fywfq3VKn977Hg0wUuTkEmwXlFYwuW26+6+3xorf4nD3XvA==}
/vitepress@1.0.0-rc.45(@algolia/client-search@4.22.0)(@types/node@20.11.25)(fuse.js@7.0.0)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.4.2):
resolution: {integrity: sha512-/OiYsu5UKpQKA2c0BAZkfyywjfauDjvXyv6Mo4Ra57m5n4Bxg1HgUGoth1CLH2vwUbR/BHvDA9zOM0RDvgeSVQ==}
hasBin: true
peerDependencies:
markdown-it-mathjax3: ^4.3.2
@@ -4979,8 +4982,8 @@ packages:
minisearch: 6.3.0
postcss: 8.4.35
shiki: 1.1.5
vite: 5.1.5(@types/node@20.11.24)
vue: 3.4.21(typescript@5.3.3)
vite: 5.1.5(@types/node@20.11.25)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/node'
@@ -5009,7 +5012,7 @@ packages:
- universal-cookie
dev: true
/vitest@1.3.1(@types/node@20.11.24)(jsdom@24.0.0):
/vitest@1.3.1(@types/node@20.11.25)(jsdom@24.0.0):
resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -5034,7 +5037,7 @@ packages:
jsdom:
optional: true
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
'@vitest/expect': 1.3.1
'@vitest/runner': 1.3.1
'@vitest/snapshot': 1.3.1
@@ -5053,8 +5056,8 @@ packages:
strip-literal: 2.0.0
tinybench: 2.5.1
tinypool: 0.8.2
vite: 5.1.5(@types/node@20.11.24)
vite-node: 1.3.1(@types/node@20.11.24)
vite: 5.1.5(@types/node@20.11.25)
vite-node: 1.3.1(@types/node@20.11.25)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@@ -5082,7 +5085,7 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
/vue-demi@0.14.7(vue@3.4.21):
resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==}
@@ -5096,7 +5099,7 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
/vue-i18n@9.10.1(vue@3.4.21):
resolution: {integrity: sha512-37HVJQZ/pZaRXGzFmmMomM1u1k7kndv3xCBPYHKEVfv5W3UVK67U/TpBug71ILYLNmjHLHdvTUPRF81pFT5fFg==}
@@ -5107,7 +5110,7 @@ packages:
'@intlify/core-base': 9.10.1
'@intlify/shared': 9.10.1
'@vue/devtools-api': 6.5.1
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
dev: false
/vue-router@4.3.0(vue@3.4.21):
@@ -5116,7 +5119,7 @@ packages:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.5.1
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
dev: false
/vue-template-compiler@2.7.15:
@@ -5126,19 +5129,19 @@ packages:
he: 1.2.0
dev: true
/vue-tsc@2.0.5(typescript@5.3.3):
resolution: {integrity: sha512-e8WCgOVTrbmC04XPnI+IpaMTFYKaTm5s/MXFcvxO1l9kxzn+9FpGNVrBSlQE8VpTJaJg4kaBK1nj3NC20VJzjw==}
/vue-tsc@2.0.6(typescript@5.4.2):
resolution: {integrity: sha512-kK50W4XqQL34vHRkxlRWLicrT6+F9xfgCgJ4KSmCHcytKzc1u3c94XXgI+CjmhOSxyw0krpExF7Obo7y4+0dVQ==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
'@volar/typescript': 2.1.1
'@vue/language-core': 2.0.5(typescript@5.3.3)
'@volar/typescript': 2.1.2
'@vue/language-core': 2.0.6(typescript@5.4.2)
semver: 7.6.0
typescript: 5.3.3
typescript: 5.4.2
dev: true
/vue@3.4.21(typescript@5.3.3):
/vue@3.4.21(typescript@5.4.2):
resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==}
peerDependencies:
typescript: '*'
@@ -5151,7 +5154,7 @@ packages:
'@vue/runtime-dom': 3.4.21
'@vue/server-renderer': 3.4.21(vue@3.4.21)
'@vue/shared': 3.4.21
typescript: 5.3.3
typescript: 5.4.2
/w3c-xmlserializer@5.0.0:
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}