From c700a45ab621b5945b6a7dfca987545bd819978c Mon Sep 17 00:00:00 2001 From: reya Date: Thu, 1 Feb 2024 07:59:25 +0700 Subject: [PATCH] chore: update dependencies --- apps/desktop/package.json | 12 +- apps/web/package.json | 2 +- package.json | 2 +- packages/ark/package.json | 8 +- packages/lume-column-antenas/package.json | 4 +- packages/lume-column-default/package.json | 4 +- packages/lume-column-foryou/package.json | 4 +- packages/lume-column-global/package.json | 4 +- packages/lume-column-group/package.json | 4 +- packages/lume-column-hashtag/package.json | 4 +- packages/lume-column-thread/package.json | 4 +- packages/lume-column-timeline/package.json | 4 +- .../lume-column-trending-notes/package.json | 4 +- packages/lume-column-user/package.json | 4 +- packages/lume-column-waifu/package.json | 2 +- packages/ndk-cache-tauri/package.json | 2 +- packages/types/package.json | 2 +- packages/ui/package.json | 6 +- packages/utils/package.json | 4 +- pnpm-lock.yaml | 382 +++++++++--------- 20 files changed, 231 insertions(+), 231 deletions(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index c8980376..567777eb 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -24,7 +24,7 @@ "@lume/storage": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", + "@nostr-dev-kit/ndk": "^2.4.0", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-avatar": "^1.0.4", @@ -37,11 +37,11 @@ "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "^5.17.19", + "@tanstack/react-query": "^5.18.0", "framer-motion": "^11.0.3", - "i18next": "^23.8.1", + "i18next": "^23.8.2", "i18next-resources-to-backend": "^1.2.0", - "jotai": "^2.6.3", + "jotai": "^2.6.4", "minidenticons": "^4.2.0", "nanoid": "^5.0.4", "nostr-fetch": "^0.15.0", @@ -60,10 +60,10 @@ "@lume/tailwindcss": "workspace:^", "@lume/tsconfig": "workspace:^", "@lume/types": "workspace:^", - "@types/node": "^20.11.10", + "@types/node": "^20.11.14", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", - "@vitejs/plugin-react-swc": "^3.5.0", + "@vitejs/plugin-react-swc": "^3.6.0", "autoprefixer": "^10.4.17", "cross-env": "^7.0.3", "encoding": "^0.1.13", diff --git a/apps/web/package.json b/apps/web/package.json index 620c5b0e..cc2b50ce 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "^0.4.1", "@astrojs/tailwind": "^5.1.0", "@fontsource/geist-mono": "^5.0.1", - "astro": "^4.2.6", + "astro": "^4.2.8", "astro-seo-meta": "^4.1.0", "astro-seo-schema": "^4.0.0", "schema-dts": "^1.1.2", diff --git a/package.json b/package.json index 37f1b186..5e2ca2d8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "devDependencies": { "@biomejs/biome": "^1.5.3", "@tauri-apps/cli": "2.0.0-alpha.21", - "turbo": "^1.11.3" + "turbo": "^1.12.2" }, "packageManager": "pnpm@8.9.0", "engines": { diff --git a/packages/ark/package.json b/packages/ark/package.json index ef006b90..d0d2f81a 100644 --- a/packages/ark/package.json +++ b/packages/ark/package.json @@ -9,7 +9,7 @@ "@lume/ndk-cache-tauri": "workspace:^", "@lume/storage": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", + "@nostr-dev-kit/ndk": "^2.4.0", "@nostr-fetch/adapter-ndk": "^0.15.0", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-collapsible": "^1.0.3", @@ -18,9 +18,9 @@ "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "^5.17.19", + "@tanstack/react-query": "^5.18.0", "get-urls": "^12.1.0", - "jotai": "^2.6.3", + "jotai": "^2.6.4", "linkify-react": "^4.1.3", "linkifyjs": "^4.1.3", "media-chrome": "^2.1.0", @@ -36,7 +36,7 @@ "react-router-dom": "^6.21.3", "react-string-replace": "^1.1.1", "sonner": "^1.4.0", - "string-strip-html": "^13.4.5", + "string-strip-html": "^13.4.6", "tippy.js": "^6.3.7", "use-context-selector": "^1.4.1", "virtua": "^0.23.0" diff --git a/packages/lume-column-antenas/package.json b/packages/lume-column-antenas/package.json index 788891a8..fc2e98d9 100644 --- a/packages/lume-column-antenas/package.json +++ b/packages/lume-column-antenas/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-default/package.json b/packages/lume-column-default/package.json index fa2ce450..8479f0ba 100644 --- a/packages/lume-column-default/package.json +++ b/packages/lume-column-default/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-foryou/package.json b/packages/lume-column-foryou/package.json index 9308c6cf..633d8552 100644 --- a/packages/lume-column-foryou/package.json +++ b/packages/lume-column-foryou/package.json @@ -9,8 +9,8 @@ "@lume/storage": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-global/package.json b/packages/lume-column-global/package.json index 25c5d8d4..bbbfe180 100644 --- a/packages/lume-column-global/package.json +++ b/packages/lume-column-global/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-group/package.json b/packages/lume-column-group/package.json index 0424578d..d83f79d4 100644 --- a/packages/lume-column-group/package.json +++ b/packages/lume-column-group/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-hashtag/package.json b/packages/lume-column-hashtag/package.json index 9bb4e5a1..f5b490cf 100644 --- a/packages/lume-column-hashtag/package.json +++ b/packages/lume-column-hashtag/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-thread/package.json b/packages/lume-column-thread/package.json index bb831ca2..e9a06b6e 100644 --- a/packages/lume-column-thread/package.json +++ b/packages/lume-column-thread/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-timeline/package.json b/packages/lume-column-timeline/package.json index 73fa0444..ba8f308f 100644 --- a/packages/lume-column-timeline/package.json +++ b/packages/lume-column-timeline/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-trending-notes/package.json b/packages/lume-column-trending-notes/package.json index 82f0d9a7..eb82048b 100644 --- a/packages/lume-column-trending-notes/package.json +++ b/packages/lume-column-trending-notes/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-user/package.json b/packages/lume-column-user/package.json index 7a1b1767..dca55916 100644 --- a/packages/lume-column-user/package.json +++ b/packages/lume-column-user/package.json @@ -8,8 +8,8 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", - "@tanstack/react-query": "^5.17.19", + "@nostr-dev-kit/ndk": "^2.4.0", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3", "sonner": "^1.4.0", diff --git a/packages/lume-column-waifu/package.json b/packages/lume-column-waifu/package.json index 43c87576..d41ec5ce 100644 --- a/packages/lume-column-waifu/package.json +++ b/packages/lume-column-waifu/package.json @@ -8,7 +8,7 @@ "@lume/icons": "workspace:^", "@lume/ui": "workspace:^", "@lume/utils": "workspace:^", - "@tanstack/react-query": "^5.17.19", + "@tanstack/react-query": "^5.18.0", "react": "^18.2.0", "react-router-dom": "^6.21.3" }, diff --git a/packages/ndk-cache-tauri/package.json b/packages/ndk-cache-tauri/package.json index 0fca1db2..67762d67 100644 --- a/packages/ndk-cache-tauri/package.json +++ b/packages/ndk-cache-tauri/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@lume/storage": "workspace:*", - "@nostr-dev-kit/ndk": "^2.3.3", + "@nostr-dev-kit/ndk": "^2.4.0", "lru-cache": "^10.2.0", "nostr-fetch": "^0.15.0", "nostr-tools": "1.17.0", diff --git a/packages/types/package.json b/packages/types/package.json index 52d210cc..c455b362 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -11,6 +11,6 @@ "typescript": "^5.3.3" }, "dependencies": { - "@nostr-dev-kit/ndk": "^2.3.3" + "@nostr-dev-kit/ndk": "^2.4.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 970645b2..d9029f10 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -9,7 +9,7 @@ "@lume/icons": "workspace:^", "@lume/storage": "workspace:^", "@lume/utils": "workspace:^", - "@nostr-dev-kit/ndk": "^2.3.3", + "@nostr-dev-kit/ndk": "^2.4.0", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-avatar": "^1.0.4", @@ -17,9 +17,9 @@ "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-popover": "^1.0.7", - "@tanstack/react-query": "^5.17.19", + "@tanstack/react-query": "^5.18.0", "framer-motion": "^11.0.3", - "jotai": "^2.6.3", + "jotai": "^2.6.4", "minidenticons": "^4.2.0", "nostr-tools": "~1.17.0", "react": "^18.2.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 293852ba..b7fa54de 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,10 +8,10 @@ "access": "public" }, "dependencies": { - "@tanstack/react-query": "^5.17.19", + "@tanstack/react-query": "^5.18.0", "clsx": "^2.1.0", "dayjs": "^1.11.10", - "jotai": "^2.6.3", + "jotai": "^2.6.4", "nostr-tools": "1.17.0", "react": "^18.2.0", "tailwind-merge": "^2.2.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd22178c..f71ef570 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: 2.0.0-alpha.21 version: 2.0.0-alpha.21 turbo: - specifier: ^1.11.3 - version: 1.11.3 + specifier: ^1.12.2 + version: 1.12.2 apps/desktop: dependencies: @@ -115,8 +115,8 @@ importers: specifier: workspace:^ version: link:../../packages/utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@radix-ui/react-accordion': specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) @@ -154,20 +154,20 @@ importers: specifier: ^1.0.7 version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) framer-motion: specifier: ^11.0.3 version: 11.0.3(react-dom@18.2.0)(react@18.2.0) i18next: - specifier: ^23.8.1 - version: 23.8.1 + specifier: ^23.8.2 + version: 23.8.2 i18next-resources-to-backend: specifier: ^1.2.0 version: 1.2.0 jotai: - specifier: ^2.6.3 - version: 2.6.3(@types/react@18.2.48)(react@18.2.0) + specifier: ^2.6.4 + version: 2.6.4(@types/react@18.2.48)(react@18.2.0) minidenticons: specifier: ^4.2.0 version: 4.2.0 @@ -194,7 +194,7 @@ importers: version: 7.49.3(react@18.2.0) react-i18next: specifier: ^14.0.1 - version: 14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0) + version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) react-router-dom: specifier: ^6.21.3 version: 6.21.3(react-dom@18.2.0)(react@18.2.0) @@ -218,8 +218,8 @@ importers: specifier: workspace:^ version: link:../../packages/types '@types/node': - specifier: ^20.11.10 - version: 20.11.10 + specifier: ^20.11.14 + version: 20.11.14 '@types/react': specifier: ^18.2.48 version: 18.2.48 @@ -227,8 +227,8 @@ importers: specifier: ^18.2.18 version: 18.2.18 '@vitejs/plugin-react-swc': - specifier: ^3.5.0 - version: 3.5.0(vite@5.0.12) + specifier: ^3.6.0 + version: 3.6.0(vite@5.0.12) autoprefixer: specifier: ^10.4.17 version: 10.4.17(postcss@8.4.33) @@ -249,7 +249,7 @@ importers: version: 5.3.3 vite: specifier: ^5.0.12 - version: 5.0.12(@types/node@20.11.10) + version: 5.0.12(@types/node@20.11.14) vite-plugin-top-level-await: specifier: ^1.4.1 version: 1.4.1(vite@5.0.12) @@ -264,19 +264,19 @@ importers: version: 0.4.1(typescript@5.3.3) '@astrojs/tailwind': specifier: ^5.1.0 - version: 5.1.0(astro@4.2.6)(tailwindcss@3.4.1) + version: 5.1.0(astro@4.2.8)(tailwindcss@3.4.1) '@fontsource/geist-mono': specifier: ^5.0.1 version: 5.0.1 astro: - specifier: ^4.2.6 - version: 4.2.6(typescript@5.3.3) + specifier: ^4.2.8 + version: 4.2.8(typescript@5.3.3) astro-seo-meta: specifier: ^4.1.0 - version: 4.1.0(astro@4.2.6) + version: 4.1.0(astro@4.2.8) astro-seo-schema: specifier: ^4.0.0 - version: 4.0.0(astro@4.2.6)(schema-dts@1.1.2) + version: 4.0.0(astro@4.2.8)(schema-dts@1.1.2) schema-dts: specifier: ^1.1.2 version: 1.1.2(typescript@5.3.3) @@ -309,11 +309,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@nostr-fetch/adapter-ndk': specifier: ^0.15.0 - version: 0.15.0(@nostr-dev-kit/ndk@2.3.3)(nostr-fetch@0.15.0) + version: 0.15.0(@nostr-dev-kit/ndk@2.4.0)(nostr-fetch@0.15.0) '@radix-ui/react-avatar': specifier: ^1.0.4 version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) @@ -336,14 +336,14 @@ importers: specifier: ^1.0.7 version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) get-urls: specifier: ^12.1.0 version: 12.1.0 jotai: - specifier: ^2.6.3 - version: 2.6.3(@types/react@18.2.48)(react@18.2.0) + specifier: ^2.6.4 + version: 2.6.4(@types/react@18.2.48)(react@18.2.0) linkify-react: specifier: ^4.1.3 version: 4.1.3(linkifyjs@4.1.3)(react@18.2.0) @@ -379,7 +379,7 @@ importers: version: 3.6.14(react@18.2.0) react-i18next: specifier: ^14.0.1 - version: 14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0) + version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) react-router-dom: specifier: ^6.21.3 version: 6.21.3(react-dom@18.2.0)(react@18.2.0) @@ -390,8 +390,8 @@ importers: specifier: ^1.4.0 version: 1.4.0(react-dom@18.2.0)(react@18.2.0) string-strip-html: - specifier: ^13.4.5 - version: 13.4.5 + specifier: ^13.4.6 + version: 13.4.6 tippy.js: specifier: ^6.3.7 version: 6.3.7 @@ -455,11 +455,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -507,11 +507,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -562,11 +562,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -614,11 +614,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -666,11 +666,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -718,11 +718,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -770,11 +770,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -822,11 +822,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -874,11 +874,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -926,11 +926,11 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -978,8 +978,8 @@ importers: specifier: workspace:^ version: link:../utils '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -1012,8 +1012,8 @@ importers: specifier: workspace:* version: link:../storage '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) lru-cache: specifier: ^10.2.0 version: 10.2.0 @@ -1086,8 +1086,8 @@ importers: packages/types: dependencies: '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) devDependencies: typescript: specifier: ^5.3.3 @@ -1111,8 +1111,8 @@ importers: specifier: workspace:^ version: link:../utils '@nostr-dev-kit/ndk': - specifier: ^2.3.3 - version: 2.3.3(typescript@5.3.3) + specifier: ^2.4.0 + version: 2.4.0(typescript@5.3.3) '@radix-ui/react-accordion': specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) @@ -1135,14 +1135,14 @@ importers: specifier: ^1.0.7 version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) framer-motion: specifier: ^11.0.3 version: 11.0.3(react-dom@18.2.0)(react@18.2.0) jotai: - specifier: ^2.6.3 - version: 2.6.3(@types/react@18.2.48)(react@18.2.0) + specifier: ^2.6.4 + version: 2.6.4(@types/react@18.2.48)(react@18.2.0) minidenticons: specifier: ^4.2.0 version: 4.2.0 @@ -1163,7 +1163,7 @@ importers: version: 4.4.4(react-dom@18.2.0)(react@18.2.0) react-i18next: specifier: ^14.0.1 - version: 14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0) + version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) react-router-dom: specifier: ^6.21.3 version: 6.21.3(react-dom@18.2.0)(react@18.2.0) @@ -1211,8 +1211,8 @@ importers: packages/utils: dependencies: '@tanstack/react-query': - specifier: ^5.17.19 - version: 5.17.19(react@18.2.0) + specifier: ^5.18.0 + version: 5.18.0(react@18.2.0) clsx: specifier: ^2.1.0 version: 2.1.0 @@ -1220,8 +1220,8 @@ importers: specifier: ^1.11.10 version: 1.11.10 jotai: - specifier: ^2.6.3 - version: 2.6.3(@types/react@18.2.48)(react@18.2.0) + specifier: ^2.6.4 + version: 2.6.4(@types/react@18.2.48)(react@18.2.0) nostr-tools: specifier: 1.17.0 version: 1.17.0(typescript@5.3.3) @@ -1276,8 +1276,8 @@ packages: - prettier-plugin-astro dev: false - /@astrojs/compiler@2.5.1: - resolution: {integrity: sha512-o2hKiFJXZOm1Gov+RGXSWnKlnb/UF7KRTx/Y2uazYe3+MrLY+sqLN+yB4EH2bElc0l1K9cDb4mZSejuq563rGQ==} + /@astrojs/compiler@2.5.2: + resolution: {integrity: sha512-fm9HNYu1tVnJjZYHE+SdDM5k6fZKNPXS9PwT43Mf6l4HVGx8d1jQwhGQqCvLkYJJBwQ9OysiexFMt7wtNuXhmQ==} dev: false /@astrojs/internal-helpers@0.2.1: @@ -1296,7 +1296,7 @@ packages: prettier-plugin-astro: optional: true dependencies: - '@astrojs/compiler': 2.5.1 + '@astrojs/compiler': 2.5.2 '@jridgewell/sourcemap-codec': 1.4.15 '@volar/kit': 1.11.1(typescript@5.3.3) '@volar/language-core': 1.11.1 @@ -1318,8 +1318,8 @@ packages: - typescript dev: false - /@astrojs/markdown-remark@4.2.0: - resolution: {integrity: sha512-qQB+LoxmIqzkhLXaQAzfzlBxZU1jeQYailsifurz89WeY0Q8ywIj8uQQSyqxb7rPPg3ZfdNdxsN9lF5UaCRn0w==} + /@astrojs/markdown-remark@4.2.1: + resolution: {integrity: sha512-2RQBIwrq+2qPYtp99bH+eL5hfbK0BoxXla85lHsRpIX/IsGqFrPX6pXI2cbWPihBwGbKCdxS6uZNX2QerZWwpQ==} dependencies: '@astrojs/prism': 3.0.0 github-slugger: 2.0.0 @@ -1346,13 +1346,13 @@ packages: prismjs: 1.29.0 dev: false - /@astrojs/tailwind@5.1.0(astro@4.2.6)(tailwindcss@3.4.1): + /@astrojs/tailwind@5.1.0(astro@4.2.8)(tailwindcss@3.4.1): resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==} peerDependencies: astro: ^3.0.0 || ^4.0.0 tailwindcss: ^3.0.24 dependencies: - astro: 4.2.6(typescript@5.3.3) + astro: 4.2.8(typescript@5.3.3) autoprefixer: 10.4.17(postcss@8.4.33) postcss: 8.4.33 postcss-load-config: 4.0.2(postcss@8.4.33) @@ -2086,8 +2086,8 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.0 - /@nostr-dev-kit/ndk@2.3.3(typescript@5.3.3): - resolution: {integrity: sha512-R2r6U1Xt4B7yygQFgTEexNqhuQQrbJ0Kxh4GvcCgNgSjMI+cPJQPWg4g4noWGRnaWf4epqLNCblfo5UfMuijTw==} + /@nostr-dev-kit/ndk@2.4.0(typescript@5.3.3): + resolution: {integrity: sha512-IdL6F/o0p1oVmII6om5ErJ+LarO2hjbRoqYfz8DlSBWVNT/uAx/GdtlJG0qlAdg5PPzDyf3Unrk0Pi/WermVjw==} dependencies: '@noble/hashes': 1.3.3 '@noble/secp256k1': 2.0.0 @@ -2105,13 +2105,13 @@ packages: - typescript dev: false - /@nostr-fetch/adapter-ndk@0.15.0(@nostr-dev-kit/ndk@2.3.3)(nostr-fetch@0.15.0): + /@nostr-fetch/adapter-ndk@0.15.0(@nostr-dev-kit/ndk@2.4.0)(nostr-fetch@0.15.0): resolution: {integrity: sha512-Mug2yTmX4n4hFWfQV1GWiXZd88PbfbsT29lOtM5/sM59a+eYXeYvNmHddxmk2dK5VAdlT2VwKdHEmebzko6Y7w==} peerDependencies: '@nostr-dev-kit/ndk': ^1.0.0 nostr-fetch: ^0.15.0 dependencies: - '@nostr-dev-kit/ndk': 2.3.3(typescript@5.3.3) + '@nostr-dev-kit/ndk': 2.4.0(typescript@5.3.3) '@nostr-fetch/kernel': 0.15.0 nostr-fetch: 0.15.0 dev: false @@ -3247,16 +3247,16 @@ packages: tailwindcss: 3.4.1 dev: true - /@tanstack/query-core@5.17.19: - resolution: {integrity: sha512-Lzw8FUtnLCc9Jwz0sw9xOjZB+/mCCmJev38v2wHMUl/ioXNIhnNWeMxu0NKUjIhAd62IRB3eAtvxAGDJ55UkyA==} + /@tanstack/query-core@5.18.0: + resolution: {integrity: sha512-8c6nxeAnGHxIDZIyDmHdmgFt4D+LprAQaJmjsnM4szcIjsWOyFlzxdqQUuQ/XuQRvUgqYaqlJTtDADlSS7pTPQ==} dev: false - /@tanstack/react-query@5.17.19(react@18.2.0): - resolution: {integrity: sha512-qaQENB6/03Gj3dFZGvdmUoqeUGlGm7P1p0RmaR04Bf1Ib1T9lLGimcC9T3oCFbrx0b2ZF21ngjFZNjj9uPJMcg==} + /@tanstack/react-query@5.18.0(react@18.2.0): + resolution: {integrity: sha512-7FKxNfxxKEL7n3ADpwp81Fy4FX85hNkYVzQQVQsF0JAPl93c3d1gmNZMIbEtOqgYfom1/ontGh3FiZGYj3xyWA==} peerDependencies: react: ^18.0.0 dependencies: - '@tanstack/query-core': 5.17.19 + '@tanstack/query-core': 5.18.0 react: 18.2.0 dev: false @@ -3487,8 +3487,8 @@ packages: /@types/estree@1.0.5: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - /@types/hast@3.0.3: - resolution: {integrity: sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==} + /@types/hast@3.0.4: + resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} dependencies: '@types/unist': 3.0.2 dev: false @@ -3523,8 +3523,8 @@ packages: '@types/unist': 2.0.10 dev: false - /@types/node@20.11.10: - resolution: {integrity: sha512-rZEfe/hJSGYmdfX9tvcPMYeYPW2sNl50nsw4jZmRcaG0HIAb0WYEpsB05GOb53vjqpyE9GUhlDQ4jLSoB5q9kg==} + /@types/node@20.11.14: + resolution: {integrity: sha512-w3yWCcwULefjP9DmDDsgUskrMoOy5Z8MiwKHr1FvqGPtx7CvJzQvxD7eKpxNtklQxLruxSXWddyeRtyud0RcXQ==} dependencies: undici-types: 5.26.5 @@ -3558,13 +3558,13 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: false - /@vitejs/plugin-react-swc@3.5.0(vite@5.0.12): - resolution: {integrity: sha512-1PrOvAaDpqlCV+Up8RkAh9qaiUjoDUcjtttyhXDKw53XA6Ve16SOp6cCOpRs8Dj8DqUQs6eTW5YkLcLJjrXAig==} + /@vitejs/plugin-react-swc@3.6.0(vite@5.0.12): + resolution: {integrity: sha512-XFRbsGgpGxGzEV5i5+vRiro1bwcIaZDIdBRP16qwm+jP68ue/S8FJTBEgOeojtVDYrbSua3XFp71kC8VJE6v+g==} peerDependencies: vite: ^4 || ^5 dependencies: '@swc/core': 1.3.107 - vite: 5.0.12(@types/node@20.11.10) + vite: 5.0.12(@types/node@20.11.14) transitivePeerDependencies: - '@swc/helpers' dev: true @@ -3720,32 +3720,32 @@ packages: resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} dev: false - /astro-seo-meta@4.1.0(astro@4.2.6): + /astro-seo-meta@4.1.0(astro@4.2.8): resolution: {integrity: sha512-v5qULt/c2hp9u6JtRyZeWTeb6YC82XDMzVcEf7XlRSuvs3C6KUQxeIOp5j+uOIek42CZHcyhbWzQF+FoRbQlfg==} peerDependencies: astro: ^4.0.0 dependencies: - astro: 4.2.6(typescript@5.3.3) + astro: 4.2.8(typescript@5.3.3) dev: false - /astro-seo-schema@4.0.0(astro@4.2.6)(schema-dts@1.1.2): + /astro-seo-schema@4.0.0(astro@4.2.8)(schema-dts@1.1.2): resolution: {integrity: sha512-ZcpxuQWSlyOVru+sN5LwUHqfrQpOEyv6Ksxq6WBNhycEHE0AEgGdiHkfhAmQbVqT4HXM8bmZOZlYlwwsYkfPAw==} peerDependencies: astro: ^4.0.0 schema-dts: ^1.1.0 dependencies: - astro: 4.2.6(typescript@5.3.3) + astro: 4.2.8(typescript@5.3.3) schema-dts: 1.1.2(typescript@5.3.3) dev: false - /astro@4.2.6(typescript@5.3.3): - resolution: {integrity: sha512-k5i8pEI2r45JTkoE0I4JyhOH/dZFpjUA4AONbRd9Gr1LtnGOhKHDftiYOrRLUGx91q7BzoW3DOk+h4yZM4yC3g==} + /astro@4.2.8(typescript@5.3.3): + resolution: {integrity: sha512-h78IAdSEPMo1bvR40HECQYpnMPfDnk9WxRNJ1+Hw5szk4k5IMUw3nG153nErJABRnaxb6WLv7dtS4tukzJz0mw==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true dependencies: - '@astrojs/compiler': 2.5.1 + '@astrojs/compiler': 2.5.2 '@astrojs/internal-helpers': 0.2.1 - '@astrojs/markdown-remark': 4.2.0 + '@astrojs/markdown-remark': 4.2.1 '@astrojs/telemetry': 3.0.4 '@babel/core': 7.23.9 '@babel/generator': 7.23.6 @@ -3782,7 +3782,7 @@ packages: http-cache-semantics: 4.1.1 js-yaml: 4.1.0 kleur: 4.1.5 - magic-string: 0.30.5 + magic-string: 0.30.6 mdast-util-to-hast: 13.0.2 mime: 3.0.0 ora: 7.0.1 @@ -3802,7 +3802,7 @@ packages: tsconfck: 3.0.1(typescript@5.3.3) unist-util-visit: 5.0.0 vfile: 6.0.1 - vite: 5.0.12(@types/node@20.11.10) + vite: 5.0.12(@types/node@20.11.14) vitefu: 0.2.5(vite@5.0.12) which-pm: 2.1.1 yargs-parser: 21.1.1 @@ -3916,7 +3916,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001581 - electron-to-chromium: 1.4.650 + electron-to-chromium: 1.4.653 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.3) @@ -4054,8 +4054,8 @@ packages: engines: {node: '>=6'} dev: false - /codsen-utils@1.6.3: - resolution: {integrity: sha512-jsayHP4Z1gKjXB+NsFhEKrM2dAN4XCpbHbhwzzYfFrVL/DYPw9D/ACob6EjbIiV47PSe3OcxJqX/b1V/T7XK3A==} + /codsen-utils@1.6.4: + resolution: {integrity: sha512-PDyvQ5f2PValmqZZIJATimcokDt4JjIev8cKbZgEOoZm+U1IJDYuLeTcxZPQdep99R/X0RIlQ6ReQgPOVnPbNw==} engines: {node: '>=14.18.0'} dependencies: rfdc: 1.3.1 @@ -4282,8 +4282,8 @@ packages: /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - /electron-to-chromium@1.4.650: - resolution: {integrity: sha512-sYSQhJCJa4aGA1wYol5cMQgekDBlbVfTRavlGZVr3WZpDdOPcp6a6xUnFfrt8TqZhsBYYbDxJZCjGfHuGupCRQ==} + /electron-to-chromium@1.4.653: + resolution: {integrity: sha512-wA2A2LQCqnEwQAvwADQq3KpMpNwgAUBnRmrFgRzHnPhbQUFArTR32Ab46f4p0MovDLcg4uqd4nCsN2hTltslpA==} /emmet@2.4.6: resolution: {integrity: sha512-dJfbdY/hfeTyf/Ef7Y7ubLYzkBvPQ912wPaeVYpAxvFxkEBf/+hJu4H6vhAvFN6HlxqedlfVn2x1S44FfQ97pg==} @@ -4679,7 +4679,7 @@ packages: /hast-util-from-html@2.0.1: resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 devlop: 1.1.0 hast-util-from-parse5: 8.0.1 parse5: 7.1.2 @@ -4690,7 +4690,7 @@ packages: /hast-util-from-parse5@8.0.1: resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 '@types/unist': 3.0.2 devlop: 1.1.0 hastscript: 8.0.0 @@ -4703,13 +4703,13 @@ packages: /hast-util-parse-selector@4.0.0: resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 dev: false /hast-util-raw@9.0.2: resolution: {integrity: sha512-PldBy71wO9Uq1kyaMch9AHIghtQvIwxBUkv823pKmkTM3oV1JxtsTNYdevMxvUHqcnOAuO65JKU2+0NOxc2ksA==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 '@types/unist': 3.0.2 '@ungap/structured-clone': 1.2.0 hast-util-from-parse5: 8.0.1 @@ -4727,7 +4727,7 @@ packages: /hast-util-to-html@9.0.0: resolution: {integrity: sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 '@types/unist': 3.0.2 ccount: 2.0.1 comma-separated-tokens: 2.0.3 @@ -4744,7 +4744,7 @@ packages: /hast-util-to-parse5@8.0.0: resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 devlop: 1.1.0 property-information: 6.4.1 @@ -4756,13 +4756,13 @@ packages: /hast-util-whitespace@3.0.0: resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 dev: false /hastscript@8.0.0: resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 4.0.0 property-information: 6.4.1 @@ -4802,8 +4802,8 @@ packages: '@babel/runtime': 7.23.9 dev: false - /i18next@23.8.1: - resolution: {integrity: sha512-Yhe6oiJhigSh64ev7nVVywu7vHjuUG41MRmFKNwphbkadqTL1ozZFBQISflY7/ju+gL6I/SPfI1GgWQh1yYArA==} + /i18next@23.8.2: + resolution: {integrity: sha512-Z84zyEangrlERm0ZugVy4bIt485e/H8VecGUZkZWrH7BDePG6jT73QdL9EA1tRTTVVMpry/MgWIP1FjEn0DRXA==} dependencies: '@babel/runtime': 7.23.9 dev: false @@ -4974,8 +4974,8 @@ packages: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true - /jotai@2.6.3(@types/react@18.2.48)(react@18.2.0): - resolution: {integrity: sha512-0htSJ2d6426ZdSEYHncJHXY6Lkgde1Hc2HE/ADIRi9d2L3hQL+jLKY1LkWBMeCNyOSlKH8+1u/Gc33Ox0uq21Q==} + /jotai@2.6.4(@types/react@18.2.48)(react@18.2.0): + resolution: {integrity: sha512-RniwQPX4893YlNR1muOtyUGHYaTD1fhEN4qnOuZJSrDHj6xdEMrqlRSN/hCm2fshwk78ruecB/P2l+NCVWe6TQ==} engines: {node: '>=12.20.0'} peerDependencies: '@types/react': '>=17.0.0' @@ -5150,8 +5150,8 @@ packages: yallist: 4.0.0 dev: false - /magic-string@0.30.5: - resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==} + /magic-string@0.30.6: + resolution: {integrity: sha512-n62qCLbPjNjyo+owKtveQxZFZTBm+Ms6YoGD23Wew6Vw337PElFNifQpknPruVRQV57kVShPnLGo9vWxVhpPvA==} engines: {node: '>=12'} dependencies: '@jridgewell/sourcemap-codec': 1.4.15 @@ -5276,7 +5276,7 @@ packages: /mdast-util-to-hast@13.0.2: resolution: {integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 '@types/mdast': 4.0.3 '@ungap/structured-clone': 1.2.0 devlop: 1.1.0 @@ -6109,27 +6109,27 @@ packages: dev: false optional: true - /ranges-apply@7.0.14: - resolution: {integrity: sha512-ebPhmznZthJJszHMzGdZIVEHxWxM9uiynCGHChtgbuKO155uYCdrUvwsobX6xeefyqtVgHJcXpQDkTJhX0UFoQ==} + /ranges-apply@7.0.15: + resolution: {integrity: sha512-YMYWexEb5+irsSRGCV4JnWflhc5TvMNbaZrqNTXQYD6vA6hk60CrPZyd5bxTUoZ8Phd1v80UIQJCoxh+bSiHdg==} engines: {node: '>=14.18.0'} dependencies: - ranges-merge: 9.0.14 + ranges-merge: 9.0.15 tiny-invariant: 1.3.1 dev: false - /ranges-merge@9.0.14: - resolution: {integrity: sha512-0iT8T14RPellWrLsfezpIq636TyqCK8+1oG7pxULjuJHwomq6POJF63fZ3CeQ7c/Dpjogs5iSOFc2hFv+XTI1Q==} + /ranges-merge@9.0.15: + resolution: {integrity: sha512-hvt4hx0FKIaVfjd1oKx0poL57ljxdL2KHC6bXBrAdsx2iCsH+x7nO/5J0k2veM/isnOcFZKp0ZKkiCjCtzy74Q==} engines: {node: '>=14.18.0'} dependencies: - ranges-push: 7.0.14 + ranges-push: 7.0.15 ranges-sort: 6.0.11 dev: false - /ranges-push@7.0.14: - resolution: {integrity: sha512-EKmOrxtaFT4u3OiIfkoCoYxEeRkN2UuH1DbxvA7K/ok4Ie8/QK/DKaWbD9PnoXNnWbqnPtDdyMyvVgVyhnmGhA==} + /ranges-push@7.0.15: + resolution: {integrity: sha512-gXpBYQ5Umf3uG6jkJnw5ddok2Xfo5p22rAJBLrqzNKa7qkj3q5AOCoxfRPXEHUVaJutfXc9K9eGXdIzdyQKPkw==} engines: {node: '>=14.18.0'} dependencies: - codsen-utils: 1.6.3 + codsen-utils: 1.6.4 ranges-sort: 6.0.11 string-collapse-leading-whitespace: 7.0.7 string-trim-spaces-only: 5.0.10 @@ -6199,7 +6199,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-i18next@14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0): + /react-i18next@14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==} peerDependencies: i18next: '>= 23.2.3' @@ -6214,7 +6214,7 @@ packages: dependencies: '@babel/runtime': 7.23.9 html-parse-stringify: 3.0.1 - i18next: 23.8.1 + i18next: 23.8.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -6332,7 +6332,7 @@ packages: /rehype-parse@9.0.0: resolution: {integrity: sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 hast-util-from-html: 2.0.1 unified: 11.0.4 dev: false @@ -6340,7 +6340,7 @@ packages: /rehype-raw@7.0.0: resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 hast-util-raw: 9.0.2 vfile: 6.0.1 dev: false @@ -6348,7 +6348,7 @@ packages: /rehype-stringify@10.0.0: resolution: {integrity: sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 hast-util-to-html: 9.0.0 unified: 11.0.4 dev: false @@ -6356,7 +6356,7 @@ packages: /rehype@13.0.1: resolution: {integrity: sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 rehype-parse: 9.0.0 rehype-stringify: 10.0.0 unified: 11.0.4 @@ -6389,7 +6389,7 @@ packages: /remark-rehype@11.1.0: resolution: {integrity: sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 '@types/mdast': 4.0.3 mdast-util-to-hast: 13.0.2 unified: 11.0.4 @@ -6729,25 +6729,25 @@ packages: engines: {node: '>=14.18.0'} dev: false - /string-left-right@6.0.16: - resolution: {integrity: sha512-cQL1I49o8qS52LgaS8IU6EXd9S2HNYVRtizdDyp6XjKzSkytr1oTM/7laDqjV7J53bw4iOQNepp/cTs9rCyFVw==} + /string-left-right@6.0.17: + resolution: {integrity: sha512-nuyIV4D4ivnwT64E0TudmCRg52NfkumuEUilyoOrHb/Z2wEOF5I+9SI6P+veFKqWKZfGpAs6OqKe4nAjujARyw==} engines: {node: '>=14.18.0'} dependencies: - codsen-utils: 1.6.3 + codsen-utils: 1.6.4 rfdc: 1.3.1 dev: false - /string-strip-html@13.4.5: - resolution: {integrity: sha512-uf6o6zzYXccZQ+wsKN58cedBfMlbFqrUXcDjrBpptExgQEHcFU+uw1jAQdrfyOrAyH4GQKu7JcCm/wzPppnf5Q==} + /string-strip-html@13.4.6: + resolution: {integrity: sha512-I1uUTS/BGQ/3jj+9WF6GENATSUPy9UruqVHdvAikOqlvFvlOAQL8M3qjoLu60Usp2x3yJpnAYtUTzDYiDdqXqg==} engines: {node: '>=14.18.0'} dependencies: '@types/lodash-es': 4.17.12 - codsen-utils: 1.6.3 + codsen-utils: 1.6.4 html-entities: 2.4.0 lodash-es: 4.17.21 - ranges-apply: 7.0.14 - ranges-push: 7.0.14 - string-left-right: 6.0.16 + ranges-apply: 7.0.15 + ranges-push: 7.0.15 + string-left-right: 6.0.17 dev: false /string-trim-spaces-only@5.0.10: @@ -7048,64 +7048,64 @@ packages: dev: false optional: true - /turbo-darwin-64@1.11.3: - resolution: {integrity: sha512-IsOOg2bVbIt3o/X8Ew9fbQp5t1hTHN3fGNQYrPQwMR2W1kIAC6RfbVD4A9OeibPGyEPUpwOH79hZ9ydFH5kifw==} + /turbo-darwin-64@1.12.2: + resolution: {integrity: sha512-Aq/ePQ5KNx6XGwlZWTVTqpQYfysm1vkwkI6kAYgrX5DjMWn+tUXrSgNx4YNte0F+V4DQ7PtuWX+jRG0h0ZNg0A==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.11.3: - resolution: {integrity: sha512-FsJL7k0SaPbJzI/KCnrf/fi3PgCDCjTliMc/kEFkuWVA6Httc3Q4lxyLIIinz69q6JTx8wzh6yznUMzJRI3+dg==} + /turbo-darwin-arm64@1.12.2: + resolution: {integrity: sha512-wTr+dqkwJo/eXE+4SPTSeNBKyyfQJhI6I9sKVlCSBmtaNEqoGNgdVzgMUdqrg9AIFzLIiKO+zhfskNaSWpVFow==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.11.3: - resolution: {integrity: sha512-SvW7pvTVRGsqtSkII5w+wriZXvxqkluw5FO/MNAdFw0qmoov+PZ237+37/NgArqE3zVn1GX9P6nUx9VO+xcQAg==} + /turbo-linux-64@1.12.2: + resolution: {integrity: sha512-BggBKrLojGarDaa2zBo+kUR3fmjpd6bLA8Unm3Aa2oJw0UvEi3Brd+w9lNsPZHXXQYBUzNUY2gCdxf3RteWb0g==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.11.3: - resolution: {integrity: sha512-YhUfBi1deB3m+3M55X458J6B7RsIS7UtM3P1z13cUIhF+pOt65BgnaSnkHLwETidmhRh8Dl3GelaQGrB3RdCDw==} + /turbo-linux-arm64@1.12.2: + resolution: {integrity: sha512-v/apSRvVuwYjq1D9MJFsHv2EpGd1S4VoSdZvVfW6FaM06L8CFZa92urNR1svdGYN28YVKwK9Ikc9qudC6t/d5A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.11.3: - resolution: {integrity: sha512-s+vEnuM2TiZuAUUUpmBHDr6vnNbJgj+5JYfnYmVklYs16kXh+EppafYQOAkcRIMAh7GjV3pLq5/uGqc7seZeHA==} + /turbo-windows-64@1.12.2: + resolution: {integrity: sha512-3uDdwXcRGkgopYFdPDpxQiuQjfQ12Fxq0fhj+iGymav0eWA4W4wzYwSdlUp6rT22qOBIzaEsrIspRwx1DsMkNg==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.11.3: - resolution: {integrity: sha512-ZR5z5Zpc7cASwfdRAV5yNScCZBsgGSbcwiA/u3farCacbPiXsfoWUkz28iyrx21/TRW0bi6dbsB2v17swa8bjw==} + /turbo-windows-arm64@1.12.2: + resolution: {integrity: sha512-zNIHnwtQfJSjFi7movwhPQh2rfrcKZ7Xv609EN1yX0gEp9GxooCUi2yNnBQ8wTqFjioA2M5hZtGJQ0RrKaEm/Q==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.11.3: - resolution: {integrity: sha512-RCJOUFcFMQNIGKSjC9YmA5yVP1qtDiBA0Lv9VIgrXraI5Da1liVvl3VJPsoDNIR9eFMyA/aagx1iyj6UWem5hA==} + /turbo@1.12.2: + resolution: {integrity: sha512-BcoQjBZ+LJCMdjzWhzQflOinUjek28rWXj07aaaAQ8T3Ehs0JFSjIsXOm4qIbo52G4xk3gFVcUtJhh/QRADl7g==} hasBin: true optionalDependencies: - turbo-darwin-64: 1.11.3 - turbo-darwin-arm64: 1.11.3 - turbo-linux-64: 1.11.3 - turbo-linux-arm64: 1.11.3 - turbo-windows-64: 1.11.3 - turbo-windows-arm64: 1.11.3 + turbo-darwin-64: 1.12.2 + turbo-darwin-arm64: 1.12.2 + turbo-linux-64: 1.12.2 + turbo-linux-arm64: 1.12.2 + turbo-windows-64: 1.12.2 + turbo-windows-arm64: 1.12.2 dev: true /type-fest@2.19.0: @@ -7432,7 +7432,7 @@ packages: '@rollup/plugin-virtual': 3.0.2 '@swc/core': 1.3.107 uuid: 9.0.1 - vite: 5.0.12(@types/node@20.11.10) + vite: 5.0.12(@types/node@20.11.14) transitivePeerDependencies: - '@swc/helpers' - rollup @@ -7449,13 +7449,13 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 3.0.1(typescript@5.3.3) - vite: 5.0.12(@types/node@20.11.10) + vite: 5.0.12(@types/node@20.11.14) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@5.0.12(@types/node@20.11.10): + /vite@5.0.12(@types/node@20.11.14): resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7483,7 +7483,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.10 + '@types/node': 20.11.14 esbuild: 0.19.12 postcss: 8.4.33 rollup: 4.9.6 @@ -7498,7 +7498,7 @@ packages: vite: optional: true dependencies: - vite: 5.0.12(@types/node@20.11.10) + vite: 5.0.12(@types/node@20.11.14) dev: false /void-elements@3.1.0: