mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
chore(deps): update all non-major dependencies
This commit is contained in:
@@ -61,7 +61,7 @@ services:
|
|||||||
|
|
||||||
playwright:
|
playwright:
|
||||||
container_name: playwright
|
container_name: playwright
|
||||||
image: mcr.microsoft.com/playwright:v1.38.0-jammy
|
image: mcr.microsoft.com/playwright:v1.38.1-jammy
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -18,7 +18,7 @@ require (
|
|||||||
github.com/opencontainers/image-spec v1.0.2 // indirect
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
||||||
github.com/sergi/go-diff v1.1.0 // indirect
|
github.com/sergi/go-diff v1.1.0 // indirect
|
||||||
github.com/sirupsen/logrus v1.9.3
|
github.com/sirupsen/logrus v1.9.3
|
||||||
github.com/spf13/afero v1.9.5
|
github.com/spf13/afero v1.10.0
|
||||||
github.com/stretchr/objx v0.5.0 // indirect
|
github.com/stretchr/objx v0.5.0 // indirect
|
||||||
github.com/stretchr/testify v1.8.4
|
github.com/stretchr/testify v1.8.4
|
||||||
golang.org/x/net v0.14.0 // indirect
|
golang.org/x/net v0.14.0 // indirect
|
||||||
|
|||||||
2
go.sum
2
go.sum
@@ -185,6 +185,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
|
|||||||
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
|
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
|
||||||
github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM=
|
github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM=
|
||||||
github.com/spf13/afero v1.9.5/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ=
|
github.com/spf13/afero v1.9.5/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ=
|
||||||
|
github.com/spf13/afero v1.10.0 h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY=
|
||||||
|
github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ=
|
||||||
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
|
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
|
||||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||||
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
|
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/amir20/dozzle/issues"
|
"url": "https://github.com/amir20/dozzle/issues"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.7.6",
|
"packageManager": "pnpm@8.8.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/amir20/dozzle.git"
|
"url": "git+https://github.com/amir20/dozzle.git"
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
"@types/d3-shape": "^3.1.3",
|
"@types/d3-shape": "^3.1.3",
|
||||||
"@types/d3-transition": "^3.0.5",
|
"@types/d3-transition": "^3.0.5",
|
||||||
"@types/lodash.debounce": "^4.0.7",
|
"@types/lodash.debounce": "^4.0.7",
|
||||||
"@types/node": "^20.8.1",
|
"@types/node": "^20.8.2",
|
||||||
"@types/semver": "^7.5.3",
|
"@types/semver": "^7.5.3",
|
||||||
"@vitejs/plugin-vue": "4.4.0",
|
"@vitejs/plugin-vue": "4.4.0",
|
||||||
"@vue/compiler-sfc": "^3.3.4",
|
"@vue/compiler-sfc": "^3.3.4",
|
||||||
|
|||||||
48
pnpm-lock.yaml
generated
48
pnpm-lock.yaml
generated
@@ -109,7 +109,7 @@ dependencies:
|
|||||||
version: 2.6.1(@vueuse/core@10.4.1)(vite@4.4.9)(vue@3.3.4)
|
version: 2.6.1(@vueuse/core@10.4.1)(vite@4.4.9)(vue@3.3.4)
|
||||||
vite:
|
vite:
|
||||||
specifier: 4.4.9
|
specifier: 4.4.9
|
||||||
version: 4.4.9(@types/node@20.8.1)
|
version: 4.4.9(@types/node@20.8.2)
|
||||||
vite-plugin-pages:
|
vite-plugin-pages:
|
||||||
specifier: ^0.31.0
|
specifier: ^0.31.0
|
||||||
version: 0.31.0(@vue/compiler-sfc@3.3.4)(vite@4.4.9)
|
version: 0.31.0(@vue/compiler-sfc@3.3.4)(vite@4.4.9)
|
||||||
@@ -158,8 +158,8 @@ devDependencies:
|
|||||||
specifier: ^4.0.7
|
specifier: ^4.0.7
|
||||||
version: 4.0.7
|
version: 4.0.7
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^20.8.1
|
specifier: ^20.8.2
|
||||||
version: 20.8.1
|
version: 20.8.2
|
||||||
'@types/semver':
|
'@types/semver':
|
||||||
specifier: ^7.5.3
|
specifier: ^7.5.3
|
||||||
version: 7.5.3
|
version: 7.5.3
|
||||||
@@ -204,13 +204,13 @@ devDependencies:
|
|||||||
version: 2.9.0
|
version: 2.9.0
|
||||||
ts-node:
|
ts-node:
|
||||||
specifier: ^10.9.1
|
specifier: ^10.9.1
|
||||||
version: 10.9.1(@types/node@20.8.1)(typescript@5.2.2)
|
version: 10.9.1(@types/node@20.8.2)(typescript@5.2.2)
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.2.2
|
specifier: ^5.2.2
|
||||||
version: 5.2.2
|
version: 5.2.2
|
||||||
vitepress:
|
vitepress:
|
||||||
specifier: 1.0.0-rc.20
|
specifier: 1.0.0-rc.20
|
||||||
version: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.8.1)(fuse.js@6.6.2)(postcss@8.4.31)(search-insights@2.8.3)
|
version: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.8.2)(fuse.js@6.6.2)(postcss@8.4.31)(search-insights@2.8.3)
|
||||||
vitest:
|
vitest:
|
||||||
specifier: ^0.34.6
|
specifier: ^0.34.6
|
||||||
version: 0.34.6(jsdom@22.1.0)
|
version: 0.34.6(jsdom@22.1.0)
|
||||||
@@ -1059,8 +1059,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
|
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@types/node@20.8.1:
|
/@types/node@20.8.2:
|
||||||
resolution: {integrity: sha512-iN6stS2QGMl50pjH0h/dIfmcEUogljAreQZ+cubPw3ISWp5fJrZw9NOh/sDHJfw92A41hCU+Ls5zTIsNYzcnuA==}
|
resolution: {integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==}
|
||||||
|
|
||||||
/@types/semver@7.5.3:
|
/@types/semver@7.5.3:
|
||||||
resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==}
|
resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==}
|
||||||
@@ -1076,7 +1076,7 @@ packages:
|
|||||||
vite: ^4.0.0
|
vite: ^4.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@@ -1310,7 +1310,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
sirv: 2.0.3
|
sirv: 2.0.3
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
@@ -3814,7 +3814,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
lilconfig: 2.1.0
|
lilconfig: 2.1.0
|
||||||
postcss: 8.4.31
|
postcss: 8.4.31
|
||||||
ts-node: 10.9.1(@types/node@20.8.1)(typescript@5.2.2)
|
ts-node: 10.9.1(@types/node@20.8.2)(typescript@5.2.2)
|
||||||
yaml: 2.3.1
|
yaml: 2.3.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
@@ -4459,7 +4459,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/ts-node@10.9.1(@types/node@20.8.1)(typescript@5.2.2):
|
/ts-node@10.9.1(@types/node@20.8.2)(typescript@5.2.2):
|
||||||
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -4478,7 +4478,7 @@ packages:
|
|||||||
'@tsconfig/node12': 1.0.11
|
'@tsconfig/node12': 1.0.11
|
||||||
'@tsconfig/node14': 1.0.3
|
'@tsconfig/node14': 1.0.3
|
||||||
'@tsconfig/node16': 1.0.3
|
'@tsconfig/node16': 1.0.3
|
||||||
'@types/node': 20.8.1
|
'@types/node': 20.8.2
|
||||||
acorn: 8.8.2
|
acorn: 8.8.2
|
||||||
acorn-walk: 8.2.0
|
acorn-walk: 8.2.0
|
||||||
arg: 4.1.3
|
arg: 4.1.3
|
||||||
@@ -4582,7 +4582,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.6
|
'@antfu/utils': 0.7.6
|
||||||
unplugin: 1.5.0
|
unplugin: 1.5.0
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/unplugin-icons@0.17.0(@vue/compiler-sfc@3.3.4):
|
/unplugin-icons@0.17.0(@vue/compiler-sfc@3.3.4):
|
||||||
@@ -4762,7 +4762,7 @@ packages:
|
|||||||
convert-source-map: 1.9.0
|
convert-source-map: 1.9.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-node@0.34.6(@types/node@20.8.1):
|
/vite-node@0.34.6(@types/node@20.8.2):
|
||||||
resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==}
|
resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==}
|
||||||
engines: {node: '>=v14.18.0'}
|
engines: {node: '>=v14.18.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@@ -4772,7 +4772,7 @@ packages:
|
|||||||
mlly: 1.4.2
|
mlly: 1.4.2
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
@@ -4802,7 +4802,7 @@ packages:
|
|||||||
json5: 2.2.3
|
json5: 2.2.3
|
||||||
local-pkg: 0.4.3
|
local-pkg: 0.4.3
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
yaml: 2.3.1
|
yaml: 2.3.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -4818,14 +4818,14 @@ packages:
|
|||||||
'@vue/compiler-sfc': 3.3.4
|
'@vue/compiler-sfc': 3.3.4
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
fast-glob: 3.2.12
|
fast-glob: 3.2.12
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
vue-router: 4.2.5(vue@3.3.4)
|
vue-router: 4.2.5(vue@3.3.4)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vite@4.4.9(@types/node@20.8.1):
|
/vite@4.4.9(@types/node@20.8.2):
|
||||||
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
|
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@@ -4853,14 +4853,14 @@ packages:
|
|||||||
terser:
|
terser:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 20.8.1
|
'@types/node': 20.8.2
|
||||||
esbuild: 0.18.19
|
esbuild: 0.18.19
|
||||||
postcss: 8.4.31
|
postcss: 8.4.31
|
||||||
rollup: 3.27.2
|
rollup: 3.27.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
/vitepress@1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.8.1)(fuse.js@6.6.2)(postcss@8.4.31)(search-insights@2.8.3):
|
/vitepress@1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.8.2)(fuse.js@6.6.2)(postcss@8.4.31)(search-insights@2.8.3):
|
||||||
resolution: {integrity: sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw==}
|
resolution: {integrity: sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -4883,7 +4883,7 @@ packages:
|
|||||||
minisearch: 6.1.0
|
minisearch: 6.1.0
|
||||||
postcss: 8.4.31
|
postcss: 8.4.31
|
||||||
shiki: 0.14.4
|
shiki: 0.14.4
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@algolia/client-search'
|
- '@algolia/client-search'
|
||||||
@@ -4945,7 +4945,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/chai': 4.3.6
|
'@types/chai': 4.3.6
|
||||||
'@types/chai-subset': 1.3.3
|
'@types/chai-subset': 1.3.3
|
||||||
'@types/node': 20.8.1
|
'@types/node': 20.8.2
|
||||||
'@vitest/expect': 0.34.6
|
'@vitest/expect': 0.34.6
|
||||||
'@vitest/runner': 0.34.6
|
'@vitest/runner': 0.34.6
|
||||||
'@vitest/snapshot': 0.34.6
|
'@vitest/snapshot': 0.34.6
|
||||||
@@ -4965,8 +4965,8 @@ packages:
|
|||||||
strip-literal: 1.3.0
|
strip-literal: 1.3.0
|
||||||
tinybench: 2.5.1
|
tinybench: 2.5.1
|
||||||
tinypool: 0.7.0
|
tinypool: 0.7.0
|
||||||
vite: 4.4.9(@types/node@20.8.1)
|
vite: 4.4.9(@types/node@20.8.2)
|
||||||
vite-node: 0.34.6(@types/node@20.8.1)
|
vite-node: 0.34.6(@types/node@20.8.2)
|
||||||
why-is-node-running: 2.2.2
|
why-is-node-running: 2.2.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
|
|||||||
Reference in New Issue
Block a user