diff --git a/go.mod b/go.mod index b4e4d78c..6992a58e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ require ( github.com/alexflint/go-arg v1.4.3 github.com/beme/abide v0.0.0-20190723115211-635a09831760 github.com/docker/distribution v2.8.2+incompatible // indirect - github.com/docker/docker v24.0.6+incompatible + github.com/docker/docker v24.0.7+incompatible github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/dustin/go-humanize v1.0.1 diff --git a/go.sum b/go.sum index 51ce0cd0..30c66296 100644 --- a/go.sum +++ b/go.sum @@ -67,6 +67,8 @@ github.com/docker/docker v24.0.5+incompatible h1:WmgcE4fxyI6EEXxBRxsHnZXrO1pQ3sm github.com/docker/docker v24.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE= github.com/docker/docker v24.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM= +github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= diff --git a/package.json b/package.json index 0e817b07..150ea41c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": { "url": "https://github.com/amir20/dozzle/issues" }, - "packageManager": "pnpm@8.9.2", + "packageManager": "pnpm@8.10.0", "repository": { "type": "git", "url": "git+https://github.com/amir20/dozzle.git" @@ -47,7 +47,7 @@ "d3-selection": "^3.0.0", "d3-shape": "^3.2.0", "d3-transition": "^3.0.1", - "daisyui": "^3.9.3", + "daisyui": "^3.9.4", "date-fns": "^2.30.0", "entities": "^4.5.0", "fuse.js": "^7.0.0", @@ -57,7 +57,7 @@ "postcss-mixins": "^9.0.4", "splitpanes": "^3.1.5", "tailwindcss": "^3.3.5", - "unplugin-auto-import": "^0.16.6", + "unplugin-auto-import": "^0.16.7", "unplugin-icons": "^0.17.1", "unplugin-vue-components": "^0.25.2", "unplugin-vue-macros": "^2.6.1", @@ -65,7 +65,7 @@ "vite-plugin-pages": "^0.31.0", "vite-plugin-vue-layouts": "^0.8.0", "vue": "^3.3.7", - "vue-i18n": "^9.5.0", + "vue-i18n": "^9.6.1", "vue-router": "^4.2.5" }, "devDependencies": { @@ -98,7 +98,7 @@ "typescript": "^5.2.2", "vitepress": "1.0.0-rc.24", "vitest": "^0.34.6", - "vue-tsc": "^1.8.21" + "vue-tsc": "^1.8.22" }, "lint-staged": { "*.{js,vue,css,ts,html,md}": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6e628efe..2959100d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ dependencies: version: 1.1.6 '@intlify/unplugin-vue-i18n': specifier: ^1.4.0 - version: 1.4.0(vue-i18n@9.6.0) + version: 1.4.0(vue-i18n@9.6.1) '@vueuse/components': specifier: ^10.5.0 version: 10.5.0(vue@3.3.7) @@ -66,8 +66,8 @@ dependencies: specifier: ^3.0.1 version: 3.0.1(d3-selection@3.0.0) daisyui: - specifier: ^3.9.3 - version: 3.9.3(ts-node@10.9.1) + specifier: ^3.9.4 + version: 3.9.4(ts-node@10.9.1) date-fns: specifier: ^2.30.0 version: 2.30.0 @@ -96,7 +96,7 @@ dependencies: specifier: ^3.3.5 version: 3.3.5(ts-node@10.9.1) unplugin-auto-import: - specifier: ^0.16.6 + specifier: ^0.16.7 version: 0.16.7(@vueuse/core@10.5.0) unplugin-icons: specifier: ^0.17.1 @@ -120,8 +120,8 @@ dependencies: specifier: ^3.3.7 version: 3.3.7(typescript@5.2.2) vue-i18n: - specifier: ^9.5.0 - version: 9.6.0(vue@3.3.7) + specifier: ^9.6.1 + version: 9.6.1(vue@3.3.7) vue-router: specifier: ^4.2.5 version: 4.2.5(vue@3.3.7) @@ -215,8 +215,8 @@ devDependencies: specifier: ^0.34.6 version: 0.34.6(jsdom@22.1.0) vue-tsc: - specifier: ^1.8.21 - version: 1.8.21(typescript@5.2.2) + specifier: ^1.8.22 + version: 1.8.22(typescript@5.2.2) packages: @@ -686,7 +686,7 @@ packages: - supports-color dev: false - /@intlify/bundle-utils@7.4.0(vue-i18n@9.6.0): + /@intlify/bundle-utils@7.4.0(vue-i18n@9.6.1): resolution: {integrity: sha512-AQfjBe2HUxzyN8ignIk3WhhSuVcSuirgzOzkd17nb337rCbI4Gv/t1R60UUyIqFoFdviLb/wLcDUzTD/xXjv9w==} engines: {node: '>= 14.16'} peerDependencies: @@ -707,16 +707,16 @@ packages: magic-string: 0.30.5 mlly: 1.4.2 source-map-js: 1.0.2 - vue-i18n: 9.6.0(vue@3.3.7) + vue-i18n: 9.6.1(vue@3.3.7) yaml-eslint-parser: 1.2.2 dev: false - /@intlify/core-base@9.6.0: - resolution: {integrity: sha512-9xWsUFrQq4iP1amH3cEIlUHsCXO541RGRDfrKqaDhlYvMbf2qTzpSjqeL3kWw1b+rC8XWHw+cgZXa4VPdOzqfg==} + /@intlify/core-base@9.6.1: + resolution: {integrity: sha512-cjyCVQA22wN2qsoCjBuB+ID8lYCriDRwCLcr+gQzrbQIfhhXpFnX9NkKG15b7gu7Lo2tkzdZLoYlW3wQQRR5UA==} engines: {node: '>= 16'} dependencies: - '@intlify/message-compiler': 9.6.0 - '@intlify/shared': 9.6.0 + '@intlify/message-compiler': 9.6.1 + '@intlify/shared': 9.6.1 dev: false /@intlify/message-compiler@9.6.0: @@ -727,12 +727,25 @@ packages: source-map-js: 1.0.2 dev: false + /@intlify/message-compiler@9.6.1: + resolution: {integrity: sha512-kTOCEtKLg0pwz7Fh2z6to17jljy7kuZ1J77uGxCe3s+rixl1w0fXdaGvO59f9PwYSygR7Fe43I09EoSeuRW4UA==} + engines: {node: '>= 16'} + dependencies: + '@intlify/shared': 9.6.1 + source-map-js: 1.0.2 + dev: false + /@intlify/shared@9.6.0: resolution: {integrity: sha512-vZeID7kn10rhgRYZQvjULTOYXDGnC0j49HI0AD9CK08aj4nWmlPai/8awTsMg0qrfHVMTna8ZMNmBZNyFAUCfA==} engines: {node: '>= 16'} dev: false - /@intlify/unplugin-vue-i18n@1.4.0(vue-i18n@9.6.0): + /@intlify/shared@9.6.1: + resolution: {integrity: sha512-gD7r6xwG7II74JsJUXcVY0AvTyB5t7mlsB2WTot0ZncTLILQbyEeJtUOmvpvAXrh9TUr4jGPwhTC7SKtxjhl5A==} + engines: {node: '>= 16'} + dev: false + + /@intlify/unplugin-vue-i18n@1.4.0(vue-i18n@9.6.1): resolution: {integrity: sha512-RGDchCRBlDTyVVFgPA1C1XC1uD4xYN81Ma+3EnU6GQ8pBEreraX/PWdPXXzOB6k9GWCQHuqii3atYXhcH3rpSg==} engines: {node: '>= 14.16'} peerDependencies: @@ -747,7 +760,7 @@ packages: vue-i18n-bridge: optional: true dependencies: - '@intlify/bundle-utils': 7.4.0(vue-i18n@9.6.0) + '@intlify/bundle-utils': 7.4.0(vue-i18n@9.6.1) '@intlify/shared': 9.6.0 '@rollup/pluginutils': 5.0.5(rollup@3.29.4) '@vue/compiler-sfc': 3.3.7 @@ -759,7 +772,7 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 unplugin: 1.5.0 - vue-i18n: 9.6.0(vue@3.3.7) + vue-i18n: 9.6.1(vue@3.3.7) transitivePeerDependencies: - rollup - supports-color @@ -1459,8 +1472,8 @@ packages: /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} - /@vue/language-core@1.8.21(typescript@5.2.2): - resolution: {integrity: sha512-dKQJc1xfWIZfv6BeXyxz3SSNrC7npJpDIN/VOb1rodAm4o247TElrXOHYAJdV9x1KilaEUo3YbnQE+WA3vQwMw==} + /@vue/language-core@1.8.22(typescript@5.2.2): + resolution: {integrity: sha512-bsMoJzCrXZqGsxawtUea1cLjUT9dZnDsy5TuZ+l1fxRMzUGQUG9+Ypq4w//CqpWmrx7nIAJpw2JVF/t258miRw==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -2236,8 +2249,8 @@ packages: d3-timer: 3.0.1 dev: false - /daisyui@3.9.3(ts-node@10.9.1): - resolution: {integrity: sha512-8li177QCu6dqlEOzE3h/dAV1y9Movbjx5bzJIO/hNqMNZtJkbHM0trjTzbDejV7N57eNGdjBvAGtxZYKzS4jow==} + /daisyui@3.9.4(ts-node@10.9.1): + resolution: {integrity: sha512-fvi2RGH4YV617/6DntOVGcOugOPym9jTGWW2XySb5ZpvdWO4L7bEG77VHirrnbRUEWvIEVXkBpxUz2KFj0rVnA==} engines: {node: '>=16.9.0'} dependencies: colord: 2.9.3 @@ -4869,14 +4882,14 @@ packages: dependencies: vue: 3.3.7(typescript@5.2.2) - /vue-i18n@9.6.0(vue@3.3.7): - resolution: {integrity: sha512-DSUaHmc2qpXpB0oeHXrW4JtOXnzpmAeaPopDIlubRyXkxIdbzGTsQekZYrCoI3rCEouYKwD1tIw01/YYSYqWAw==} + /vue-i18n@9.6.1(vue@3.3.7): + resolution: {integrity: sha512-hjCmJzyHJBl+ru0jmC3RTEzyj+oDHP8IURTa003R6//4OTEY6pwz2scvvq2mM3C0UV4wD5XWH1xrtYQF7Ks5Fg==} engines: {node: '>= 16'} peerDependencies: vue: ^3.0.0 dependencies: - '@intlify/core-base': 9.6.0 - '@intlify/shared': 9.6.0 + '@intlify/core-base': 9.6.1 + '@intlify/shared': 9.6.1 '@vue/devtools-api': 6.5.1 vue: 3.3.7(typescript@5.2.2) dev: false @@ -4897,14 +4910,14 @@ packages: he: 1.2.0 dev: true - /vue-tsc@1.8.21(typescript@5.2.2): - resolution: {integrity: sha512-gc9e+opdeF0zKixaadXT5v2s+x+77oqpuza/vwqDhdDyEeLZUOmZaVeb9noZpkdhFaLq7t7ils/7lFU8E/Hgew==} + /vue-tsc@1.8.22(typescript@5.2.2): + resolution: {integrity: sha512-j9P4kHtW6eEE08aS5McFZE/ivmipXy0JzrnTgbomfABMaVKx37kNBw//irL3+LlE3kOo63XpnRigyPC3w7+z+A==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/typescript': 1.10.5 - '@vue/language-core': 1.8.21(typescript@5.2.2) + '@vue/language-core': 1.8.22(typescript@5.2.2) semver: 7.5.4 typescript: 5.2.2 dev: true