From 20e93aef9ac1fb5fc8aec3d9cd605e817d1db27e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:20:52 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .nvmrc | 2 +- Dockerfile | 4 +- go.mod | 4 +- go.sum | 4 +- internal/cmd/protoc-gen-customizer/go.mod | 2 +- internal/cmd/protoc-gen-fronthelper/go.mod | 2 +- package.json | 6 +- pnpm-lock.yaml | 78 ++++++++++------------ 8 files changed, 46 insertions(+), 56 deletions(-) diff --git a/.nvmrc b/.nvmrc index ec7ba0e9b..1d9b7831b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.10.0 +22.12.0 diff --git a/Dockerfile b/Dockerfile index 578b788cf..9efcff75d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Frontend Build -FROM docker.io/library/node:22.10.0-alpine3.20 AS nodebuilder +FROM docker.io/library/node:22.12.0-alpine3.20 AS nodebuilder ARG NUXT_UI_PRO_LICENSE WORKDIR /app COPY . ./ @@ -16,7 +16,7 @@ RUN rm -rf ./.nuxt/ && \ NUXT_UI_PRO_LICENSE=${NUXT_UI_PRO_LICENSE} pnpm generate # Backend Build -FROM docker.io/library/golang:1.23.3 AS gobuilder +FROM docker.io/library/golang:1.23.4 AS gobuilder WORKDIR /go/src/github.com/fivenet-app/fivenet/ COPY . ./ RUN apt-get update && \ diff --git a/go.mod b/go.mod index f1f24d5a6..fe643a48c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fivenet-app/fivenet -go 1.23.3 +go 1.23.4 require ( github.com/Code-Hex/go-generics-cache v1.5.1 @@ -37,7 +37,7 @@ require ( github.com/microcosm-cc/bluemonday v1.0.27 github.com/minio/minio-go/v7 v7.0.81 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f - github.com/nats-io/nats-server/v2 v2.10.22 + github.com/nats-io/nats-server/v2 v2.10.23 github.com/nats-io/nats.go v1.37.0 github.com/nicksnyder/go-i18n/v2 v2.4.1 github.com/ory/dockertest/v3 v3.11.0 diff --git a/go.sum b/go.sum index 33f019d2c..a3fa6ac02 100644 --- a/go.sum +++ b/go.sum @@ -676,8 +676,8 @@ github.com/nats-io/jwt v0.3.2/go.mod h1:/euKqTS1ZD+zzjYrY7pseZrTtWQSjujC7xjPc8wL github.com/nats-io/jwt/v2 v2.7.2 h1:SCRjfDLJ2q8naXp8YlGJJS5/yj3wGSODFYVi4nnwVMw= github.com/nats-io/jwt/v2 v2.7.2/go.mod h1:kB6QUmqHG6Wdrzj0KP2L+OX4xiTPBeV+NHVstFaATXU= github.com/nats-io/nats-server/v2 v2.1.2/go.mod h1:Afk+wRZqkMQs/p45uXdrVLuab3gwv3Z8C4HTBu8GD/k= -github.com/nats-io/nats-server/v2 v2.10.22 h1:Yt63BGu2c3DdMoBZNcR6pjGQwk/asrKU7VX846ibxDA= -github.com/nats-io/nats-server/v2 v2.10.22/go.mod h1:X/m1ye9NYansUXYFrbcDwUi/blHkrgHh2rgCJaakonk= +github.com/nats-io/nats-server/v2 v2.10.23 h1:jvfb9cEi5h8UG6HkZgJGdn9f1UPaX3Dohk0PohEekJI= +github.com/nats-io/nats-server/v2 v2.10.23/go.mod h1:hMFnpDT2XUXsvHglABlFl/uroQCCOcW6X/0esW6GpBk= github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzEE/Zbp4w= github.com/nats-io/nats.go v1.37.0 h1:07rauXbVnnJvv1gfIyghFEo6lUcYRY0WXc3x7x0vUxE= github.com/nats-io/nats.go v1.37.0/go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8= diff --git a/internal/cmd/protoc-gen-customizer/go.mod b/internal/cmd/protoc-gen-customizer/go.mod index 6ec0fc7f8..029b05826 100644 --- a/internal/cmd/protoc-gen-customizer/go.mod +++ b/internal/cmd/protoc-gen-customizer/go.mod @@ -1,6 +1,6 @@ module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-customizer -go 1.23.3 +go 1.23.4 require ( github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 diff --git a/internal/cmd/protoc-gen-fronthelper/go.mod b/internal/cmd/protoc-gen-fronthelper/go.mod index 852d353d0..b593d647d 100644 --- a/internal/cmd/protoc-gen-fronthelper/go.mod +++ b/internal/cmd/protoc-gen-fronthelper/go.mod @@ -1,6 +1,6 @@ module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-fronthelper -go 1.23.3 +go 1.23.4 require ( github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 diff --git a/package.json b/package.json index 68dcd6edb..8aff4ce5a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "vue-draggable-plus": "0.6.0", "vue-json-pretty": "2.4.0", "vue3-colorpicker": "2.3.0", - "zod": "3.23.8" + "zod": "3.24.0" }, "devDependencies": { "@nuxt/devtools": "1.6.3", @@ -89,7 +89,7 @@ "eslint-plugin-vue": "9.32.0", "nuxi": "3.16.0", "nuxt": "3.14.1592", - "nuxt-typed-router": "3.7.1", + "nuxt-typed-router": "3.7.2", "pinia-plugin-persistedstate": "4.1.3", "postcss": "8.4.49", "postcss-custom-properties": "14.0.4", @@ -110,6 +110,6 @@ }, "packageManager": "pnpm@9.15.0", "resolutions": { - "@nuxt/ui": "2.19.1" + "@nuxt/ui": "2.20.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1edd93fbc..d83ec0d16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false overrides: - '@nuxt/ui': 2.19.1 + '@nuxt/ui': 2.20.0 importers: @@ -135,8 +135,8 @@ importers: specifier: 2.3.0 version: 2.3.0(@aesoper/normal-utils@0.1.5)(@popperjs/core@2.11.8)(@vueuse/core@12.0.0(typescript@5.7.2))(gradient-parser@1.0.2)(lodash-es@4.17.21)(tinycolor2@1.6.0)(vue-types@4.2.1(vue@3.5.13(typescript@5.7.2)))(vue@3.5.13(typescript@5.7.2)) zod: - specifier: 3.23.8 - version: 3.23.8 + specifier: 3.24.0 + version: 3.24.0 devDependencies: '@nuxt/devtools': specifier: 1.6.3 @@ -214,8 +214,8 @@ importers: specifier: 3.14.1592 version: 3.14.1592(@parcel/watcher@2.5.0)(@types/node@22.10.1)(eslint@9.16.0(jiti@2.4.1))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.4)(sass@1.82.0)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)(sass@1.82.0)(terser@5.36.0))(vue-tsc@2.1.10(typescript@5.7.2)) nuxt-typed-router: - specifier: 3.7.1 - version: 3.7.1(magicast@0.3.5)(prettier@3.4.2)(rollup@4.24.4) + specifier: 3.7.2 + version: 3.7.2(magicast@0.3.5)(prettier@3.4.2)(rollup@4.24.4) pinia-plugin-persistedstate: specifier: 4.1.3 version: 4.1.3(@pinia/nuxt@0.9.0(magicast@0.3.5)(pinia@2.3.0(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)))(rollup@4.24.4))(magicast@0.3.5)(pinia@2.3.0(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)))(rollup@4.24.4) @@ -1236,8 +1236,8 @@ packages: '@nuxt/ui-pro@1.6.0': resolution: {integrity: sha512-+5xF90x6hAgUowYmXQtDX1mIabk+G5qSzA3TsO5w/yo4LotUXA6SYxqSK/LqyfXWh2WNGvEdlHM6/UARbCcK0Q==} - '@nuxt/ui@2.19.1': - resolution: {integrity: sha512-uGTia2Yz5WyswDxvm7wqYV7ec/TiojdwSjkz/Jx7/+iIqem9aqO8AQ0BvXLBg3q7kGSb9HXo/kwx5JpK1S54JA==} + '@nuxt/ui@2.20.0': + resolution: {integrity: sha512-MfufGNlMAZgqte1C1WiaWTyz2q3Yun1O1ebsUBDSxdnnOAFFjBVQyjX4N4BGuH6KEMQXladSx3i791EFR7wp2w==} '@nuxt/vite-builder@3.14.1592': resolution: {integrity: sha512-GVS7vkBJAGv13ghmjgGrS2QVyzoqxQ5+cAUrMeMjKbY7GnRY7/uOkoLmznYx8E/U9HBUyHQa+wSN2ZfcSiEytQ==} @@ -2150,8 +2150,8 @@ packages: peerDependencies: vue: '>=2.7 || >=3' - '@vueuse/integrations@11.3.0': - resolution: {integrity: sha512-5fzRl0apQWrDezmobchoiGTkGw238VWESxZHazfhP3RM7pDSiyXy18QbfYkILoYNTd23HPAfQTJpkUc5QbkwTw==} + '@vueuse/integrations@12.0.0': + resolution: {integrity: sha512-M16fkVp+i4je75I7uvifMbJKHFrjx2+0LuHEH9++iPJ11zc4SRy5NdRN0z2NR+a54eQ5Gs2Ds7pby5ST96zxCA==} peerDependencies: async-validator: ^4 axios: ^1 @@ -2191,8 +2191,8 @@ packages: universal-cookie: optional: true - '@vueuse/math@11.3.0': - resolution: {integrity: sha512-rgLQGx1ES6gkuf8C4w1jwJa1DDtLYycDVUOjYWu7vYOfezJYjKPCIn5aefVDEQDTybBOqVpOqDovaWh+C+ZwLA==} + '@vueuse/math@12.0.0': + resolution: {integrity: sha512-Eqeqy2WyTJTdd6eAKYNLD4eK9IGKavX3hyRX9mI6VdNMcWQ7wH7M7Cd/vz95eS8Y/mkHumNJrzsWoLY+P2pOTQ==} '@vueuse/metadata@11.3.0': resolution: {integrity: sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==} @@ -4534,11 +4534,6 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.0.8: - resolution: {integrity: sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==} - engines: {node: ^18 || >=20} - hasBin: true - nanoid@5.0.9: resolution: {integrity: sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==} engines: {node: ^18 || >=20} @@ -4644,8 +4639,8 @@ packages: nuxt-site-config@3.0.4: resolution: {integrity: sha512-t/Ooic/Kc+yEZZVEmR64Jwp69Wx/nQVNeFmiFJMPCFBrDmfOrncK4yxnrTUh99dPLsLzGITH4Cv40KGvbyfXaw==} - nuxt-typed-router@3.7.1: - resolution: {integrity: sha512-4hlPVT18JqlXmM6mgKciOH8DQg6FldkccBN6JQV7+fkPkwVNkzfNwGdlS96LcMeyRQZpayN8SCgPz7cOHYvYFw==} + nuxt-typed-router@3.7.2: + resolution: {integrity: sha512-1gYVEO6A1XNZAvuWF5JQEOczRku1aR1wJ+FK+07SWDWIa2xUjuCEurOB3ik2FcZ8Fgr+W1LMIpO7I5HK+1EHOw==} peerDependencies: prettier: ^2.5.x || 3.x @@ -6526,8 +6521,8 @@ packages: resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} engines: {node: '>= 14'} - zod@3.23.8: - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + zod@3.24.0: + resolution: {integrity: sha512-Hz+wiY8yD0VLA2k/+nsg2Abez674dDGTai33SwNvMPuf9uIrBC9eFgIMQxBBbHFxVXi8W+5nX9DcAh9YNSQm/w==} zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -7766,7 +7761,7 @@ snapshots: is-docker: 3.0.0 jiti: 1.21.6 mri: 1.2.0 - nanoid: 5.0.8 + nanoid: 5.0.9 ofetch: 1.4.1 package-manager-detector: 0.2.2 parse-git-config: 3.0.0 @@ -7782,7 +7777,7 @@ snapshots: '@nuxt/ui-pro@1.6.0(change-case@5.4.4)(magicast@0.3.5)(rollup@4.24.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)(sass@1.82.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2))': dependencies: '@iconify-json/vscode-icons': 1.2.4 - '@nuxt/ui': 2.19.1(change-case@5.4.4)(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.10.1)(sass@1.82.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)) + '@nuxt/ui': 2.20.0(change-case@5.4.4)(magicast@0.3.5)(rollup@4.24.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)(sass@1.82.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)) '@vueuse/core': 12.0.0(typescript@5.7.2) defu: 6.1.4 git-url-parse: 16.0.0 @@ -7793,7 +7788,6 @@ snapshots: tailwind-merge: 2.5.5 vue3-smooth-dnd: 0.0.6(vue@3.5.13(typescript@5.7.2)) transitivePeerDependencies: - - '@vue/composition-api' - async-validator - axios - change-case @@ -7814,7 +7808,7 @@ snapshots: - vue - webpack-sources - '@nuxt/ui@2.19.1(change-case@5.4.4)(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.10.1)(sass@1.82.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2))': + '@nuxt/ui@2.20.0(change-case@5.4.4)(magicast@0.3.5)(rollup@4.24.4)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)(sass@1.82.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2))': dependencies: '@headlessui/tailwindcss': 0.2.1(tailwindcss@3.4.16) '@headlessui/vue': 1.7.23(vue@3.5.13(typescript@5.7.2)) @@ -7828,9 +7822,9 @@ snapshots: '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.16) '@tailwindcss/forms': 0.5.9(tailwindcss@3.4.16) '@tailwindcss/typography': 0.5.15(tailwindcss@3.4.16) - '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.7.2)) - '@vueuse/integrations': 11.3.0(change-case@5.4.4)(fuse.js@7.0.0)(vue@3.5.13(typescript@5.7.2)) - '@vueuse/math': 11.3.0(vue@3.5.13(typescript@5.7.2)) + '@vueuse/core': 12.0.0(typescript@5.7.2) + '@vueuse/integrations': 12.0.0(change-case@5.4.4)(fuse.js@7.0.0)(typescript@5.7.2) + '@vueuse/math': 12.0.0(typescript@5.7.2) defu: 6.1.4 fuse.js: 7.0.0 ohash: 1.1.4 @@ -7839,7 +7833,6 @@ snapshots: tailwind-merge: 2.5.5 tailwindcss: 3.4.16 transitivePeerDependencies: - - '@vue/composition-api' - async-validator - axios - change-case @@ -7854,6 +7847,7 @@ snapshots: - sortablejs - supports-color - ts-node + - typescript - universal-cookie - vite - vue @@ -9136,25 +9130,23 @@ snapshots: '@unhead/vue': 1.11.11(vue@3.5.13(typescript@5.7.2)) vue: 3.5.13(typescript@5.7.2) - '@vueuse/integrations@11.3.0(change-case@5.4.4)(fuse.js@7.0.0)(vue@3.5.13(typescript@5.7.2))': + '@vueuse/integrations@12.0.0(change-case@5.4.4)(fuse.js@7.0.0)(typescript@5.7.2)': dependencies: - '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.7.2)) - '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.7.2)) - vue-demi: 0.14.10(vue@3.5.13(typescript@5.7.2)) + '@vueuse/core': 12.0.0(typescript@5.7.2) + '@vueuse/shared': 12.0.0(typescript@5.7.2) + vue: 3.5.13(typescript@5.7.2) optionalDependencies: change-case: 5.4.4 fuse.js: 7.0.0 transitivePeerDependencies: - - '@vue/composition-api' - - vue + - typescript - '@vueuse/math@11.3.0(vue@3.5.13(typescript@5.7.2))': + '@vueuse/math@12.0.0(typescript@5.7.2)': dependencies: - '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.7.2)) - vue-demi: 0.14.10(vue@3.5.13(typescript@5.7.2)) + '@vueuse/shared': 12.0.0(typescript@5.7.2) + vue: 3.5.13(typescript@5.7.2) transitivePeerDependencies: - - '@vue/composition-api' - - vue + - typescript '@vueuse/metadata@11.3.0': {} @@ -11822,8 +11814,6 @@ snapshots: nanoid@3.3.7: {} - nanoid@5.0.8: {} - nanoid@5.0.9: {} nanotar@0.1.1: {} @@ -12024,7 +12014,7 @@ snapshots: - vue - webpack-sources - nuxt-typed-router@3.7.1(magicast@0.3.5)(prettier@3.4.2)(rollup@4.24.4): + nuxt-typed-router@3.7.2(magicast@0.3.5)(prettier@3.4.2)(rollup@4.24.4): dependencies: '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4) chalk: 5.3.0 @@ -12047,7 +12037,7 @@ snapshots: '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4) dedupe: 4.0.3 defu: 6.1.4 - zod: 3.23.8 + zod: 3.24.0 transitivePeerDependencies: - magicast - rollup @@ -14155,6 +14145,6 @@ snapshots: compress-commons: 6.0.2 readable-stream: 4.5.2 - zod@3.23.8: {} + zod@3.24.0: {} zwitch@2.0.4: {}