diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 29066090c..afd57b251 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -242,8 +242,8 @@ importers: specifier: 1.2.8 version: 1.2.8(react@18.3.1) '@theguild/components': - specifier: 6.6.4 - version: 6.6.4(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) + specifier: 6.6.5 + version: 6.6.5(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) clsx: specifier: 2.1.1 version: 2.1.1 @@ -966,6 +966,9 @@ packages: '@next/bundle-analyzer@14.2.5': resolution: {integrity: sha512-BtBbI8VUnB7s4m9ut6CkeJ8Hyx+aq+86mbH+uAld7ZGG0/eH4+5hcPnkHKsQM/yj74iClazS0fninI8yZbIZWA==} + '@next/bundle-analyzer@14.2.7': + resolution: {integrity: sha512-Zz55BLjoNKiUjr8PJIMTXFQnbUEpk8qkXP5nmEcXvOorbruQOIdmkRa3sahlJZPWTjsZNpxwImhZf2yFMVMWeg==} + '@next/env@13.5.6': resolution: {integrity: sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==} @@ -1419,8 +1422,8 @@ packages: '@tanstack/virtual-core@3.10.7': resolution: {integrity: sha512-ND5dfsU0n9F4gROzwNNDJmg6y8n9pI8YWxtgbfJ5UcNn7Hx+MxEXtXcQ189tS7sh8pmCObgz2qSiyRKTZxT4dg==} - '@theguild/components@6.6.4': - resolution: {integrity: sha512-pW3HdLJ4kPXP0L6XHhkLYUH6ng52XrSdQZkfLDSGVmsgNB3Rnq1RU0ndh3p8y90djAgHcKbudCG42+SDAt623w==} + '@theguild/components@6.6.5': + resolution: {integrity: sha512-Ffck7yt4dXaWOyNg/HAOrPpOTtE2Q5QFM/w1bZ/7bRssNdirGj0cntk+rpiryJbXsLXmF4wDOxEpbNUep1TC+Q==} peerDependencies: next: ^13 || ^14 react: ^18.2.0 @@ -6364,6 +6367,13 @@ snapshots: - bufferutil - utf-8-validate + '@next/bundle-analyzer@14.2.7': + dependencies: + webpack-bundle-analyzer: 4.10.1 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + '@next/env@13.5.6': {} '@next/env@14.2.5': {} @@ -6743,10 +6753,10 @@ snapshots: '@tanstack/virtual-core@3.10.7': {} - '@theguild/components@6.6.4(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2)': + '@theguild/components@6.6.5(@types/react@18.3.4)(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2)': dependencies: '@giscus/react': 3.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@next/bundle-analyzer': 14.2.5 + '@next/bundle-analyzer': 14.2.7 clsx: 2.1.1 fuzzy: 0.1.3 next: 14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) diff --git a/website/package.json b/website/package.json index 50a8776b5..97077fdcf 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ "dependencies": { "@radix-ui/react-tooltip": "1.1.2", "@stitches/react": "1.2.8", - "@theguild/components": "6.6.4", + "@theguild/components": "6.6.5", "clsx": "2.1.1", "date-fns": "3.6.0", "formik": "2.4.6",