From 1cab2c1f535a4327d4371cbc8dae04f3ceecfe84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:43:02 +0000 Subject: [PATCH] chore(deps): update non-major --- package-lock.json | 297 +++++++++++++++++++++++++++++++++------------- package.json | 8 +- 2 files changed, 218 insertions(+), 87 deletions(-) diff --git a/package-lock.json b/package-lock.json index 691efa6f..67f822cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,14 +10,14 @@ "@sanity/demo": "2.0.0", "@sanity/icons": "3.4.0", "@sanity/image-url": "1.1.0", - "@sanity/react-loader": "1.10.18", - "@sanity/ui": "2.8.23", + "@sanity/react-loader": "1.10.20", + "@sanity/ui": "2.8.24", "@sanity/vision": "3.64.1", "@tailwindcss/typography": "0.5.15", "classnames": "2.5.1", "date-fns": "4.1.0", "next": "14.2.18", - "next-sanity": "9.8.13", + "next-sanity": "9.8.15", "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.1", @@ -36,7 +36,7 @@ "prettier": "3.3.3", "prettier-plugin-packagejson": "2.5.3", "prettier-plugin-tailwindcss": "0.6.8", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "typescript": "5.6.3" } }, @@ -3081,9 +3081,9 @@ } }, "node_modules/@sanity/client": { - "version": "6.22.4", - "resolved": "https://registry.npmjs.org/@sanity/client/-/client-6.22.4.tgz", - "integrity": "sha512-l807VLFs/CVrbWoqQ6C9SNqpvSvNkNnJ5RgxUSfCB2t8elkJ7fr3ahi1bbGrIMrfr/uL044WfWIQ4E3DoqpiuQ==", + "version": "6.22.5", + "resolved": "https://registry.npmjs.org/@sanity/client/-/client-6.22.5.tgz", + "integrity": "sha512-prVcdTftytujpTDaCbQdDMBnInSKuTV4xs9Qx+dgvtN8i+spcC8w/vuigdBwfyxVHTT+3+MIgUl5+zAPrlKR8g==", "license": "MIT", "dependencies": { "@sanity/eventsource": "^5.0.2", @@ -3210,18 +3210,45 @@ } }, "node_modules/@sanity/core-loader": { - "version": "1.7.10", - "resolved": "https://registry.npmjs.org/@sanity/core-loader/-/core-loader-1.7.10.tgz", - "integrity": "sha512-ZC5Si89dhjpxDWC4UMKhw6vk7w1MltV3Y7/xASaH1CkoruJfW+Tci8ytsqcFpDzPV3fcyXLxXquqfqDIZ4tlCA==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@sanity/core-loader/-/core-loader-1.7.12.tgz", + "integrity": "sha512-YXjVzoqbhmp7DzAVGx7BBPUq6E9u1ItRAtvwO2favTq29d+IgQ2gkTWJMAo/0dfSs30eEuggtZrS8Z7t5iTKLw==", "license": "MIT", "dependencies": { - "@sanity/comlink": "1.1.2" + "@sanity/comlink": "1.1.3" }, "engines": { "node": ">=18" }, "peerDependencies": { - "@sanity/client": "^6.22.4" + "@sanity/client": "^6.22.5" + } + }, + "node_modules/@sanity/core-loader/node_modules/@sanity/comlink": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@sanity/comlink/-/comlink-1.1.3.tgz", + "integrity": "sha512-Lx1YwziLLqzPUFuJDqmtS0zF2LbYZjDdJ6n6P9toUCrizw1F+/dqnJL2a2YZPKmBlW7+gfnJKxwMlK4DmbThTg==", + "license": "MIT", + "dependencies": { + "rxjs": "^7.8.1", + "uuid": "^10.0.0", + "xstate": "^5.19.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sanity/core-loader/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/@sanity/demo": { @@ -3580,12 +3607,12 @@ } }, "node_modules/@sanity/next-loader": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@sanity/next-loader/-/next-loader-1.1.6.tgz", - "integrity": "sha512-mahD5FAQ38VsDrH56t6anHD/oQzwJaEvGfzbRMeA1HwN9e7wNKiWQRkaIwaE1yhNjS925SLfylp92Zh8QB2NOQ==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@sanity/next-loader/-/next-loader-1.1.7.tgz", + "integrity": "sha512-EYjcEE5mu24d5wvaugxz6w6/mmcTpNEMv6aXSEhvqbTZN/YUqWcLIcAvAZA8OpPu4+3923owbUMwGz+DWHpMCQ==", "license": "MIT", "dependencies": { - "@sanity/comlink": "1.1.2", + "@sanity/comlink": "1.1.3", "use-effect-event": "^1.0.2" }, "engines": { @@ -3597,6 +3624,33 @@ "react": "^18.3 || ^19.0.0-0" } }, + "node_modules/@sanity/next-loader/node_modules/@sanity/comlink": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@sanity/comlink/-/comlink-1.1.3.tgz", + "integrity": "sha512-Lx1YwziLLqzPUFuJDqmtS0zF2LbYZjDdJ6n6P9toUCrizw1F+/dqnJL2a2YZPKmBlW7+gfnJKxwMlK4DmbThTg==", + "license": "MIT", + "dependencies": { + "rxjs": "^7.8.1", + "uuid": "^10.0.0", + "xstate": "^5.19.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sanity/next-loader/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@sanity/presentation": { "version": "1.18.2", "resolved": "https://registry.npmjs.org/@sanity/presentation/-/presentation-1.18.2.tgz", @@ -3629,12 +3683,12 @@ } }, "node_modules/@sanity/preview-kit": { - "version": "5.1.16", - "resolved": "https://registry.npmjs.org/@sanity/preview-kit/-/preview-kit-5.1.16.tgz", - "integrity": "sha512-LkhVAqRqCJeKmV/BDDv1OubfuT5OoFt5ulq17vQUl2reUIu8ugZYhRw8Q+LjQNE5W0mjEyuu1xA32ghMtYSdAA==", + "version": "5.1.17", + "resolved": "https://registry.npmjs.org/@sanity/preview-kit/-/preview-kit-5.1.17.tgz", + "integrity": "sha512-2LgOolzkygP9l+OVgc4Gn59Mp4lMLijN56bum+cVngbhMhO0/Qqb3zP7UroLfjqjGMhJVpdNsDM65iiNM3PAmA==", "license": "MIT", "dependencies": { - "@sanity/preview-kit-compat": "1.5.19", + "@sanity/preview-kit-compat": "1.5.20", "mendoza": "3.0.7" }, "engines": { @@ -3651,12 +3705,12 @@ } }, "node_modules/@sanity/preview-kit-compat": { - "version": "1.5.19", - "resolved": "https://registry.npmjs.org/@sanity/preview-kit-compat/-/preview-kit-compat-1.5.19.tgz", - "integrity": "sha512-zoj4HjNRSjYQKDNO99N9D4C745cnFEC5O8DE4/mWzHvjX2oAhAMwTx2l51qlvnl5XyANlrSIwLPOzxi7MIBHbw==", + "version": "1.5.20", + "resolved": "https://registry.npmjs.org/@sanity/preview-kit-compat/-/preview-kit-compat-1.5.20.tgz", + "integrity": "sha512-/ugwZfVBdAyhBChNKG15/8lhPfCh4BVwc8NXtHNK4DlpYr8dQnp6i/BG4MSrVSX41KZcPYOGwGP7I04035ztIA==", "license": "MIT", "dependencies": { - "@sanity/comlink": "1.1.2" + "@sanity/comlink": "1.1.3" }, "engines": { "node": ">=18" @@ -3666,6 +3720,33 @@ "react": "^18.3 || >=19.0.0-rc" } }, + "node_modules/@sanity/preview-kit-compat/node_modules/@sanity/comlink": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@sanity/comlink/-/comlink-1.1.3.tgz", + "integrity": "sha512-Lx1YwziLLqzPUFuJDqmtS0zF2LbYZjDdJ6n6P9toUCrizw1F+/dqnJL2a2YZPKmBlW7+gfnJKxwMlK4DmbThTg==", + "license": "MIT", + "dependencies": { + "rxjs": "^7.8.1", + "uuid": "^10.0.0", + "xstate": "^5.19.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@sanity/preview-kit-compat/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@sanity/preview-url-secret": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@sanity/preview-url-secret/-/preview-url-secret-2.0.3.tgz", @@ -3682,18 +3763,18 @@ } }, "node_modules/@sanity/react-loader": { - "version": "1.10.18", - "resolved": "https://registry.npmjs.org/@sanity/react-loader/-/react-loader-1.10.18.tgz", - "integrity": "sha512-2Je9apR87mdWvhl5O0R+hK2efU0uB0h8K8YSedE9WkhoMiRPvJiuV7PQPedSERgawbQ7BbacrY1eqvRQD16Fjg==", + "version": "1.10.20", + "resolved": "https://registry.npmjs.org/@sanity/react-loader/-/react-loader-1.10.20.tgz", + "integrity": "sha512-ztafIM/gnKnf6ttNIoGqv9xEOcdsQ3vNi8u1IUl4f3KVb4b1uz3lI2iCLAfMadz5PoUzacMRMeDCc1UGLRI70Q==", "license": "MIT", "dependencies": { - "@sanity/core-loader": "1.7.10" + "@sanity/core-loader": "1.7.12" }, "engines": { "node": ">=18" }, "peerDependencies": { - "@sanity/client": "^6.22.4", + "@sanity/client": "^6.22.5", "react": "^18.3 || >=19.0.0-rc" } }, @@ -3739,9 +3820,9 @@ } }, "node_modules/@sanity/ui": { - "version": "2.8.23", - "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-2.8.23.tgz", - "integrity": "sha512-Xu73u6/l/c/rqRg6KbOoq98QubbuIJ0TT/13lWloEzvBI8Hq84WMSjPG9pyAYy3UhszVyOjm8lLxKMGE4/W20Q==", + "version": "2.8.24", + "resolved": "https://registry.npmjs.org/@sanity/ui/-/ui-2.8.24.tgz", + "integrity": "sha512-jSozL3SqV+ydzFmam0djz1gFqVCXIvI6m3ZgWiBHK1HFfXPfGfVAHHDprruhFVt6lJ8sHS5XI8JgRMWYjW3TEw==", "license": "MIT", "dependencies": { "@floating-ui/react-dom": "^2.1.2", @@ -3749,7 +3830,7 @@ "@sanity/icons": "^3.4.0", "csstype": "^3.1.3", "framer-motion": "11.0.8", - "react-compiler-runtime": "19.0.0-beta-a7bf2bd-20241110", + "react-compiler-runtime": "19.0.0-beta-0dec889-20241115", "react-refractor": "^2.2.0", "use-effect-event": "^1.0.2" }, @@ -3763,6 +3844,15 @@ "styled-components": "^5.2 || ^6" } }, + "node_modules/@sanity/ui/node_modules/react-compiler-runtime": { + "version": "19.0.0-beta-0dec889-20241115", + "resolved": "https://registry.npmjs.org/react-compiler-runtime/-/react-compiler-runtime-19.0.0-beta-0dec889-20241115.tgz", + "integrity": "sha512-dL5zzfEvM2dyDnaACP/HkY57/sDPR4R1Q9gPjEFk/3qO7coNc76W0dm3bRypTBNf9sGDuBI+HZSdusVUIbep4Q==", + "license": "MIT", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/@sanity/util": { "version": "3.37.2", "resolved": "https://registry.npmjs.org/@sanity/util/-/util-3.37.2.tgz", @@ -5266,11 +5356,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "license": "MIT", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -7595,9 +7686,10 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -8918,6 +9010,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", "engines": { "node": ">=0.12.0" } @@ -9218,9 +9311,10 @@ } }, "node_modules/jiti": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", - "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", + "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "license": "MIT", "bin": { "jiti": "bin/jiti.js" } @@ -9763,11 +9857,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -10072,18 +10167,18 @@ } }, "node_modules/next-sanity": { - "version": "9.8.13", - "resolved": "https://registry.npmjs.org/next-sanity/-/next-sanity-9.8.13.tgz", - "integrity": "sha512-CxoDFSvxc3iRoQZreXHyyxQECXJwAoA7BjgciaiVeHMTeXYS90Xypc3Tla4FX9RVK5B8rW40BnVz7fFFCaD0Ug==", + "version": "9.8.15", + "resolved": "https://registry.npmjs.org/next-sanity/-/next-sanity-9.8.15.tgz", + "integrity": "sha512-w2ytndIqeZtFrGC3S9TPs/tYiiHXgKOMmXGHkXNbZSF4wLE/GhyGlTgZM6bA4UPV1LGB201nOVcNtPMgM+uhTA==", "license": "MIT", "dependencies": { "@portabletext/react": "^3.1.0", "@sanity/client": "^6.22.4", - "@sanity/next-loader": "1.1.6", - "@sanity/preview-kit": "5.1.16", + "@sanity/next-loader": "1.1.7", + "@sanity/preview-kit": "5.1.17", "@sanity/preview-url-secret": "2.0.3", - "@sanity/visual-editing": "2.7.0", - "groq": "^3.64.0", + "@sanity/visual-editing": "2.7.2", + "groq": "^3.64.1", "history": "^5.3.0" }, "engines": { @@ -10101,6 +10196,20 @@ "styled-components": "^6.1" } }, + "node_modules/next-sanity/node_modules/@sanity/comlink": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@sanity/comlink/-/comlink-1.1.3.tgz", + "integrity": "sha512-Lx1YwziLLqzPUFuJDqmtS0zF2LbYZjDdJ6n6P9toUCrizw1F+/dqnJL2a2YZPKmBlW7+gfnJKxwMlK4DmbThTg==", + "license": "MIT", + "dependencies": { + "rxjs": "^7.8.1", + "uuid": "^10.0.0", + "xstate": "^5.19.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/next-sanity/node_modules/@sanity/mutate": { "version": "0.11.0-canary.3", "resolved": "https://registry.npmjs.org/@sanity/mutate/-/mutate-0.11.0-canary.3.tgz", @@ -10127,12 +10236,12 @@ } }, "node_modules/next-sanity/node_modules/@sanity/visual-editing": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@sanity/visual-editing/-/visual-editing-2.7.0.tgz", - "integrity": "sha512-GdsHTXOQEq8ABKWskFHDBBJeURUhCTlJHs5BAFbRFHXtZKbrkw2dixOEdSgq1Gnnc8i9mbFv5mDhsrpQJl8L7Q==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@sanity/visual-editing/-/visual-editing-2.7.2.tgz", + "integrity": "sha512-QfUnH3oe4HvQhHVM+AR9N9GMVZ+GPXWWgT4TE3qDigm9cnIKhXalnEaQNGmihSySVKZhavO4u3/tUTKOsiedTQ==", "license": "MIT", "dependencies": { - "@sanity/comlink": "1.1.2", + "@sanity/comlink": "1.1.3", "@sanity/mutate": "0.11.0-canary.3", "@sanity/preview-url-secret": "2.0.3", "@vercel/stega": "0.1.2", @@ -10173,6 +10282,19 @@ } } }, + "node_modules/next-sanity/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/next/node_modules/postcss": { "version": "8.4.31", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", @@ -10976,27 +11098,35 @@ } }, "node_modules/postcss-nested": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", - "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", "dependencies": { - "postcss-selector-parser": "^6.0.11" + "postcss-selector-parser": "^6.1.1" }, "engines": { "node": ">=12.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, "peerDependencies": { "postcss": "^8.2.14" } }, "node_modules/postcss-nested/node_modules/postcss-selector-parser": { - "version": "6.0.16", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", - "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -13098,33 +13228,33 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", - "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz", + "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.3.0", + "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.21.0", + "jiti": "^1.21.6", "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", + "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", + "picocolors": "^1.1.1", + "postcss": "^8.4.47", "postcss-import": "^15.1.0", "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" + "postcss-load-config": "^4.0.2", + "postcss-nested": "^6.2.0", + "postcss-selector-parser": "^6.1.2", + "resolve": "^1.22.8", + "sucrase": "^3.35.0" }, "bin": { "tailwind": "lib/cli.js", @@ -13316,6 +13446,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, diff --git a/package.json b/package.json index 3a0e2beb..343d76b3 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "@sanity/demo": "2.0.0", "@sanity/icons": "3.4.0", "@sanity/image-url": "1.1.0", - "@sanity/react-loader": "1.10.18", - "@sanity/ui": "2.8.23", + "@sanity/react-loader": "1.10.20", + "@sanity/ui": "2.8.24", "@sanity/vision": "3.64.1", "@tailwindcss/typography": "0.5.15", "classnames": "2.5.1", "date-fns": "4.1.0", "next": "14.2.18", - "next-sanity": "9.8.13", + "next-sanity": "9.8.15", "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.1", @@ -45,7 +45,7 @@ "prettier": "3.3.3", "prettier-plugin-packagejson": "2.5.3", "prettier-plugin-tailwindcss": "0.6.8", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "typescript": "5.6.3" } }