1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2023-10-03 02:45:34 +00:00
parent b40b23b76f
commit a0e3baabbf
5 changed files with 30 additions and 28 deletions

View File

@@ -61,7 +61,7 @@ services:
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
volumes:
- .:/app

2
go.mod
View File

@@ -18,7 +18,7 @@ require (
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
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/testify v1.8.4
golang.org/x/net v0.14.0 // indirect

2
go.sum
View File

@@ -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/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.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/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=

View File

@@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/amir20/dozzle/issues"
},
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/amir20/dozzle.git"
@@ -79,7 +79,7 @@
"@types/d3-shape": "^3.1.3",
"@types/d3-transition": "^3.0.5",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.8.1",
"@types/node": "^20.8.2",
"@types/semver": "^7.5.3",
"@vitejs/plugin-vue": "4.4.0",
"@vue/compiler-sfc": "^3.3.4",

48
pnpm-lock.yaml generated
View File

@@ -109,7 +109,7 @@ dependencies:
version: 2.6.1(@vueuse/core@10.4.1)(vite@4.4.9)(vue@3.3.4)
vite:
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:
specifier: ^0.31.0
version: 0.31.0(@vue/compiler-sfc@3.3.4)(vite@4.4.9)
@@ -158,8 +158,8 @@ devDependencies:
specifier: ^4.0.7
version: 4.0.7
'@types/node':
specifier: ^20.8.1
version: 20.8.1
specifier: ^20.8.2
version: 20.8.2
'@types/semver':
specifier: ^7.5.3
version: 7.5.3
@@ -204,13 +204,13 @@ devDependencies:
version: 2.9.0
ts-node:
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:
specifier: ^5.2.2
version: 5.2.2
vitepress:
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:
specifier: ^0.34.6
version: 0.34.6(jsdom@22.1.0)
@@ -1059,8 +1059,8 @@ packages:
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
dev: false
/@types/node@20.8.1:
resolution: {integrity: sha512-iN6stS2QGMl50pjH0h/dIfmcEUogljAreQZ+cubPw3ISWp5fJrZw9NOh/sDHJfw92A41hCU+Ls5zTIsNYzcnuA==}
/@types/node@20.8.2:
resolution: {integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==}
/@types/semver@7.5.3:
resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==}
@@ -1076,7 +1076,7 @@ packages:
vite: ^4.0.0
vue: ^3.2.25
dependencies:
vite: 4.4.9(@types/node@20.8.1)
vite: 4.4.9(@types/node@20.8.2)
vue: 3.3.4
dev: true
@@ -1310,7 +1310,7 @@ packages:
optional: true
dependencies:
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
dev: false
@@ -3814,7 +3814,7 @@ packages:
dependencies:
lilconfig: 2.1.0
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
dev: false
@@ -4459,7 +4459,7 @@ packages:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
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==}
hasBin: true
peerDependencies:
@@ -4478,7 +4478,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 20.8.1
'@types/node': 20.8.2
acorn: 8.8.2
acorn-walk: 8.2.0
arg: 4.1.3
@@ -4582,7 +4582,7 @@ packages:
dependencies:
'@antfu/utils': 0.7.6
unplugin: 1.5.0
vite: 4.4.9(@types/node@20.8.1)
vite: 4.4.9(@types/node@20.8.2)
dev: false
/unplugin-icons@0.17.0(@vue/compiler-sfc@3.3.4):
@@ -4762,7 +4762,7 @@ packages:
convert-source-map: 1.9.0
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==}
engines: {node: '>=v14.18.0'}
hasBin: true
@@ -4772,7 +4772,7 @@ packages:
mlly: 1.4.2
pathe: 1.1.1
picocolors: 1.0.0
vite: 4.4.9(@types/node@20.8.1)
vite: 4.4.9(@types/node@20.8.2)
transitivePeerDependencies:
- '@types/node'
- less
@@ -4802,7 +4802,7 @@ packages:
json5: 2.2.3
local-pkg: 0.4.3
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
transitivePeerDependencies:
- supports-color
@@ -4818,14 +4818,14 @@ packages:
'@vue/compiler-sfc': 3.3.4
debug: 4.3.4
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-router: 4.2.5(vue@3.3.4)
transitivePeerDependencies:
- supports-color
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==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -4853,14 +4853,14 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 20.8.1
'@types/node': 20.8.2
esbuild: 0.18.19
postcss: 8.4.31
rollup: 3.27.2
optionalDependencies:
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==}
hasBin: true
peerDependencies:
@@ -4883,7 +4883,7 @@ packages:
minisearch: 6.1.0
postcss: 8.4.31
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
transitivePeerDependencies:
- '@algolia/client-search'
@@ -4945,7 +4945,7 @@ packages:
dependencies:
'@types/chai': 4.3.6
'@types/chai-subset': 1.3.3
'@types/node': 20.8.1
'@types/node': 20.8.2
'@vitest/expect': 0.34.6
'@vitest/runner': 0.34.6
'@vitest/snapshot': 0.34.6
@@ -4965,8 +4965,8 @@ packages:
strip-literal: 1.3.0
tinybench: 2.5.1
tinypool: 0.7.0
vite: 4.4.9(@types/node@20.8.1)
vite-node: 0.34.6(@types/node@20.8.1)
vite: 4.4.9(@types/node@20.8.2)
vite-node: 0.34.6(@types/node@20.8.2)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less