From 65d72de39db5efbe6531bfd1a1326f6c9b243765 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:18:49 +0000 Subject: [PATCH] fix(deps): Update non-major --- apps/v1/package.json | 26 +- apps/v2/package.json | 12 +- examples/advanced/package.json | 6 +- examples/basic/package.json | 6 +- examples/next-dynamic/package.json | 10 +- examples/next-static/package.json | 10 +- package.json | 2 +- pnpm-lock.yaml | 971 ++++++++++++++++++----------- 8 files changed, 659 insertions(+), 384 deletions(-) diff --git a/apps/v1/package.json b/apps/v1/package.json index c790dfbc..b33dc5be 100644 --- a/apps/v1/package.json +++ b/apps/v1/package.json @@ -22,24 +22,24 @@ "dependencies": { "@heroicons/react": "2.1.3", "@juggle/resize-observer": "3.4.0", - "@sanity/client": "6.15.11", + "@sanity/client": "6.15.14", "@sanity/color": "2.2.5", - "@sanity/icons": "2.11.7", - "@sanity/ui": "2.1.1", - "@sanity/vision": "3.37.1", + "@sanity/icons": "2.11.8", + "@sanity/ui": "2.1.3", + "@sanity/vision": "3.38.0", "culori": "4.0.1", "history": "5.3.0", "json5": "2.2.3", "motion": "10.17.0", - "next": "14.1.4", + "next": "14.2.1", "next-sanity": "6.1.4", "polished": "4.3.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "5.0.1", + "react-icons": "5.1.0", "rimraf": "4.4.1", - "sanity": "3.37.1", - "sanity-plugin-asset-source-unsplash": "3.0.0", + "sanity": "3.38.0", + "sanity-plugin-asset-source-unsplash": "3.0.1", "sanity-plugin-mux-input": "2.3.4", "scroll-into-view-if-needed": "3.1.0", "slugify": "1.6.6", @@ -51,18 +51,18 @@ "@types/jest": "29.5.12", "@types/node": "18.17.11", "@types/prettier": "3.0.0", - "@types/react": "18.2.75", + "@types/react": "18.2.79", "esbuild": "0.20.2", "esbuild-plugin-replace": "1.4.0", "eslint": "8.57.0", - "eslint-config-next": "14.1.4", + "eslint-config-next": "14.2.1", "eslint-config-prettier": "9.1.0", - "eslint-plugin-simple-import-sort": "12.0.0", + "eslint-plugin-simple-import-sort": "12.1.0", "jest": "29.7.0", "prettier": "3.2.5", - "prettier-plugin-packagejson": "2.4.14", + "prettier-plugin-packagejson": "2.5.0", "type-fest": "4.15.0", - "typescript": "5.4.2", + "typescript": "5.4.5", "write-file-atomic": "5.0.1" } } diff --git a/apps/v2/package.json b/apps/v2/package.json index d54ccd00..719f26a1 100644 --- a/apps/v2/package.json +++ b/apps/v2/package.json @@ -7,21 +7,21 @@ "dev": "sanity dev --port 3000" }, "dependencies": { - "@sanity/icons": "2.11.7", - "@sanity/ui": "2.1.1", + "@sanity/icons": "2.11.8", + "@sanity/ui": "2.1.3", "motion": "10.17.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "5.0.1", + "react-icons": "5.1.0", "react-is": "18.2.0", - "sanity": "3.37.1", + "sanity": "3.38.0", "sanity-plugin-mux-input": "2.3.4", "styled-components": "6.1.8" }, "devDependencies": { "@sanity/eslint-config-studio": "4.0.0", - "@types/react": "18.2.75", + "@types/react": "18.2.79", "eslint": "8.57.0", - "typescript": "5.4.2" + "typescript": "5.4.5" } } diff --git a/examples/advanced/package.json b/examples/advanced/package.json index 26867da0..d6c40769 100644 --- a/examples/advanced/package.json +++ b/examples/advanced/package.json @@ -9,15 +9,15 @@ "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "5.0.1", + "react-icons": "5.1.0", "react-is": "18.2.0", - "sanity": "3.37.1", + "sanity": "3.38.0", "sanity-plugin-mux-input": "2.3.4", "styled-components": "6.1.8" }, "devDependencies": { "@sanity/eslint-config-studio": "4.0.0", "eslint": "8.57.0", - "typescript": "5.4.2" + "typescript": "5.4.5" } } diff --git a/examples/basic/package.json b/examples/basic/package.json index bfaf910e..399b4c98 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -9,15 +9,15 @@ "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "5.0.1", + "react-icons": "5.1.0", "react-is": "18.2.0", - "sanity": "3.37.1", + "sanity": "3.38.0", "sanity-plugin-mux-input": "2.3.4", "styled-components": "6.1.8" }, "devDependencies": { "@sanity/eslint-config-studio": "4.0.0", "eslint": "8.57.0", - "typescript": "5.4.2" + "typescript": "5.4.5" } } diff --git a/examples/next-dynamic/package.json b/examples/next-dynamic/package.json index f933bdec..d23a05c5 100644 --- a/examples/next-dynamic/package.json +++ b/examples/next-dynamic/package.json @@ -7,19 +7,19 @@ "dev": "PORT=3004 next dev" }, "dependencies": { - "next": "14.1.4", + "next": "14.2.1", "next-sanity": "6.1.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "5.0.1", + "react-icons": "5.1.0", "react-is": "18.2.0", - "sanity": "3.37.1", + "sanity": "3.38.0", "sanity-plugin-mux-input": "2.3.4", "styled-components": "6.1.8" }, "devDependencies": { "@types/node": "18.17.11", - "@types/react": "18.2.75", - "typescript": "5.4.2" + "@types/react": "18.2.79", + "typescript": "5.4.5" } } diff --git a/examples/next-static/package.json b/examples/next-static/package.json index 2a077fc3..08d92709 100644 --- a/examples/next-static/package.json +++ b/examples/next-static/package.json @@ -7,19 +7,19 @@ "dev": "PORT=3005 next dev" }, "dependencies": { - "next": "14.1.4", + "next": "14.2.1", "next-sanity": "6.1.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "5.0.1", + "react-icons": "5.1.0", "react-is": "18.2.0", - "sanity": "3.37.1", + "sanity": "3.38.0", "sanity-plugin-mux-input": "2.3.4", "styled-components": "6.1.8" }, "devDependencies": { "@types/node": "18.17.11", - "@types/react": "18.2.75", - "typescript": "5.4.2" + "@types/react": "18.2.79", + "typescript": "5.4.5" } } diff --git a/package.json b/package.json index 0e0bcc20..c5df9bc3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "prettier": "3.2.5", - "prettier-plugin-packagejson": "2.4.14", + "prettier-plugin-packagejson": "2.5.0", "turbo": "1.13.2" }, "packageManager": "pnpm@8.15.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 924c8d61..86d66bad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 3.2.5 version: 3.2.5 prettier-plugin-packagejson: - specifier: 2.4.14 - version: 2.4.14(prettier@3.2.5) + specifier: 2.5.0 + version: 2.5.0(prettier@3.2.5) turbo: specifier: 1.13.2 version: 1.13.2 @@ -27,20 +27,20 @@ importers: specifier: 3.4.0 version: 3.4.0 '@sanity/client': - specifier: 6.15.11 - version: 6.15.11 + specifier: 6.15.14 + version: 6.15.14 '@sanity/color': specifier: 2.2.5 version: 2.2.5 '@sanity/icons': - specifier: 2.11.7 - version: 2.11.7(react@18.2.0) + specifier: 2.11.8 + version: 2.11.8(react@18.2.0) '@sanity/ui': - specifier: 2.1.1 - version: 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 2.1.3 + version: 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/vision': - specifier: 3.37.1 - version: 3.37.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 3.38.0 + version: 3.38.0(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) culori: specifier: 4.0.1 version: 4.0.1 @@ -54,11 +54,11 @@ importers: specifier: 10.17.0 version: 10.17.0 next: - specifier: 14.1.4 - version: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.2.1 + version: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) next-sanity: specifier: 6.1.4 - version: 6.1.4(@sanity/client@6.15.11)(@sanity/icons@2.11.7)(@sanity/types@3.37.1)(@sanity/ui@2.1.1)(next@14.1.4)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 6.1.4(@sanity/client@6.15.14)(@sanity/icons@2.11.8)(@sanity/types@3.38.0)(@sanity/ui@2.1.3)(next@14.2.1)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) polished: specifier: 4.3.1 version: 4.3.1 @@ -69,20 +69,20 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-icons: - specifier: 5.0.1 - version: 5.0.1(react@18.2.0) + specifier: 5.1.0 + version: 5.1.0(react@18.2.0) rimraf: specifier: 4.4.1 version: 4.4.1 sanity: - specifier: 3.37.1 - version: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 3.38.0 + version: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) sanity-plugin-asset-source-unsplash: - specifier: 3.0.0 - version: 3.0.0(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + specifier: 3.0.1 + version: 3.0.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) sanity-plugin-mux-input: specifier: 2.3.4 - version: 2.3.4(@types/react@18.2.75)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 2.3.4(@types/react@18.2.79)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) scroll-into-view-if-needed: specifier: 3.1.0 version: 3.1.0 @@ -109,8 +109,8 @@ importers: specifier: 3.0.0 version: 3.0.0 '@types/react': - specifier: 18.2.75 - version: 18.2.75 + specifier: 18.2.79 + version: 18.2.79 esbuild: specifier: 0.20.2 version: 0.20.2 @@ -121,14 +121,14 @@ importers: specifier: 8.57.0 version: 8.57.0 eslint-config-next: - specifier: 14.1.4 - version: 14.1.4(eslint@8.57.0)(typescript@5.4.2) + specifier: 14.2.1 + version: 14.2.1(eslint@8.57.0)(typescript@5.4.5) eslint-config-prettier: specifier: 9.1.0 version: 9.1.0(eslint@8.57.0) eslint-plugin-simple-import-sort: - specifier: 12.0.0 - version: 12.0.0(eslint@8.57.0) + specifier: 12.1.0 + version: 12.1.0(eslint@8.57.0) jest: specifier: 29.7.0 version: 29.7.0(@types/node@18.17.11) @@ -136,14 +136,14 @@ importers: specifier: 3.2.5 version: 3.2.5 prettier-plugin-packagejson: - specifier: 2.4.14 - version: 2.4.14(prettier@3.2.5) + specifier: 2.5.0 + version: 2.5.0(prettier@3.2.5) type-fest: specifier: 4.15.0 version: 4.15.0 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.5 + version: 5.4.5 write-file-atomic: specifier: 5.0.1 version: 5.0.1 @@ -151,11 +151,11 @@ importers: apps/v2: dependencies: '@sanity/icons': - specifier: 2.11.7 - version: 2.11.7(react@18.2.0) + specifier: 2.11.8 + version: 2.11.8(react@18.2.0) '@sanity/ui': - specifier: 2.1.1 - version: 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 2.1.3 + version: 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) motion: specifier: 10.17.0 version: 10.17.0 @@ -166,33 +166,33 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-icons: - specifier: 5.0.1 - version: 5.0.1(react@18.2.0) + specifier: 5.1.0 + version: 5.1.0(react@18.2.0) react-is: specifier: 18.2.0 version: 18.2.0 sanity: - specifier: 3.37.1 - version: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 3.38.0 + version: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) sanity-plugin-mux-input: specifier: 2.3.4 - version: 2.3.4(@types/react@18.2.75)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 2.3.4(@types/react@18.2.79)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) styled-components: specifier: 6.1.8 version: 6.1.8(react-dom@18.2.0)(react@18.2.0) devDependencies: '@sanity/eslint-config-studio': specifier: 4.0.0 - version: 4.0.0(eslint@8.57.0)(typescript@5.4.2) + version: 4.0.0(eslint@8.57.0)(typescript@5.4.5) '@types/react': - specifier: 18.2.75 - version: 18.2.75 + specifier: 18.2.79 + version: 18.2.79 eslint: specifier: 8.57.0 version: 8.57.0 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.5 + version: 5.4.5 examples/advanced: dependencies: @@ -203,30 +203,30 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-icons: - specifier: 5.0.1 - version: 5.0.1(react@18.2.0) + specifier: 5.1.0 + version: 5.1.0(react@18.2.0) react-is: specifier: 18.2.0 version: 18.2.0 sanity: - specifier: 3.37.1 - version: 3.37.1(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 3.38.0 + version: 3.38.0(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) sanity-plugin-mux-input: specifier: 2.3.4 - version: 2.3.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 2.3.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) styled-components: specifier: 6.1.8 version: 6.1.8(react-dom@18.2.0)(react@18.2.0) devDependencies: '@sanity/eslint-config-studio': specifier: 4.0.0 - version: 4.0.0(eslint@8.57.0)(typescript@5.4.2) + version: 4.0.0(eslint@8.57.0)(typescript@5.4.5) eslint: specifier: 8.57.0 version: 8.57.0 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.5 + version: 5.4.5 examples/basic: dependencies: @@ -237,39 +237,39 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-icons: - specifier: 5.0.1 - version: 5.0.1(react@18.2.0) + specifier: 5.1.0 + version: 5.1.0(react@18.2.0) react-is: specifier: 18.2.0 version: 18.2.0 sanity: - specifier: 3.37.1 - version: 3.37.1(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 3.38.0 + version: 3.38.0(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) sanity-plugin-mux-input: specifier: 2.3.4 - version: 2.3.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 2.3.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) styled-components: specifier: 6.1.8 version: 6.1.8(react-dom@18.2.0)(react@18.2.0) devDependencies: '@sanity/eslint-config-studio': specifier: 4.0.0 - version: 4.0.0(eslint@8.57.0)(typescript@5.4.2) + version: 4.0.0(eslint@8.57.0)(typescript@5.4.5) eslint: specifier: 8.57.0 version: 8.57.0 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.5 + version: 5.4.5 examples/next-dynamic: dependencies: next: - specifier: 14.1.4 - version: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.2.1 + version: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) next-sanity: specifier: 6.1.4 - version: 6.1.4(@sanity/client@6.15.11)(@sanity/icons@2.11.7)(@sanity/types@3.37.1)(@sanity/ui@1.9.3)(next@14.1.4)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 6.1.4(@sanity/client@6.15.14)(@sanity/icons@2.11.8)(@sanity/types@3.38.0)(@sanity/ui@1.9.3)(next@14.2.1)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) react: specifier: 18.2.0 version: 18.2.0 @@ -277,17 +277,17 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-icons: - specifier: 5.0.1 - version: 5.0.1(react@18.2.0) + specifier: 5.1.0 + version: 5.1.0(react@18.2.0) react-is: specifier: 18.2.0 version: 18.2.0 sanity: - specifier: 3.37.1 - version: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 3.38.0 + version: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) sanity-plugin-mux-input: specifier: 2.3.4 - version: 2.3.4(@types/react@18.2.75)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 2.3.4(@types/react@18.2.79)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) styled-components: specifier: 6.1.8 version: 6.1.8(react-dom@18.2.0)(react@18.2.0) @@ -296,20 +296,20 @@ importers: specifier: 18.17.11 version: 18.17.11 '@types/react': - specifier: 18.2.75 - version: 18.2.75 + specifier: 18.2.79 + version: 18.2.79 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.5 + version: 5.4.5 examples/next-static: dependencies: next: - specifier: 14.1.4 - version: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.2.1 + version: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) next-sanity: specifier: 6.1.4 - version: 6.1.4(@sanity/client@6.15.11)(@sanity/icons@2.11.7)(@sanity/types@3.37.1)(@sanity/ui@1.9.3)(next@14.1.4)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 6.1.4(@sanity/client@6.15.14)(@sanity/icons@2.11.8)(@sanity/types@3.38.0)(@sanity/ui@1.9.3)(next@14.2.1)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) react: specifier: 18.2.0 version: 18.2.0 @@ -317,17 +317,17 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-icons: - specifier: 5.0.1 - version: 5.0.1(react@18.2.0) + specifier: 5.1.0 + version: 5.1.0(react@18.2.0) react-is: specifier: 18.2.0 version: 18.2.0 sanity: - specifier: 3.37.1 - version: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 3.38.0 + version: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) sanity-plugin-mux-input: specifier: 2.3.4 - version: 2.3.4(@types/react@18.2.75)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8) + version: 2.3.4(@types/react@18.2.79)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8) styled-components: specifier: 6.1.8 version: 6.1.8(react-dom@18.2.0)(react@18.2.0) @@ -336,11 +336,11 @@ importers: specifier: 18.17.11 version: 18.17.11 '@types/react': - specifier: 18.2.75 - version: 18.2.75 + specifier: 18.2.79 + version: 18.2.79 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.5 + version: 5.4.5 packages: @@ -2641,7 +2641,7 @@ packages: tslib: 2.6.2 dev: false - /@mux/mux-player-react@2.4.1(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): + /@mux/mux-player-react@2.4.1(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-grM6T847fKnzlK786NG1AxhNS+6A78pEPc5zG4yYvKe3ayGNTOpq/Hnm9pDVkOx5/uMI/yCdSsfiNyytYaw8qA==} peerDependencies: '@types/react': ^17.0.0 || ^18 @@ -2656,7 +2656,7 @@ packages: dependencies: '@mux/mux-player': 2.4.1 '@mux/playback-core': 0.22.4 - '@types/react': 18.2.75 + '@types/react': 18.2.79 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -2693,18 +2693,18 @@ packages: xhr: 2.6.0 dev: false - /@next/env@14.1.4: - resolution: {integrity: sha512-e7X7bbn3Z6DWnDi75UWn+REgAbLEqxI8Tq2pkFOFAMpWAWApz/YCUhtWMWn410h8Q2fYiYL7Yg5OlxMOCfFjJQ==} + /@next/env@14.2.1: + resolution: {integrity: sha512-qsHJle3GU3CmVx7pUoXcghX4sRN+vINkbLdH611T8ZlsP//grzqVW87BSUgOZeSAD4q7ZdZicdwNe/20U2janA==} dev: false - /@next/eslint-plugin-next@14.1.4: - resolution: {integrity: sha512-n4zYNLSyCo0Ln5b7qxqQeQ34OZKXwgbdcx6kmkQbywr+0k6M3Vinft0T72R6CDAcDrne2IAgSud4uWCzFgc5HA==} + /@next/eslint-plugin-next@14.2.1: + resolution: {integrity: sha512-Fp+mthEBjkn8r9qd6o4JgxKp0IDEzW0VYHD8ZC05xS5/lFNwHKuOdr2kVhWG7BQCO9L6eeepshM1Wbs2T+LgSg==} dependencies: glob: 10.3.10 dev: true - /@next/swc-darwin-arm64@14.1.4: - resolution: {integrity: sha512-ubmUkbmW65nIAOmoxT1IROZdmmJMmdYvXIe8211send9ZYJu+SqxSnJM4TrPj9wmL6g9Atvj0S/2cFmMSS99jg==} + /@next/swc-darwin-arm64@14.2.1: + resolution: {integrity: sha512-kGjnjcIJehEcd3rT/3NAATJQndAEELk0J9GmGMXHSC75TMnvpOhONcjNHbjtcWE5HUQnIHy5JVkatrnYm1QhVw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -2712,8 +2712,8 @@ packages: dev: false optional: true - /@next/swc-darwin-x64@14.1.4: - resolution: {integrity: sha512-b0Xo1ELj3u7IkZWAKcJPJEhBop117U78l70nfoQGo4xUSvv0PJSTaV4U9xQBLvZlnjsYkc8RwQN1HoH/oQmLlQ==} + /@next/swc-darwin-x64@14.2.1: + resolution: {integrity: sha512-dAdWndgdQi7BK2WSXrx4lae7mYcOYjbHJUhvOUnJjMNYrmYhxbbvJ2xElZpxNxdfA6zkqagIB9He2tQk+l16ew==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -2721,8 +2721,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-gnu@14.1.4: - resolution: {integrity: sha512-457G0hcLrdYA/u1O2XkRMsDKId5VKe3uKPvrKVOyuARa6nXrdhJOOYU9hkKKyQTMru1B8qEP78IAhf/1XnVqKA==} + /@next/swc-linux-arm64-gnu@14.2.1: + resolution: {integrity: sha512-2ZctfnyFOGvTkoD6L+DtQtO3BfFz4CapoHnyLTXkOxbZkVRgg3TQBUjTD/xKrO1QWeydeo8AWfZRg8539qNKrg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2730,8 +2730,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-musl@14.1.4: - resolution: {integrity: sha512-l/kMG+z6MB+fKA9KdtyprkTQ1ihlJcBh66cf0HvqGP+rXBbOXX0dpJatjZbHeunvEHoBBS69GYQG5ry78JMy3g==} + /@next/swc-linux-arm64-musl@14.2.1: + resolution: {integrity: sha512-jazZXctiaanemy4r+TPIpFP36t1mMwWCKMsmrTRVChRqE6putyAxZA4PDujx0SnfvZHosjdkx9xIq9BzBB5tWg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2739,8 +2739,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu@14.1.4: - resolution: {integrity: sha512-BapIFZ3ZRnvQ1uWbmqEGJuPT9cgLwvKtxhK/L2t4QYO7l+/DxXuIGjvp1x8rvfa/x1FFSsipERZK70pewbtJtw==} + /@next/swc-linux-x64-gnu@14.2.1: + resolution: {integrity: sha512-VjCHWCjsAzQAAo8lkBOLEIkBZFdfW+Z18qcQ056kL4KpUYc8o59JhLDCBlhg+hINQRgzQ2UPGma2AURGOH0+Qg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2748,8 +2748,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-musl@14.1.4: - resolution: {integrity: sha512-mqVxTwk4XuBl49qn2A5UmzFImoL1iLm0KQQwtdRJRKl21ylQwwGCxJtIYo2rbfkZHoSKlh/YgztY0qH3wG1xIg==} + /@next/swc-linux-x64-musl@14.2.1: + resolution: {integrity: sha512-7HZKYKvAp4nAHiHIbY04finRqjeYvkITOGOurP1aLMexIFG/1+oCnqhGogBdc4lao/lkMW1c+AkwWSzSlLasqw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2757,8 +2757,8 @@ packages: dev: false optional: true - /@next/swc-win32-arm64-msvc@14.1.4: - resolution: {integrity: sha512-xzxF4ErcumXjO2Pvg/wVGrtr9QQJLk3IyQX1ddAC/fi6/5jZCZ9xpuL9Tzc4KPWMFq8GGWFVDMshZOdHGdkvag==} + /@next/swc-win32-arm64-msvc@14.2.1: + resolution: {integrity: sha512-YGHklaJ/Cj/F0Xd8jxgj2p8po4JTCi6H7Z3Yics3xJhm9CPIqtl8erlpK1CLv+HInDqEWfXilqatF8YsLxxA2Q==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -2766,8 +2766,8 @@ packages: dev: false optional: true - /@next/swc-win32-ia32-msvc@14.1.4: - resolution: {integrity: sha512-WZiz8OdbkpRw6/IU/lredZWKKZopUMhcI2F+XiMAcPja0uZYdMTZQRoQ0WZcvinn9xZAidimE7tN9W5v9Yyfyw==} + /@next/swc-win32-ia32-msvc@14.2.1: + resolution: {integrity: sha512-o+ISKOlvU/L43ZhtAAfCjwIfcwuZstiHVXq/BDsZwGqQE0h/81td95MPHliWCnFoikzWcYqh+hz54ZB2FIT8RA==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -2775,8 +2775,8 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc@14.1.4: - resolution: {integrity: sha512-4Rto21sPfw555sZ/XNLqfxDUNeLhNYGO2dlPqsnuCg8N8a2a9u1ltqBOPQ4vj1Gf7eJC0W2hHG2eYUHuiXgY2w==} + /@next/swc-win32-x64-msvc@14.2.1: + resolution: {integrity: sha512-GmRoTiLcvCLifujlisknv4zu9/C4i9r0ktsA8E51EMqJL4bD4CpO7lDYr7SrUxCR0tS4RVcrqKmCak24T0ohaw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2882,29 +2882,29 @@ packages: rxjs: 7.8.1 dev: false - /@sanity/block-tools@3.37.1: - resolution: {integrity: sha512-KLLa1q7VkQxYrM42821318ieZjDUd6F1NN3q+qzfMkKs0zmcrXHefNv/r4uMunLPBOtJrpQGEQ2jHovJf1coJw==} + /@sanity/block-tools@3.38.0: + resolution: {integrity: sha512-/iszyWLcn5/JoJ1YvO1yrsbx7XaN2rtB7MC6srJAurh9jHHXNaUAM9KWrpJY6u+//fF9X7ZGKSGxo9P+iZk0LA==} dependencies: get-random-values-esm: 1.0.2 lodash: 4.17.21 dev: false - /@sanity/cli@3.37.1: - resolution: {integrity: sha512-Vv060BqLWNBxR5zQ+/20S/6rTCG9wqm1/cesVyk+i688y3eqCo+FFL9k04HDv/V1OaE3goEtoXwetah+AMNcTQ==} + /@sanity/cli@3.38.0: + resolution: {integrity: sha512-oJS+qVaZgZmI0N/UOEOwx0SFpMRzbtSTzxmxKuSzkde4BjnRtyz7niqqktICYFgnTmv2YGSO8mKnWTTCxLZKxQ==} engines: {node: '>=18'} hasBin: true dependencies: '@babel/traverse': 7.24.1 - '@sanity/client': 6.15.11 - '@sanity/codegen': 3.37.1 + '@sanity/client': 6.15.14 + '@sanity/codegen': 3.38.0 '@sanity/telemetry': 0.7.7 - '@sanity/util': 3.37.1 + '@sanity/util': 3.38.0 chalk: 4.1.2 debug: 4.3.4 decompress: 4.2.1 esbuild: 0.20.2 esbuild-register: 3.5.0(esbuild@0.20.2) - get-it: 8.4.18 + get-it: 8.4.23 groq-js: 1.7.0 node-machine-id: 1.1.12 pkg-dir: 5.0.0 @@ -2915,20 +2915,20 @@ packages: - supports-color dev: false - /@sanity/client@6.15.11: - resolution: {integrity: sha512-+dAEEKy6LrugjbssVnmef1ZoXOodiEj+0jMzqpygHmw0+uuyeb0jCvAnDdguF1thY/n3H1x+N1edt0CvVrD7Qg==} + /@sanity/client@6.15.14: + resolution: {integrity: sha512-GusjgP57Xm/CVqHBAVjv4jLSFD9Pu6KliNpHAQVRRQRKVZ5grl0Rd85UDowXziLFGD3OjHH3ssdQWXR3jzKGkA==} engines: {node: '>=14.18'} dependencies: '@sanity/eventsource': 5.0.1 '@vercel/stega': 0.1.0 - get-it: 8.4.18 + get-it: 8.4.23 rxjs: 7.8.1 transitivePeerDependencies: - supports-color dev: false - /@sanity/codegen@3.37.1: - resolution: {integrity: sha512-I1Z4VXPoU0ScJ+TZEGmYBpOMY9neSe35tCficnRTSoxzNZFHa3gNIMuCCaZ4RLjC5f24kPZRkCFl5/rGL0Gkpg==} + /@sanity/codegen@3.38.0: + resolution: {integrity: sha512-f1xsiKL7Td47EK5h95ChZNVa5TKqsH4SKfY6mkntGjSuArBj1lc6ZjR9qwkDLemDd8ZZ3YAQVYc0hqv3y9X9QQ==} engines: {node: '>=18'} dependencies: '@babel/core': 7.24.4 @@ -2941,7 +2941,7 @@ packages: '@babel/types': 7.24.0 debug: 4.3.4 globby: 10.0.2 - groq: 3.37.1 + groq: 3.38.0 groq-js: 1.7.0 json5: 2.2.3 tsconfig-paths: 4.2.0 @@ -2954,8 +2954,8 @@ packages: resolution: {integrity: sha512-tTi22KoKuER3sldXYl4c1Dq2zU7tMLDkljFiaUKVkBbu4PBvRGCFw75kXZnD2b4Bsp6vin+7sI+AKdCKRhfRuw==} dev: false - /@sanity/color@3.0.5: - resolution: {integrity: sha512-jwXekw8WGkpuTIjcTh3f5LSoSG+0sFrWPkcFlUIyQ2kwk9EDsQmFVf2X9Ewr1GAbRmqUEMhuCrr0O5z+KAqLmA==} + /@sanity/color@3.0.6: + resolution: {integrity: sha512-2TjYEvOftD0v7ukx3Csdh9QIu44P2z7NDJtlC3qITJRYV36J7R6Vfd3trVhFnN77/7CZrGjqngrtohv8VqO5nw==} engines: {node: '>=18.0.0'} dev: false @@ -2964,14 +2964,14 @@ packages: engines: {node: '>=14.18'} dev: false - /@sanity/diff@3.37.1: - resolution: {integrity: sha512-yDSyOYJ90z+OK4DeqRfS/2xu+2n4MpaZJ2zCmH6HmJz7Py08ZAzN+vMAik3FUTdykbKWP9BzGl8mY6yjKkNK2w==} + /@sanity/diff@3.38.0: + resolution: {integrity: sha512-z4DEIoLwUQprSyVSW5vEg4PRXiuET24YqYH5JTyrPqRroM0cfBDtAqL2y9lHB65H5pUdjXfp9EOeinGNLSZLig==} engines: {node: '>=18'} dependencies: '@sanity/diff-match-patch': 3.1.1 dev: false - /@sanity/eslint-config-studio@4.0.0(eslint@8.57.0)(typescript@5.4.2): + /@sanity/eslint-config-studio@4.0.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-7NLgYv94NofaMV1yPmzjEcMUWgAcOaXOrcrED8Pno1DXDda4y3ux55cIi+Q/0fw5PbWOjsM8AY9lSIm5Oq+w/A==} dependencies: '@babel/core': 7.24.4 @@ -2979,8 +2979,8 @@ packages: '@babel/preset-env': 7.24.4(@babel/core@7.24.4) '@babel/preset-react': 7.24.1(@babel/core@7.24.4) '@rushstack/eslint-patch': 1.10.1 - '@typescript-eslint/eslint-plugin': 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/eslint-plugin': 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.5) confusing-browser-globals: 1.0.11 eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) eslint-plugin-react: 7.34.1(eslint@8.57.0) @@ -3000,14 +3000,14 @@ packages: eventsource: 2.0.2 dev: false - /@sanity/export@3.37.1: - resolution: {integrity: sha512-CCFU5pcsQc1RTdXexzhHMSgkcF8HKtb4pGCVs6wJH1Nj8sBzdLjcygpeUjLfP24R31WEvbM8BRZFR+o06JTv5g==} + /@sanity/export@3.37.3: + resolution: {integrity: sha512-GlrLmRqIk9nZZGOw50AJ+emZmnsmnagVHK3YUn3EwozX19pk0UJnF2KOC8BWVYedVwUlkoTe5hyhWkaRrCAi1w==} engines: {node: '>=18'} dependencies: - '@sanity/util': 3.37.1 + '@sanity/util': 3.37.2 archiver: 7.0.1 debug: 4.3.4 - get-it: 8.4.18 + get-it: 8.4.23 lodash: 4.17.21 mississippi: 4.0.0 p-queue: 2.4.2 @@ -3026,9 +3026,9 @@ packages: engines: {node: '>= 18'} dependencies: '@sanity/eventsource': 5.0.1 - '@sanity/types': 3.37.1 + '@sanity/types': 3.38.0 fast-deep-equal: 3.1.3 - groq: 3.37.1 + groq: 3.38.0 groq-js: 1.3.0 mendoza: 3.0.3 simple-get: 4.0.1 @@ -3046,8 +3046,8 @@ packages: react: 18.2.0 dev: false - /@sanity/icons@2.11.7(react@18.2.0): - resolution: {integrity: sha512-F0GkmYfzZFJZmhRRZFyzAVtqU4D+kiXMJCr5MeM9uGgGvFNKUW2amGCiN1528Z60v73hlqHTD9Eb6WEkwhWsiA==} + /@sanity/icons@2.11.8(react@18.2.0): + resolution: {integrity: sha512-C4ViXtk6eyiNTQ5OmxpfmcK6Jw+LLTi9zg9XBUD15DzC4xTHaGW9SVfUa43YtPGs3WC3M0t0K59r0GDjh52HIg==} engines: {node: '>=14.0.0'} peerDependencies: react: ^18 @@ -3060,17 +3060,17 @@ packages: engines: {node: '>=10.0.0'} dev: false - /@sanity/import@3.37.1: - resolution: {integrity: sha512-SzmGsspXqY7cs6exwV8ZqqYvXP+im/zP8hDCSTyIShWNDowLcOUmlLac+grshdNiY0Gdq/zBnMXpNyCk+l9qMw==} + /@sanity/import@3.37.2: + resolution: {integrity: sha512-gU+YxBDSWL1rMz6Rj/n2WmMkLIFvvAiiMvxPsgXqO3AurYkjNVNISFKI2ojuemHtuZOVe8/g4TqGImyaliKaLQ==} engines: {node: '>=18'} dependencies: '@sanity/asset-utils': 1.3.0 '@sanity/generate-help-url': 3.0.0 - '@sanity/mutator': 3.37.1 + '@sanity/mutator': 3.37.2 '@sanity/uuid': 3.0.2 debug: 4.3.4 file-url: 2.0.2 - get-it: 8.4.18 + get-it: 8.4.23 get-uri: 2.0.4 globby: 10.0.2 gunzip-maybe: 1.4.2 @@ -3086,6 +3086,37 @@ packages: - supports-color dev: false + /@sanity/import@3.37.3: + resolution: {integrity: sha512-MexzckmxvX+PrmvAASFWeeaa12VuKK/1ghu53Ow+2dk1Kw10Umneph9Hfuk8T/AbLi6czPfeIl5CJGmgGoO3uw==} + engines: {node: '>=18'} + hasBin: true + dependencies: + '@sanity/asset-utils': 1.3.0 + '@sanity/generate-help-url': 3.0.0 + '@sanity/import': 3.37.2 + '@sanity/mutator': 3.37.2 + '@sanity/uuid': 3.0.2 + debug: 4.3.4 + file-url: 2.0.2 + get-it: 8.4.23 + get-uri: 2.0.4 + globby: 10.0.2 + gunzip-maybe: 1.4.2 + is-tar: 1.0.0 + lodash: 4.17.21 + meow: 9.0.0 + mississippi: 4.0.0 + ora: 5.4.1 + p-map: 1.2.0 + peek-stream: 1.1.3 + pretty-ms: 7.0.1 + rimraf: 3.0.2 + split2: 4.2.0 + tar-fs: 2.1.1 + transitivePeerDependencies: + - supports-color + dev: false + /@sanity/incompatible-plugin@1.0.4(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-2z39G9PTM8MXOF4fJNx3TG4tH0RrTjtH6dVLW93DSjCPbIS7FgCY5yWjZfQ+HVkwhLsF7ATDAGLA/jp65pFjAg==} peerDependencies: @@ -3098,25 +3129,25 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@sanity/logos@2.1.9(@sanity/color@3.0.5)(react@18.2.0): + /@sanity/logos@2.1.9(@sanity/color@3.0.6)(react@18.2.0): resolution: {integrity: sha512-E8dG8Cgz5+8lIIiRtzip2JIyy2Q6xZw4rVON42ib9uVYaMCrSjGbQ6HNVl4CBX3ZR4CIDcm1JTE8jhaLEU1v2g==} engines: {node: '>=14.0.0'} peerDependencies: '@sanity/color': ^2.0 || ^3.0 || ^3.0.0-beta react: ^18 dependencies: - '@sanity/color': 3.0.5 + '@sanity/color': 3.0.6 react: 18.2.0 dev: false - /@sanity/migrate@3.37.1: - resolution: {integrity: sha512-46TAUaK87cjDavmERm+HtxERlHcustZ3A0lVJjbMM1UgLjntisf6bF31/H7DJHfUqwrSwnubPTlGwNPntSpeZQ==} + /@sanity/migrate@3.38.0: + resolution: {integrity: sha512-Szc2eG9uu1TKHhW5BKZq9/jmbOeNqP0quKn+ZsMPb5GA+LnM8okmoDvOi5zqP6f8x7tPNYYMJTZM1QynAzWaOA==} engines: {node: '>=18'} dependencies: '@bjoerge/mutiny': 0.5.3 - '@sanity/client': 6.15.11 - '@sanity/types': 3.37.1 - '@sanity/util': 3.37.1 + '@sanity/client': 6.15.14 + '@sanity/types': 3.38.0 + '@sanity/util': 3.38.0 arrify: 2.0.1 debug: 4.3.4 fast-fifo: 1.3.2 @@ -3126,8 +3157,19 @@ packages: - supports-color dev: false - /@sanity/mutator@3.37.1: - resolution: {integrity: sha512-M20h4+v/rSMIZi5V5Yo1Zxe/jNO9Vjd2ZGZHR+Dqh32Xez6zJeVLad/VXwR9JYor5zK/LrZ9PoyC+JBmMaQc9Q==} + /@sanity/mutator@3.37.2: + resolution: {integrity: sha512-F0MvseVtgPBaPxNZtSidF6BQeygviYThgmhRbjZ89AhlRhWiLODvLakdogFmwD1NEQ0tpKn+8m0pQIOHgt2C3w==} + dependencies: + '@sanity/diff-match-patch': 3.1.1 + '@sanity/uuid': 3.0.2 + debug: 4.3.4 + lodash: 4.17.21 + transitivePeerDependencies: + - supports-color + dev: false + + /@sanity/mutator@3.38.0: + resolution: {integrity: sha512-o1IKkLbka6RsbXr/NL2XO7atDyBlsVHdBCKp5wQLZDaBa/MhIblqb5v0tOv6Sim8haALli11uDm1XBn8fTweCA==} dependencies: '@sanity/diff-match-patch': 3.1.1 '@sanity/uuid': 3.0.2 @@ -3137,18 +3179,18 @@ packages: - supports-color dev: false - /@sanity/portable-text-editor@3.37.1(react-dom@18.2.0)(react@18.2.0)(rxjs@7.8.1)(styled-components@6.1.8): - resolution: {integrity: sha512-o7sUfmeU573L6NLK48MUOxd1USz7rhiy8xWYvUcnhcPZ2Bsr1x25ZvYViEWwikFc9Ere1kcxFlRjR/r51yuV6g==} + /@sanity/portable-text-editor@3.38.0(react-dom@18.2.0)(react@18.2.0)(rxjs@7.8.1)(styled-components@6.1.8): + resolution: {integrity: sha512-cHl1QFTu4lILfNlx9EfN7YwI7mXfr2soW6zuJh6j5Q6ZucJ6H+WV8zbID/t0rvHKbmfRq4ibcmmB3uwLkoTR/Q==} engines: {node: '>=18'} peerDependencies: react: ^16.9 || ^17 || ^18 rxjs: ^7 styled-components: ^6.1 dependencies: - '@sanity/block-tools': 3.37.1 - '@sanity/schema': 3.37.1 - '@sanity/types': 3.37.1 - '@sanity/util': 3.37.1 + '@sanity/block-tools': 3.38.0 + '@sanity/schema': 3.38.0 + '@sanity/types': 3.38.0 + '@sanity/util': 3.38.0 debug: 3.2.7 is-hotkey-esm: 1.0.0 lodash: 4.17.21 @@ -3162,22 +3204,22 @@ packages: - supports-color dev: false - /@sanity/presentation@1.12.3(@sanity/client@6.15.11)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): - resolution: {integrity: sha512-qlMuHApTPx25Ha/YAlTquQPbXMGxVoNuXDoylWFHt0TzTZ1YNJt9ziTOrOHXpPkhHOw3OZa8+8CO1PZfW2kanQ==} + /@sanity/presentation@1.12.4(@sanity/client@6.15.14)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): + resolution: {integrity: sha512-CamP55gdwhfbeEd9uTDg5jV5DvwS9XQpwOu0UaOBFXyGJ7SlIOzfpF9GFtttbGp65V7gy1udHpEo6iKXSLykfg==} engines: {node: '>=16.14'} peerDependencies: - '@sanity/client': ^6.15.11 + '@sanity/client': ^6.15.14 dependencies: - '@sanity/client': 6.15.11 - '@sanity/icons': 2.11.7(react@18.2.0) - '@sanity/preview-url-secret': 1.6.7(@sanity/client@6.15.11) - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/client': 6.15.14 + '@sanity/icons': 2.11.8(react@18.2.0) + '@sanity/preview-url-secret': 1.6.8(@sanity/client@6.15.14) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/uuid': 3.0.2 '@types/lodash.isequal': 4.5.8 fast-deep-equal: 3.1.3 framer-motion: 11.0.8(react-dom@18.2.0)(react@18.2.0) lodash.isequal: 4.5.0 - mendoza: 3.0.6 + mendoza: 3.0.7 mnemonist: 0.39.8 rxjs: 7.8.1 suspend-react: 0.1.3(react@18.2.0) @@ -3188,18 +3230,18 @@ packages: - styled-components dev: false - /@sanity/preview-kit-compat@1.0.1(@sanity/client@6.15.11)(react@18.2.0): + /@sanity/preview-kit-compat@1.0.1(@sanity/client@6.15.14)(react@18.2.0): resolution: {integrity: sha512-+GTC88roy4lvnlQYypFs6xSTQgBSw6bYfWKFQcjW37ZzOGXOZxnosYM3IYn8wev8+01RqNiuVzwVVKfPHi/EFA==} engines: {node: '>=18'} peerDependencies: '@sanity/client': ^6.8.6 react: ^18.2.0 dependencies: - '@sanity/client': 6.15.11 + '@sanity/client': 6.15.14 react: 18.2.0 dev: false - /@sanity/preview-kit@4.0.3(@sanity/client@6.15.11)(react@18.2.0): + /@sanity/preview-kit@4.0.3(@sanity/client@6.15.14)(react@18.2.0): resolution: {integrity: sha512-H4fouJmYFFqB527P0iUUfvMZOckmRUCdJ5o9/8XdOobV9Lm1GH3f7LTv+SsSLbF47QGBXoavfHXVHF4tYTBc4g==} engines: {node: '>=18'} peerDependencies: @@ -3209,10 +3251,10 @@ packages: react: optional: true dependencies: - '@sanity/client': 6.15.11 + '@sanity/client': 6.15.14 '@sanity/eventsource': 5.0.1 '@sanity/groq-store': 4.1.3 - '@sanity/preview-kit-compat': 1.0.1(@sanity/client@6.15.11)(react@18.2.0) + '@sanity/preview-kit-compat': 1.0.1(@sanity/client@6.15.14)(react@18.2.0) '@vercel/stega': 0.1.0 lru-cache: 10.1.0 mendoza: 3.0.3 @@ -3223,21 +3265,21 @@ packages: - supports-color dev: false - /@sanity/preview-url-secret@1.6.7(@sanity/client@6.15.11): - resolution: {integrity: sha512-vlBz8iGdiR9CtXAdV+sdTrE8bIDhJvn/cHITY9ISY33kleOKY+QY0SGm4v3w9Plt0BZCLWpqlW90jsFC6IO4PA==} + /@sanity/preview-url-secret@1.6.8(@sanity/client@6.15.14): + resolution: {integrity: sha512-h6HyF607NDn+mQ9Db1WDWO3IWiZ+E4mPSX7nQWRcXuMvKb6J8q1/QNf+7q9+vSIvgqr709tJeIx1/EiHjIIkiw==} engines: {node: '>=18'} peerDependencies: - '@sanity/client': ^6.15.11 + '@sanity/client': ^6.15.14 dependencies: - '@sanity/client': 6.15.11 + '@sanity/client': 6.15.14 '@sanity/uuid': 3.0.2 dev: false - /@sanity/schema@3.37.1: - resolution: {integrity: sha512-NNgJtExmOUBCbEMInkJpjwGE84RgyQjw5OKe3+aDWn43MbcCQqbrmQcT+HuEJn+sQcwVf21LpkHraFbEcPtpIg==} + /@sanity/schema@3.38.0: + resolution: {integrity: sha512-TICoVCylwb6vsp5Gp6/lgFoWagpLHI3NiiHWO9kzgBOsLRX55W5vRKGj+qH7J3Y3WqaYgznsIjwPTPH/ULMqUQ==} dependencies: '@sanity/generate-help-url': 3.0.0 - '@sanity/types': 3.37.1 + '@sanity/types': 3.38.0 arrify: 1.0.1 groq-js: 1.7.0 humanize-list: 1.0.1 @@ -3259,11 +3301,20 @@ packages: typeid-js: 0.3.0 dev: false - /@sanity/types@3.37.1: - resolution: {integrity: sha512-hzqjeV+03g2RqE9O5RyaLoHGU4LywxAGZz70jHQq5qWsWP/94OYrFk5xOJmS0llaCU7Wk/+zBDwe8mMB7c5cBA==} + /@sanity/types@3.37.2: + resolution: {integrity: sha512-1EfKkNlJ86wIDtc7oFHb79JI8lKDOxKDYrkmwhvuHgJY83GpSABc1kFdbwAtWZfrWVWyqVXUv/KlNwA3b99y/g==} dependencies: - '@sanity/client': 6.15.11 - '@types/react': 18.2.75 + '@sanity/client': 6.15.14 + '@types/react': 18.2.79 + transitivePeerDependencies: + - supports-color + dev: false + + /@sanity/types@3.38.0: + resolution: {integrity: sha512-eBMnX21GJ2+aUAFC4Ddg+RhsyBjRGQXs/DfiDp50FctHn9MngCFoPQjExFet3TkoBg4jy6PJfjFzsUat0/Dyng==} + dependencies: + '@sanity/client': 6.15.14 + '@types/react': 18.2.79 transitivePeerDependencies: - supports-color dev: false @@ -3279,7 +3330,7 @@ packages: dependencies: '@floating-ui/react-dom': 2.0.0(react-dom@18.2.0)(react@18.2.0) '@sanity/color': 2.2.5 - '@sanity/icons': 2.11.7(react@18.2.0) + '@sanity/icons': 2.11.8(react@18.2.0) csstype: 3.1.3 framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 @@ -3289,8 +3340,8 @@ packages: styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) dev: false - /@sanity/ui@2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): - resolution: {integrity: sha512-1x7qP+yP2TyEfnZVZb6QsAcvqpdYDh2Qm8Cos2R4O8Q0T+0Q3X3Xt8j2C+8lUNNOnQ4ChUK5npGIjvrdbTjNAw==} + /@sanity/ui@2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): + resolution: {integrity: sha512-Bi595BjMqMyzoOZrWRO6M6yhZ7uYAFYgbefrMcuv3QLU6e3IEMeFPoAVCGlXHtkHLdY/jWNrkCFmF/qWe908+A==} engines: {node: '>=14.0.0'} peerDependencies: react: ^18 @@ -3299,8 +3350,8 @@ packages: styled-components: ^5.2 || ^6 dependencies: '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) - '@sanity/color': 3.0.5 - '@sanity/icons': 2.11.7(react@18.2.0) + '@sanity/color': 3.0.6 + '@sanity/icons': 2.11.8(react@18.2.0) csstype: 3.1.3 framer-motion: 11.0.8(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 @@ -3310,12 +3361,25 @@ packages: styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) dev: false - /@sanity/util@3.37.1: - resolution: {integrity: sha512-P++XyGj2u52TK/XfsGKjBHjdYrwZBXY4kFiKNztxvBH35kEMxNZTj/xn6UyXXVh8sEuLSRtOQAJa++zGSkzeqA==} + /@sanity/util@3.37.2: + resolution: {integrity: sha512-hq0eLjyV2iaOm9ivtPw12YTQ4QsE3jnV/Ui0zhclEhu8Go5JiaEhFt2+WM2lLGRH6qcSA414QbsCNCcyhJL6rA==} + engines: {node: '>=18'} + dependencies: + '@sanity/client': 6.15.14 + '@sanity/types': 3.37.2 + get-random-values-esm: 1.0.2 + moment: 2.30.1 + rxjs: 7.8.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@sanity/util@3.38.0: + resolution: {integrity: sha512-9LeZWNtpgdWBu5MWzeNtLNtf/EU04+Cno5/DOaxxSLlP76f9iRGCmCPdEViU1GupIuDRRC3itJstjvCWFIs7Vg==} engines: {node: '>=18'} dependencies: - '@sanity/client': 6.15.11 - '@sanity/types': 3.37.1 + '@sanity/client': 6.15.14 + '@sanity/types': 3.38.0 get-random-values-esm: 1.0.2 moment: 2.30.1 rxjs: 7.8.1 @@ -3330,8 +3394,8 @@ packages: uuid: 8.3.2 dev: false - /@sanity/vision@3.37.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): - resolution: {integrity: sha512-WF1oE6HF1RaJ3yOoCUEm7AsxpqkfWhrdnw5U3Qr/BtvV4+ZEUZO+KXrnEuOp43C7XNsN0jDj37mDtlPSZrPK5g==} + /@sanity/vision@3.38.0(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): + resolution: {integrity: sha512-TJGW+MIkNYk5bVB09FppOPrOQd8yolTPL/Ub+nFe/UZtRFHo70Uwa2WIwcJePFzCWMPKSRwsFgv59OpwlDl4CQ==} peerDependencies: react: ^18 styled-components: ^6.1 @@ -3347,9 +3411,9 @@ packages: '@lezer/highlight': 1.2.0 '@rexxars/react-json-inspector': 8.0.1(react@18.2.0) '@rexxars/react-split-pane': 0.1.93(react-dom@18.2.0)(react@18.2.0) - '@sanity/color': 3.0.5 - '@sanity/icons': 2.11.7(react@18.2.0) - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/color': 3.0.6 + '@sanity/icons': 2.11.8(react@18.2.0) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@uiw/react-codemirror': 4.21.25(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.2)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0) hashlru: 2.3.0 is-hotkey-esm: 1.0.0 @@ -3388,9 +3452,14 @@ packages: '@sinonjs/commons': 3.0.0 dev: true - /@swc/helpers@0.5.2: - resolution: {integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==} + /@swc/counter@0.1.3: + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + dev: false + + /@swc/helpers@0.5.5: + resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} dependencies: + '@swc/counter': 0.1.3 tslib: 2.6.2 dev: false @@ -3508,6 +3577,10 @@ packages: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: false + /@types/minimist@1.2.5: + resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} + dev: false + /@types/node@18.17.11: resolution: {integrity: sha512-r3hjHPBu+3LzbGBa8DHnr/KAeTEEOrahkcL+cZc4MaBMTM+mk8LtXR+zw+nqfjuDZZzYTYgTcpHuP+BEQk069g==} @@ -3528,17 +3601,17 @@ packages: /@types/react-copy-to-clipboard@5.0.7: resolution: {integrity: sha512-Gft19D+as4M+9Whq1oglhmK49vqPhcLzk8WfvfLvaYMIPYanyfLy0+CwFucMJfdKoSFyySPmkkWn8/E6voQXjQ==} dependencies: - '@types/react': 18.2.75 + '@types/react': 18.2.79 dev: false /@types/react-is@18.2.4: resolution: {integrity: sha512-wBc7HgmbCcrvw0fZjxbgz/xrrlZKzEqmABBMeSvpTvdm25u6KI6xdIi9pRE2G0C1Lw5ETFdcn4UbYZ4/rpqUYw==} dependencies: - '@types/react': 18.2.75 + '@types/react': 18.2.79 dev: false - /@types/react@18.2.75: - resolution: {integrity: sha512-+DNnF7yc5y0bHkBTiLKqXFe+L4B3nvOphiMY3tuA5X10esmjqk7smyBZzbGTy2vsiy/Bnzj8yFIBL8xhRacoOg==} + /@types/react@18.2.79: + resolution: {integrity: sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==} dependencies: '@types/prop-types': 15.7.5 csstype: 3.1.3 @@ -3591,7 +3664,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3603,10 +3676,10 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 7.5.0 - '@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/visitor-keys': 7.5.0 debug: 4.3.4 eslint: 8.57.0 @@ -3614,13 +3687,13 @@ packages: ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.0 - ts-api-utils: 1.0.2(typescript@5.4.2) - typescript: 5.4.2 + ts-api-utils: 1.0.2(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.4.1(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/parser@6.4.1(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -3632,16 +3705,16 @@ packages: dependencies: '@typescript-eslint/scope-manager': 6.4.1 '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.4.2) + '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.4.5) '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 eslint: 8.57.0 - typescript: 5.4.2 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3653,11 +3726,11 @@ packages: dependencies: '@typescript-eslint/scope-manager': 7.5.0 '@typescript-eslint/types': 7.5.0 - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.2) + '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.5) '@typescript-eslint/visitor-keys': 7.5.0 debug: 4.3.4 eslint: 8.57.0 - typescript: 5.4.2 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -3678,7 +3751,7 @@ packages: '@typescript-eslint/visitor-keys': 7.5.0 dev: true - /@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3688,12 +3761,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.2) - '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.5) + '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 - ts-api-utils: 1.0.2(typescript@5.4.2) - typescript: 5.4.2 + ts-api-utils: 1.0.2(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -3708,7 +3781,7 @@ packages: engines: {node: ^18.18.0 || >=20.0.0} dev: true - /@typescript-eslint/typescript-estree@6.4.1(typescript@5.4.2): + /@typescript-eslint/typescript-estree@6.4.1(typescript@5.4.5): resolution: {integrity: sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -3723,13 +3796,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 - ts-api-utils: 1.0.2(typescript@5.4.2) - typescript: 5.4.2 + ts-api-utils: 1.0.2(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.2): + /@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.5): resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3745,13 +3818,13 @@ packages: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.0 - ts-api-utils: 1.0.2(typescript@5.4.2) - typescript: 5.4.2 + ts-api-utils: 1.0.2(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3762,7 +3835,7 @@ packages: '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 7.5.0 '@typescript-eslint/types': 7.5.0 - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.2) + '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.5) eslint: 8.57.0 semver: 7.6.0 transitivePeerDependencies: @@ -4381,10 +4454,18 @@ packages: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} + /camelcase-keys@6.2.2: + resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} + engines: {node: '>=8'} + dependencies: + camelcase: 5.3.1 + map-obj: 4.3.0 + quick-lru: 4.0.1 + dev: false + /camelcase@5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - dev: true /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} @@ -4468,6 +4549,18 @@ packages: resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==} dev: false + /cli-cursor@3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} + dependencies: + restore-cursor: 3.1.0 + dev: false + + /cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + dev: false + /client-only@0.0.1: resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} dev: false @@ -4489,6 +4582,11 @@ packages: shallow-clone: 3.0.1 dev: false + /clone@1.0.4: + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} + dev: false + /co@4.6.0: resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} @@ -4830,6 +4928,19 @@ packages: dependencies: ms: 2.1.2 + /decamelize-keys@1.1.1: + resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} + engines: {node: '>=0.10.0'} + dependencies: + decamelize: 1.2.0 + map-obj: 1.0.1 + dev: false + + /decamelize@1.2.0: + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} + dev: false + /decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} dev: false @@ -4919,6 +5030,12 @@ packages: engines: {node: '>=0.10.0'} dev: true + /defaults@1.0.4: + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + dependencies: + clone: 1.0.4 + dev: false + /define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} @@ -5285,8 +5402,8 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-next@14.1.4(eslint@8.57.0)(typescript@5.4.2): - resolution: {integrity: sha512-cihIahbhYAWwXJwZkAaRPpUi5t9aOi/HdfWXOjZeUOqNWXHD8X22kd1KG58Dc3MVaRx3HoR/oMGk2ltcrqDn8g==} + /eslint-config-next@14.2.1(eslint@8.57.0)(typescript@5.4.5): + resolution: {integrity: sha512-BgD0kPCWMlqoItRf3xe9fG0MqwObKfVch+f2ccwDpZiCJA8ghkz2wrASH+bI6nLZzGcOJOpMm1v1Q1euhfpt4Q==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -5294,9 +5411,9 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 14.1.4 + '@next/eslint-plugin-next': 14.2.1 '@rushstack/eslint-patch': 1.10.1 - '@typescript-eslint/parser': 6.4.1(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/parser': 6.4.1(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.57.0) @@ -5304,7 +5421,7 @@ packages: eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) eslint-plugin-react: 7.34.1(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) - typescript: 5.4.2 + typescript: 5.4.5 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -5373,7 +5490,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/parser': 6.4.1(eslint@8.57.0)(typescript@5.4.5) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -5392,7 +5509,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/parser': 6.4.1(eslint@8.57.0)(typescript@5.4.5) array-includes: 3.1.8 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 @@ -5478,8 +5595,8 @@ packages: string.prototype.matchall: 4.0.11 dev: true - /eslint-plugin-simple-import-sort@12.0.0(eslint@8.57.0): - resolution: {integrity: sha512-8o0dVEdAkYap0Cn5kNeklaKcT1nUsa3LITWEuFk3nJifOoD+5JQGoyDUW2W/iPWwBsNBJpyJS9y4je/BgxLcyQ==} + /eslint-plugin-simple-import-sort@12.1.0(eslint@8.57.0): + resolution: {integrity: sha512-Y2fqAfC11TcG/WP3TrI1Gi3p3nc8XJyEOJYHyEPEGI/UAgNx6akxxlX74p7SbAQdLcgASKhj8M0GKvH3vq/+ig==} peerDependencies: eslint: '>=5.0.0' dependencies: @@ -5950,15 +6067,14 @@ packages: hasown: 2.0.2 dev: true - /get-it@8.4.18: - resolution: {integrity: sha512-cOrL+qRSix45onwUNEO/ITrtuh2cvJT+vCFG2qahC/dFBC2z03LxLTwAZ33VPptoytBJN4Ht0AdnYCDBUm/M+Q==} + /get-it@8.4.23: + resolution: {integrity: sha512-dmjxAuUmGC09pYc/tpaueuxg8SP7Z0HYeBspaWsnmHBaBNxWdPATrD+q9LIbQ04IYLmbqp7ORaKODoprOz+uBA==} engines: {node: '>=14.0.0'} dependencies: debug: 4.3.4 decompress-response: 7.0.0 follow-redirects: 1.15.6(debug@4.3.4) into-stream: 6.0.0 - is-plain-object: 5.0.0 is-retry-allowed: 2.2.0 is-stream: 2.0.1 parse-headers: 2.0.5 @@ -6189,8 +6305,8 @@ packages: - supports-color dev: false - /groq@3.37.1: - resolution: {integrity: sha512-SSGwF6i3sEgjXlv5kPXYub+XKseABT40VSpiquY3Fbjibnlqy2bm3d3es0oenntbYOYTf7wQe6m2wozoY6SPdw==} + /groq@3.38.0: + resolution: {integrity: sha512-d8b2HVgY2ATegkrMDkrfiE73i/+KnKXJ/El2GJtQsYHFYk4wkem4RNcbLaqIsw95OpIUZUwzDTJU8nzbHuXX0A==} engines: {node: '>=18'} dev: false @@ -6206,6 +6322,11 @@ packages: through2: 2.0.5 dev: false + /hard-rejection@2.1.0: + resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} + engines: {node: '>=6'} + dev: false + /has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: true @@ -6290,6 +6411,13 @@ packages: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: false + /hosted-git-info@4.1.0: + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} + dependencies: + lru-cache: 6.0.0 + dev: false + /hotscript@1.0.13: resolution: {integrity: sha512-C++tTF1GqkGYecL+2S1wJTfoH6APGAsbb7PAWQ3iVIwgG/EFseAfEVOKFgAFq4yK3+6j1EjUD4UQ9dRJHX/sSQ==} dev: false @@ -6385,6 +6513,11 @@ packages: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} + /indent-string@4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + dev: false + /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: @@ -6552,6 +6685,11 @@ packages: resolution: {integrity: sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==} dev: false + /is-interactive@1.0.0: + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} + dev: false + /is-map@2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} dev: true @@ -6586,6 +6724,11 @@ packages: engines: {node: '>=8'} dev: true + /is-plain-obj@1.1.0: + resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} + engines: {node: '>=0.10.0'} + dev: false + /is-plain-obj@4.1.0: resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} engines: {node: '>=12'} @@ -6670,6 +6813,11 @@ packages: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} dev: false + /is-unicode-supported@0.1.0: + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} + dev: false + /is-weakmap@2.0.1: resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} dev: true @@ -7429,6 +7577,14 @@ packages: chalk: 2.4.2 dev: false + /log-symbols@4.1.0: + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} + dependencies: + chalk: 4.1.2 + is-unicode-supported: 0.1.0 + dev: false + /loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true @@ -7496,6 +7652,16 @@ packages: tmpl: 1.0.5 dev: true + /map-obj@1.0.1: + resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} + engines: {node: '>=0.10.0'} + dev: false + + /map-obj@4.3.0: + resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} + engines: {node: '>=8'} + dev: false + /md5-o-matic@0.1.1: resolution: {integrity: sha512-QBJSFpsedXUl/Lgs4ySdB2XCzUEcJ3ujpbagdZCkRaYIaC0kFnID8jhc84KEiVv6dNFtIrmW7bqow0lDxgJi6A==} dev: false @@ -7517,11 +7683,29 @@ packages: engines: {node: '>=14.18'} dev: false - /mendoza@3.0.6: - resolution: {integrity: sha512-oTwuDUEiUjiffiWm1BHEw3E50x4tiyhm9CO0ximOKXyeLOIcEkbXltHCCOtTRcQ9eCkmjmfz4E9f9TSSQBI9Mw==} + /mendoza@3.0.7: + resolution: {integrity: sha512-KtLgsCl5dFjRPUVSVV9KxpUr2BfZgLv8uqxg/hCsI7JIWsesHABSbl0MQwxNHAg24KtzSQ6vrPsgeNnoq4UImg==} engines: {node: '>=14.18'} dev: false + /meow@9.0.0: + resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} + engines: {node: '>=10'} + dependencies: + '@types/minimist': 1.2.5 + camelcase-keys: 6.2.2 + decamelize: 1.2.0 + decamelize-keys: 1.1.1 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 3.0.3 + read-pkg-up: 7.0.1 + redent: 3.0.0 + trim-newlines: 3.0.1 + type-fest: 0.18.1 + yargs-parser: 20.2.9 + dev: false + /merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -7563,6 +7747,11 @@ packages: dom-walk: 0.1.2 dev: false + /min-indent@1.0.1: + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} + dev: false + /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -7595,6 +7784,15 @@ packages: dependencies: brace-expansion: 2.0.1 + /minimist-options@4.1.0: + resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} + engines: {node: '>= 6'} + dependencies: + arrify: 1.0.1 + is-plain-obj: 1.1.0 + kind-of: 6.0.3 + dev: false + /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} @@ -7685,7 +7883,7 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true - /next-sanity@6.1.4(@sanity/client@6.15.11)(@sanity/icons@2.11.7)(@sanity/types@3.37.1)(@sanity/ui@1.9.3)(next@14.1.4)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8): + /next-sanity@6.1.4(@sanity/client@6.15.14)(@sanity/icons@2.11.8)(@sanity/types@3.38.0)(@sanity/ui@1.9.3)(next@14.2.1)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8): resolution: {integrity: sha512-GXNZ0vJcFNPCLaAIpgdCDF5RhtsfWLOEa8Qr/FJfXv0V/C6rjWub7HbY2PfKpQxAWMVS4XyV/0hNBFgUaGdUtA==} engines: {node: '>=18'} peerDependencies: @@ -7698,22 +7896,22 @@ packages: sanity: ^3.19 styled-components: ^5.2 || ^6.0 dependencies: - '@sanity/client': 6.15.11 - '@sanity/icons': 2.11.7(react@18.2.0) - '@sanity/preview-kit': 4.0.3(@sanity/client@6.15.11)(react@18.2.0) - '@sanity/types': 3.37.1 + '@sanity/client': 6.15.14 + '@sanity/icons': 2.11.8(react@18.2.0) + '@sanity/preview-kit': 4.0.3(@sanity/client@6.15.14)(react@18.2.0) + '@sanity/types': 3.38.0 '@sanity/ui': 1.9.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/webhook': 4.0.0 - groq: 3.37.1 - next: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + groq: 3.38.0 + next: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - sanity: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + sanity: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - supports-color dev: false - /next-sanity@6.1.4(@sanity/client@6.15.11)(@sanity/icons@2.11.7)(@sanity/types@3.37.1)(@sanity/ui@2.1.1)(next@14.1.4)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8): + /next-sanity@6.1.4(@sanity/client@6.15.14)(@sanity/icons@2.11.8)(@sanity/types@3.38.0)(@sanity/ui@2.1.3)(next@14.2.1)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8): resolution: {integrity: sha512-GXNZ0vJcFNPCLaAIpgdCDF5RhtsfWLOEa8Qr/FJfXv0V/C6rjWub7HbY2PfKpQxAWMVS4XyV/0hNBFgUaGdUtA==} engines: {node: '>=18'} peerDependencies: @@ -7726,38 +7924,41 @@ packages: sanity: ^3.19 styled-components: ^5.2 || ^6.0 dependencies: - '@sanity/client': 6.15.11 - '@sanity/icons': 2.11.7(react@18.2.0) - '@sanity/preview-kit': 4.0.3(@sanity/client@6.15.11)(react@18.2.0) - '@sanity/types': 3.37.1 - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/client': 6.15.14 + '@sanity/icons': 2.11.8(react@18.2.0) + '@sanity/preview-kit': 4.0.3(@sanity/client@6.15.14)(react@18.2.0) + '@sanity/types': 3.38.0 + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/webhook': 4.0.0 - groq: 3.37.1 - next: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + groq: 3.38.0 + next: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - sanity: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + sanity: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - supports-color dev: false - /next@14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-1WTaXeSrUwlz/XcnhGTY7+8eiaFvdet5z9u3V2jb+Ek1vFo0VhHKSAIJvDWfQpttWjnyw14kBeq28TPq7bTeEQ==} + /next@14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-SF3TJnKdH43PMkCcErLPv+x/DY1YCklslk3ZmwaVoyUfDgHKexuKlf9sEfBQ69w+ue8jQ3msLb+hSj1T19hGag==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 react: ^18.2.0 react-dom: ^18.2.0 sass: ^1.3.0 peerDependenciesMeta: '@opentelemetry/api': optional: true + '@playwright/test': + optional: true sass: optional: true dependencies: - '@next/env': 14.1.4 - '@swc/helpers': 0.5.2 + '@next/env': 14.2.1 + '@swc/helpers': 0.5.5 busboy: 1.6.0 caniuse-lite: 1.0.30001607 graceful-fs: 4.2.11 @@ -7766,15 +7967,15 @@ packages: react-dom: 18.2.0(react@18.2.0) styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.2.0) optionalDependencies: - '@next/swc-darwin-arm64': 14.1.4 - '@next/swc-darwin-x64': 14.1.4 - '@next/swc-linux-arm64-gnu': 14.1.4 - '@next/swc-linux-arm64-musl': 14.1.4 - '@next/swc-linux-x64-gnu': 14.1.4 - '@next/swc-linux-x64-musl': 14.1.4 - '@next/swc-win32-arm64-msvc': 14.1.4 - '@next/swc-win32-ia32-msvc': 14.1.4 - '@next/swc-win32-x64-msvc': 14.1.4 + '@next/swc-darwin-arm64': 14.2.1 + '@next/swc-darwin-x64': 14.2.1 + '@next/swc-linux-arm64-gnu': 14.2.1 + '@next/swc-linux-arm64-musl': 14.2.1 + '@next/swc-linux-x64-gnu': 14.2.1 + '@next/swc-linux-x64-musl': 14.2.1 + '@next/swc-win32-arm64-msvc': 14.2.1 + '@next/swc-win32-ia32-msvc': 14.2.1 + '@next/swc-win32-x64-msvc': 14.2.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -7800,6 +8001,16 @@ packages: validate-npm-package-license: 3.0.4 dev: false + /normalize-package-data@3.0.3: + resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} + engines: {node: '>=10'} + dependencies: + hosted-git-info: 4.1.0 + is-core-module: 2.13.1 + semver: 7.6.0 + validate-npm-package-license: 3.0.4 + dev: false + /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} @@ -7936,6 +8147,21 @@ packages: type-check: 0.4.0 dev: true + /ora@5.4.1: + resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} + engines: {node: '>=10'} + dependencies: + bl: 4.1.0 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.9.2 + is-interactive: 1.0.0 + is-unicode-supported: 0.1.0 + log-symbols: 4.1.0 + strip-ansi: 6.0.1 + wcwidth: 1.0.1 + dev: false + /p-finally@2.0.1: resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==} engines: {node: '>=8'} @@ -8199,8 +8425,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-packagejson@2.4.14(prettier@3.2.5): - resolution: {integrity: sha512-sli+gV5tW7uxvzDZQscaBtSfbyAW2ToL6n/HGt51PipwX9vI7M54vefG0mKSfklVkT29TNGO6Mo6g8c6Z79gmw==} + /prettier-plugin-packagejson@2.5.0(prettier@3.2.5): + resolution: {integrity: sha512-6XkH3rpin5QEQodBSVNg+rBo4r91g/1mCaRwS1YGdQJZ6jwqrg2UchBsIG9tpS1yK1kNBvOt84OILsX8uHzBGg==} peerDependencies: prettier: '>= 1.16.0' peerDependenciesMeta: @@ -8321,6 +8547,11 @@ packages: resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==} dev: false + /quick-lru@4.0.1: + resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} + engines: {node: '>=8'} + dev: false + /raf@3.4.1: resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} dependencies: @@ -8360,7 +8591,7 @@ packages: resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} dev: false - /react-focus-lock@2.11.2(@types/react@18.2.75)(react@18.2.0): + /react-focus-lock@2.11.2(@types/react@18.2.79)(react@18.2.0): resolution: {integrity: sha512-DDTbEiov0+RthESPVSTIdAWPPKic+op3sCcP+icbMRobvQNt7LuAlJ3KoarqQv5sCgKArru3kXmlmFTa27/CdQ==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -8370,13 +8601,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.4 - '@types/react': 18.2.75 + '@types/react': 18.2.79 focus-lock: 1.3.5 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6(react@18.2.0) - use-callback-ref: 1.3.2(@types/react@18.2.75)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.75)(react@18.2.0) + use-callback-ref: 1.3.2(@types/react@18.2.79)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.79)(react@18.2.0) dev: false /react-i18next@13.5.0(i18next@23.11.0)(react-dom@18.2.0)(react@18.2.0): @@ -8399,8 +8630,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-icons@5.0.1(react@18.2.0): - resolution: {integrity: sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==} + /react-icons@5.1.0(react@18.2.0): + resolution: {integrity: sha512-D3zug1270S4hbSlIRJ0CUS97QE1yNNKDjzQe3HqY0aefp2CBn9VgzgES27sRR2gOvFK+0CNx/BW0ggOESp6fqQ==} peerDependencies: react: '*' dependencies: @@ -8550,6 +8781,14 @@ packages: picomatch: 2.3.1 dev: false + /redent@3.0.0: + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} + dependencies: + indent-string: 4.0.0 + strip-indent: 3.0.0 + dev: false + /reflect.getprototypeof@1.0.6: resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} engines: {node: '>= 0.4'} @@ -8669,6 +8908,14 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true + /restore-cursor@3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + dev: false + /reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} @@ -8756,29 +9003,29 @@ packages: '@sanity/diff-match-patch': 3.1.1 dev: false - /sanity-plugin-asset-source-unsplash@3.0.0(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8): - resolution: {integrity: sha512-bxYIQ3fsCIV1Uxrjs6pDcr/9lhdCyCBWX45k1si/epn0R5zZPTvLVGLlzAdmQ585c7jDhk4hOyaGRRGeVJUbag==} - engines: {node: '>=14'} + /sanity-plugin-asset-source-unsplash@3.0.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8): + resolution: {integrity: sha512-xlwmtoZPbfbXcoEkeH67AnWoUvUWBICNvShFgkB1TlZAWZ2hKRFUm968aHa1kkjsbHnrBBkSqkhKcYFM/giC5Q==} + engines: {node: '>=18'} peerDependencies: react: ^18 sanity: ^3 styled-components: ^6.1 dependencies: - '@sanity/icons': 2.11.7(react@18.2.0) + '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/incompatible-plugin': 1.0.4(react-dom@18.2.0)(react@18.2.0) - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) react: 18.2.0 react-infinite-scroll-component: 6.1.0(react@18.2.0) react-photo-album: 2.3.1(react@18.2.0) rxjs: 7.8.1 - sanity: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + sanity: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - react-dom - react-is dev: false - /sanity-plugin-mux-input@2.3.4(@types/react@18.2.75)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8): + /sanity-plugin-mux-input@2.3.4(@types/react@18.2.79)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8): resolution: {integrity: sha512-GHIFWKXDzYIZreeC/ExEsaIBU7ATgAfjacB8Yo9SN2K1C9YMhdHYbl8S+aCa2QcmrmvHtkAKG3oukg/U0JfUCQ==} engines: {node: '>=14'} peerDependencies: @@ -8787,11 +9034,11 @@ packages: sanity: ^3 styled-components: ^6 dependencies: - '@mux/mux-player-react': 2.4.1(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + '@mux/mux-player-react': 2.4.1(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0) '@mux/upchunk': 3.3.2 - '@sanity/icons': 2.11.7(react@18.2.0) + '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/incompatible-plugin': 1.0.4(react-dom@18.2.0)(react@18.2.0) - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/uuid': 3.0.2 iso-639-1: 3.1.2 jsonwebtoken-esm: 1.0.5 @@ -8800,7 +9047,7 @@ packages: react-is: 18.2.0 react-rx: 2.1.3(react@18.2.0)(rxjs@7.8.1) rxjs: 7.8.1 - sanity: 3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + sanity: 3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) scroll-into-view-if-needed: 3.1.0 styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) suspend-react: 0.1.3(react@18.2.0) @@ -8812,7 +9059,7 @@ packages: - react-dom dev: false - /sanity-plugin-mux-input@2.3.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.1)(styled-components@6.1.8): + /sanity-plugin-mux-input@2.3.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.38.0)(styled-components@6.1.8): resolution: {integrity: sha512-GHIFWKXDzYIZreeC/ExEsaIBU7ATgAfjacB8Yo9SN2K1C9YMhdHYbl8S+aCa2QcmrmvHtkAKG3oukg/U0JfUCQ==} engines: {node: '>=14'} peerDependencies: @@ -8821,11 +9068,11 @@ packages: sanity: ^3 styled-components: ^6 dependencies: - '@mux/mux-player-react': 2.4.1(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + '@mux/mux-player-react': 2.4.1(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0) '@mux/upchunk': 3.3.2 - '@sanity/icons': 2.11.7(react@18.2.0) + '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/incompatible-plugin': 1.0.4(react-dom@18.2.0)(react@18.2.0) - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/uuid': 3.0.2 iso-639-1: 3.1.2 jsonwebtoken-esm: 1.0.5 @@ -8834,7 +9081,7 @@ packages: react-is: 18.2.0 react-rx: 2.1.3(react@18.2.0)(rxjs@7.8.1) rxjs: 7.8.1 - sanity: 3.37.1(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) + sanity: 3.38.0(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) scroll-into-view-if-needed: 3.1.0 styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) suspend-react: 0.1.3(react@18.2.0) @@ -8846,8 +9093,8 @@ packages: - react-dom dev: false - /sanity@3.37.1(@types/node@18.17.11)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8): - resolution: {integrity: sha512-CF9YTvgb/SppO8kfzHlkgtIIdk56xY7AqsWsHsXRDQsuxPnkUnwIGNvR7B6kTSc/PO0XfHR7uQ7ODwfC2t9IHw==} + /sanity@3.38.0(@types/node@18.17.11)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8): + resolution: {integrity: sha512-52w23jQ53nx/hOsQSBZ5AXVexVPcPwGrvz0xWeoWBJ3vKGiNYbi62KKOrHY+EAd4D6ig7jfszpexI28gzbpLsw==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -8864,27 +9111,27 @@ packages: '@rexxars/react-json-inspector': 8.0.1(react@18.2.0) '@sanity/asset-utils': 1.3.0 '@sanity/bifur-client': 0.3.1 - '@sanity/block-tools': 3.37.1 - '@sanity/cli': 3.37.1 - '@sanity/client': 6.15.11 - '@sanity/color': 3.0.5 - '@sanity/diff': 3.37.1 + '@sanity/block-tools': 3.38.0 + '@sanity/cli': 3.38.0 + '@sanity/client': 6.15.14 + '@sanity/color': 3.0.6 + '@sanity/diff': 3.38.0 '@sanity/diff-match-patch': 3.1.1 '@sanity/eventsource': 5.0.1 - '@sanity/export': 3.37.1 - '@sanity/icons': 2.11.7(react@18.2.0) + '@sanity/export': 3.37.3 + '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/image-url': 1.0.2 - '@sanity/import': 3.37.1 - '@sanity/logos': 2.1.9(@sanity/color@3.0.5)(react@18.2.0) - '@sanity/migrate': 3.37.1 - '@sanity/mutator': 3.37.1 - '@sanity/portable-text-editor': 3.37.1(react-dom@18.2.0)(react@18.2.0)(rxjs@7.8.1)(styled-components@6.1.8) - '@sanity/presentation': 1.12.3(@sanity/client@6.15.11)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) - '@sanity/schema': 3.37.1 + '@sanity/import': 3.37.3 + '@sanity/logos': 2.1.9(@sanity/color@3.0.6)(react@18.2.0) + '@sanity/migrate': 3.38.0 + '@sanity/mutator': 3.38.0 + '@sanity/portable-text-editor': 3.38.0(react-dom@18.2.0)(react@18.2.0)(rxjs@7.8.1)(styled-components@6.1.8) + '@sanity/presentation': 1.12.4(@sanity/client@6.15.14)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/schema': 3.38.0 '@sanity/telemetry': 0.7.7 - '@sanity/types': 3.37.1 - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) - '@sanity/util': 3.37.1 + '@sanity/types': 3.38.0 + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/util': 3.38.0 '@sanity/uuid': 3.0.2 '@tanstack/react-virtual': 3.0.0-beta.54(react@18.2.0) '@types/react-copy-to-clipboard': 5.0.7 @@ -8912,7 +9159,7 @@ packages: execa: 2.1.0 exif-component: 1.0.1 framer-motion: 11.0.8(react-dom@18.2.0)(react@18.2.0) - get-it: 8.4.18 + get-it: 8.4.23 get-random-values-esm: 1.0.2 groq-js: 1.7.0 hashlru: 2.3.0 @@ -8927,7 +9174,7 @@ packages: json5: 2.2.3 lodash: 4.17.21 log-symbols: 2.2.0 - mendoza: 3.0.6 + mendoza: 3.0.7 module-alias: 2.2.3 nano-pubsub: 3.0.0 nanoid: 3.3.7 @@ -8944,7 +9191,7 @@ packages: react-copy-to-clipboard: 5.1.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0) react-fast-compare: 3.2.2 - react-focus-lock: 2.11.2(@types/react@18.2.75)(react@18.2.0) + react-focus-lock: 2.11.2(@types/react@18.2.79)(react@18.2.0) react-i18next: 13.5.0(i18next@23.11.0)(react-dom@18.2.0)(react@18.2.0) react-is: 18.2.0 react-refractor: 2.1.7(react@18.2.0) @@ -8984,8 +9231,8 @@ packages: - utf-8-validate dev: false - /sanity@3.37.1(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8): - resolution: {integrity: sha512-CF9YTvgb/SppO8kfzHlkgtIIdk56xY7AqsWsHsXRDQsuxPnkUnwIGNvR7B6kTSc/PO0XfHR7uQ7ODwfC2t9IHw==} + /sanity@3.38.0(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8): + resolution: {integrity: sha512-52w23jQ53nx/hOsQSBZ5AXVexVPcPwGrvz0xWeoWBJ3vKGiNYbi62KKOrHY+EAd4D6ig7jfszpexI28gzbpLsw==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -9002,27 +9249,27 @@ packages: '@rexxars/react-json-inspector': 8.0.1(react@18.2.0) '@sanity/asset-utils': 1.3.0 '@sanity/bifur-client': 0.3.1 - '@sanity/block-tools': 3.37.1 - '@sanity/cli': 3.37.1 - '@sanity/client': 6.15.11 - '@sanity/color': 3.0.5 - '@sanity/diff': 3.37.1 + '@sanity/block-tools': 3.38.0 + '@sanity/cli': 3.38.0 + '@sanity/client': 6.15.14 + '@sanity/color': 3.0.6 + '@sanity/diff': 3.38.0 '@sanity/diff-match-patch': 3.1.1 '@sanity/eventsource': 5.0.1 - '@sanity/export': 3.37.1 - '@sanity/icons': 2.11.7(react@18.2.0) + '@sanity/export': 3.37.3 + '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/image-url': 1.0.2 - '@sanity/import': 3.37.1 - '@sanity/logos': 2.1.9(@sanity/color@3.0.5)(react@18.2.0) - '@sanity/migrate': 3.37.1 - '@sanity/mutator': 3.37.1 - '@sanity/portable-text-editor': 3.37.1(react-dom@18.2.0)(react@18.2.0)(rxjs@7.8.1)(styled-components@6.1.8) - '@sanity/presentation': 1.12.3(@sanity/client@6.15.11)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) - '@sanity/schema': 3.37.1 + '@sanity/import': 3.37.3 + '@sanity/logos': 2.1.9(@sanity/color@3.0.6)(react@18.2.0) + '@sanity/migrate': 3.38.0 + '@sanity/mutator': 3.38.0 + '@sanity/portable-text-editor': 3.38.0(react-dom@18.2.0)(react@18.2.0)(rxjs@7.8.1)(styled-components@6.1.8) + '@sanity/presentation': 1.12.4(@sanity/client@6.15.14)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/schema': 3.38.0 '@sanity/telemetry': 0.7.7 - '@sanity/types': 3.37.1 - '@sanity/ui': 2.1.1(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) - '@sanity/util': 3.37.1 + '@sanity/types': 3.38.0 + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/util': 3.38.0 '@sanity/uuid': 3.0.2 '@tanstack/react-virtual': 3.0.0-beta.54(react@18.2.0) '@types/react-copy-to-clipboard': 5.0.7 @@ -9050,7 +9297,7 @@ packages: execa: 2.1.0 exif-component: 1.0.1 framer-motion: 11.0.8(react-dom@18.2.0)(react@18.2.0) - get-it: 8.4.18 + get-it: 8.4.23 get-random-values-esm: 1.0.2 groq-js: 1.7.0 hashlru: 2.3.0 @@ -9065,7 +9312,7 @@ packages: json5: 2.2.3 lodash: 4.17.21 log-symbols: 2.2.0 - mendoza: 3.0.6 + mendoza: 3.0.7 module-alias: 2.2.3 nano-pubsub: 3.0.0 nanoid: 3.3.7 @@ -9082,7 +9329,7 @@ packages: react-copy-to-clipboard: 5.1.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0) react-fast-compare: 3.2.2 - react-focus-lock: 2.11.2(@types/react@18.2.75)(react@18.2.0) + react-focus-lock: 2.11.2(@types/react@18.2.79)(react@18.2.0) react-i18next: 13.5.0(i18next@23.11.0)(react-dom@18.2.0)(react@18.2.0) react-is: 18.2.0 react-refractor: 2.1.7(react@18.2.0) @@ -9533,6 +9780,13 @@ packages: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} + /strip-indent@3.0.0: + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} + dependencies: + min-indent: 1.0.1 + dev: false + /strip-json-comments@3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} @@ -9771,13 +10025,18 @@ packages: punycode: 2.3.1 dev: false - /ts-api-utils@1.0.2(typescript@5.4.2): + /trim-newlines@3.0.1: + resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} + engines: {node: '>=8'} + dev: false + + /ts-api-utils@1.0.2(typescript@5.4.5): resolution: {integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.4.2 + typescript: 5.4.5 dev: true /tsconfig-paths@3.15.0: @@ -9883,6 +10142,11 @@ packages: engines: {node: '>=4'} dev: true + /type-fest@0.18.1: + resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} + engines: {node: '>=10'} + dev: false + /type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} @@ -9967,8 +10231,8 @@ packages: uuidv7: 0.4.4 dev: false - /typescript@5.4.2: - resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + /typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true dev: true @@ -10060,7 +10324,7 @@ packages: requires-port: 1.0.0 dev: false - /use-callback-ref@1.3.2(@types/react@18.2.75)(react@18.2.0): + /use-callback-ref@1.3.2(@types/react@18.2.79)(react@18.2.0): resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==} engines: {node: '>=10'} peerDependencies: @@ -10070,7 +10334,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.75 + '@types/react': 18.2.79 react: 18.2.0 tslib: 2.6.2 dev: false @@ -10091,7 +10355,7 @@ packages: react: 18.2.0 dev: false - /use-sidecar@1.1.2(@types/react@18.2.75)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.2.79)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -10101,7 +10365,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.75 + '@types/react': 18.2.79 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.6.2 @@ -10209,6 +10473,12 @@ packages: makeerror: 1.0.12 dev: true + /wcwidth@1.0.1: + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + dependencies: + defaults: 1.0.4 + dev: false + /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} @@ -10388,6 +10658,11 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + /yargs-parser@20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + dev: false + /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'}