11 Commits

Author SHA1 Message Date
Masato Kikuchi
c252f7513e Merge pull request #198 from tuna2134/renovate/react-monorepo
chore(deps): update dependency @types/react to v19.2.15
2026-05-26 13:01:40 +09:00
renovate[bot]
c8942ea67d chore(deps): update dependency @types/react to v19.2.15 2026-05-19 22:04:01 +00:00
Masato Kikuchi
4577a77af4 Merge pull request #202 from tuna2134/dependabot/npm_and_yarn/postcss-8.5.14
Bump postcss from 8.4.31 to 8.5.14
2026-05-17 08:05:40 +09:00
dependabot[bot]
e2a5dc673b Bump postcss from 8.4.31 to 8.5.14
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.14.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.5.14)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-16 23:05:05 +00:00
tuna2134
846cda0c0b Update pr.yml 2026-05-14 08:03:15 +09:00
tuna2134
d90cd6c247 Update Dockerfile 2026-05-14 00:30:18 +09:00
tuna2134
090727bdae fix 2026-05-13 22:59:14 +09:00
tuna2134
02b24cb624 Update Dockerfile 2026-05-13 22:53:54 +09:00
tuna2134
9bbbfd67de Update pr.yml 2026-05-13 22:52:35 +09:00
tuna2134
f85308f9d6 Merge pull request #201 from tuna2134/renovate/npm-next-vulnerability
fix(deps): update dependency next to v16.2.6 [security]
2026-05-13 10:44:11 +09:00
renovate[bot]
3a7333bbbb fix(deps): update dependency next to v16.2.6 [security] 2026-05-12 05:52:05 +00:00
5 changed files with 192 additions and 194 deletions

View File

@@ -23,7 +23,9 @@ jobs:
cache: pnpm cache: pnpm
- name: Build checking - name: Build checking
run: | run: |
pnpm install --frozen-lockfile pnpm install --frozen-lockfile --ignore-scripts
pnpm approve-builds sharp
pnpm rebuild sharp
pnpm build pnpm build
- name: Enable auto-merge for Renovate PRs - name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL" run: gh pr merge --auto --merge "$PR_URL"

View File

@@ -6,7 +6,9 @@ ENV OUTPUT=standalone
RUN corepack enable RUN corepack enable
COPY pnpm-lock.yaml package.json . COPY pnpm-lock.yaml package.json .
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile --ignore-scripts
RUN pnpm approve-builds sharp
RUN pnpm rebuild sharp
COPY . . COPY . .
RUN pnpm build RUN pnpm build

View File

@@ -15,7 +15,7 @@
"@next/mdx": "^16.0.0", "@next/mdx": "^16.0.0",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"iconoir-react": "^7.11.0", "iconoir-react": "^7.11.0",
"next": "16.2.4", "next": "16.2.6",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0" "react-dom": "^19.0.0"
}, },

374
pnpm-lock.yaml generated
View File

@@ -13,25 +13,25 @@ importers:
version: 3.1.1 version: 3.1.1
'@mdx-js/react': '@mdx-js/react':
specifier: ^3.1.0 specifier: ^3.1.0
version: 3.1.1(@types/react@19.2.14)(react@19.2.5) version: 3.1.1(@types/react@19.2.15)(react@19.2.6)
'@next/mdx': '@next/mdx':
specifier: ^16.0.0 specifier: ^16.0.0
version: 16.2.4(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.14)(react@19.2.5)) version: 16.2.6(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.15)(react@19.2.6))
'@types/mdx': '@types/mdx':
specifier: ^2.0.13 specifier: ^2.0.13
version: 2.0.13 version: 2.0.13
iconoir-react: iconoir-react:
specifier: ^7.11.0 specifier: ^7.11.0
version: 7.11.0(react@19.2.5) version: 7.11.0(react@19.2.6)
next: next:
specifier: 16.2.4 specifier: 16.2.6
version: 16.2.4(react-dom@19.2.5(react@19.2.5))(react@19.2.5) version: 16.2.6(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
react: react:
specifier: ^19.0.0 specifier: ^19.0.0
version: 19.2.5 version: 19.2.6
react-dom: react-dom:
specifier: ^19.0.0 specifier: ^19.0.0
version: 19.2.5(react@19.2.5) version: 19.2.6(react@19.2.6)
devDependencies: devDependencies:
'@tailwindcss/postcss': '@tailwindcss/postcss':
specifier: ^4 specifier: ^4
@@ -41,13 +41,13 @@ importers:
version: 0.5.19(tailwindcss@4.3.0) version: 0.5.19(tailwindcss@4.3.0)
'@types/node': '@types/node':
specifier: ^24.0.0 specifier: ^24.0.0
version: 24.12.2 version: 24.12.4
'@types/react': '@types/react':
specifier: ^19 specifier: ^19
version: 19.2.14 version: 19.2.15
'@types/react-dom': '@types/react-dom':
specifier: ^19 specifier: ^19
version: 19.2.3(@types/react@19.2.14) version: 19.2.3(@types/react@19.2.15)
prettier: prettier:
specifier: ^3.5.3 specifier: ^3.5.3
version: 3.8.3 version: 3.8.3
@@ -67,11 +67,11 @@ packages:
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
engines: {node: '>=10'} engines: {node: '>=10'}
'@emnapi/runtime@1.9.1': '@emnapi/runtime@1.10.0':
resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==} resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==}
'@img/colour@1.0.0': '@img/colour@1.1.0':
resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
engines: {node: '>=18'} engines: {node: '>=18'}
'@img/sharp-darwin-arm64@0.34.5': '@img/sharp-darwin-arm64@0.34.5':
@@ -256,11 +256,11 @@ packages:
'@types/react': '>=16' '@types/react': '>=16'
react: '>=16' react: '>=16'
'@next/env@16.2.4': '@next/env@16.2.6':
resolution: {integrity: sha512-dKkkOzOSwFYe5RX6y26fZgkSpVAlIOJKQHIiydQcrWH6y/97+RceSOAdjZ14Qa3zLduVUy0TXcn+EiM6t4rPgw==} resolution: {integrity: sha512-gd8HoHN4ufj73WmR3JmVolrpJR47ILK6LouP5xElPglaVxir6e1a7VzvTvDWkOoPXT9rkkTzyCxBu4yeZfZwcw==}
'@next/mdx@16.2.4': '@next/mdx@16.2.6':
resolution: {integrity: sha512-e/3bgla+/oF3vDlndI0eFPa0bnP47HPVA0InsAJi7Jr3DwV8WpEGuOcm/3PdI5/93FfNiBhMVeVHZpm1sFlmJw==} resolution: {integrity: sha512-0hdoSkzRbyud1dNRRDiyqD9FrxR2wwdiW+ffhYx+n+fXrFOJ7Nwpi8o7nUz2LiiM44BB9M0eIO1Evy3BBrS50A==}
peerDependencies: peerDependencies:
'@mdx-js/loader': '>=0.15.0' '@mdx-js/loader': '>=0.15.0'
'@mdx-js/react': '>=0.15.0' '@mdx-js/react': '>=0.15.0'
@@ -270,54 +270,54 @@ packages:
'@mdx-js/react': '@mdx-js/react':
optional: true optional: true
'@next/swc-darwin-arm64@16.2.4': '@next/swc-darwin-arm64@16.2.6':
resolution: {integrity: sha512-OXTFFox5EKN1Ym08vfrz+OXxmCcEjT4SFMbNRsWZE99dMqt2Kcusl5MqPXcW232RYkMLQTy0hqgAMEsfEd/l2A==} resolution: {integrity: sha512-ZJGkkcNfYgrrMkqOdZ7zoLa1TOy0qpcMfk/z4Mh/FKUz40gVO+HNQWqmLxf67Z5WB64DRp0dhEbyHfel+6sJUg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@next/swc-darwin-x64@16.2.4': '@next/swc-darwin-x64@16.2.6':
resolution: {integrity: sha512-XhpVnUfmYWvD3YrXu55XdcAkQtOnvaI6wtQa8fuF5fGoKoxIUZ0kWPtcOfqJEWngFF/lOS9l3+O9CcownhiQxQ==} resolution: {integrity: sha512-v/YLBHIY132Ced3puBJ7YJKw1lqsCrgcNo2aRJlCEyQrrCeRJlvGlnmxhPxNQI3KE3N1DN5r9TPNPvka3nq5RQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@next/swc-linux-arm64-gnu@16.2.4': '@next/swc-linux-arm64-gnu@16.2.6':
resolution: {integrity: sha512-Mx/tjlNA3G8kg14QvuGAJ4xBwPk1tUHq56JxZ8CXnZwz1Etz714soCEzGQQzVMz4bEnGPowzkV6Xrp6wAkEWOQ==} resolution: {integrity: sha512-RPOvqlYBbcQjkz9VQQDZ2T2bARIjXZV1KFlt+V2Mr6SW/e4I9fcKsaA0hdyf2FHoTlsV2xnBd5Y912rP/1Ce6w==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
libc: [glibc] libc: [glibc]
'@next/swc-linux-arm64-musl@16.2.4': '@next/swc-linux-arm64-musl@16.2.6':
resolution: {integrity: sha512-iVMMp14514u7Nup2umQS03nT/bN9HurK8ufylC3FZNykrwjtx7V1A7+4kvhbDSCeonTVqV3Txnv0Lu+m2oDXNg==} resolution: {integrity: sha512-URUTu1+dMkxJsPFgm+OeEvq9wf5sujw0EvgYy80TDGHTSLTnIHeqb0Eu8A3sC95IRgjejQL+kC4mw+4yPxiAXA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
libc: [musl] libc: [musl]
'@next/swc-linux-x64-gnu@16.2.4': '@next/swc-linux-x64-gnu@16.2.6':
resolution: {integrity: sha512-EZOvm1aQWgnI/N/xcWOlnS3RQBk0VtVav5Zo7n4p0A7UKyTDx047k8opDbXgBpHl4CulRqRfbw3QrX2w5UOXMQ==} resolution: {integrity: sha512-DOj182mPV8G3UkrayLoREM5YEYI+Dk5wv7Ox9xl1fFibAELEsFD0lDPfHIeILlutMMfdyhlzYPELG3peuKaurw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
libc: [glibc] libc: [glibc]
'@next/swc-linux-x64-musl@16.2.4': '@next/swc-linux-x64-musl@16.2.6':
resolution: {integrity: sha512-h9FxsngCm9cTBf71AR4fGznDEDx1hS7+kSEiIRjq5kO1oXWm07DxVGZjCvk0SGx7TSjlUqhI8oOyz7NfwAdPoA==} resolution: {integrity: sha512-HKQ5SP/V/ub73UvF7n/zeJlxk2kLmtL7Wzrg4WfmkjmNos5onJ2tKu7yZOPdL18A6Svfn3max29ym+ry7NkK4g==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
libc: [musl] libc: [musl]
'@next/swc-win32-arm64-msvc@16.2.4': '@next/swc-win32-arm64-msvc@16.2.6':
resolution: {integrity: sha512-3NdJV5OXMSOeJYijX+bjaLge3mJBlh4ybydbT4GFoB/2hAojWHtMhl3CYlYoMrjPuodp0nzFVi4Tj2+WaMg+Ow==} resolution: {integrity: sha512-LZXpTlPyS5v7HhSmnvsLGP3iIYgYOBnc8r8ArlT55sGHV89bR2HlDdBjWQ+PY6SJMmk8TuVGFuxalnP3k/0Dwg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
'@next/swc-win32-x64-msvc@16.2.4': '@next/swc-win32-x64-msvc@16.2.6':
resolution: {integrity: sha512-kMVGgsqhO5YTYODD9IPGGhA6iprWidQckK3LmPeW08PIFENRmgfb4MjXHO+p//d+ts2rpjvK5gXWzXSMrPl9cw==} resolution: {integrity: sha512-F0+4i0h9J6C4eE3EAPWsoCk7UW/dbzOjyzxY0qnDUOYFu6FFmdZ6l97/XdV3/Nz3VYyO7UWjyEJUXkGqcoXfMA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
@@ -422,14 +422,14 @@ packages:
peerDependencies: peerDependencies:
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
'@types/debug@4.1.12': '@types/debug@4.1.13':
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
'@types/estree-jsx@1.0.5': '@types/estree-jsx@1.0.5':
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
'@types/estree@1.0.8': '@types/estree@1.0.9':
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
'@types/hast@3.0.4': '@types/hast@3.0.4':
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
@@ -443,16 +443,16 @@ packages:
'@types/ms@2.1.0': '@types/ms@2.1.0':
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
'@types/node@24.12.2': '@types/node@24.12.4':
resolution: {integrity: sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==} resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==}
'@types/react-dom@19.2.3': '@types/react-dom@19.2.3':
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==} resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
peerDependencies: peerDependencies:
'@types/react': ^19.2.0 '@types/react': ^19.2.0
'@types/react@19.2.14': '@types/react@19.2.15':
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==} resolution: {integrity: sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==}
'@types/unist@2.0.11': '@types/unist@2.0.11':
resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
@@ -460,17 +460,16 @@ packages:
'@types/unist@3.0.3': '@types/unist@3.0.3':
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
'@ungap/structured-clone@1.3.0': '@ungap/structured-clone@1.3.1':
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} resolution: {integrity: sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==}
deprecated: Potential CWE-502 - Update to 1.3.1 or higher
acorn-jsx@5.3.2: acorn-jsx@5.3.2:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies: peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
acorn@8.15.0: acorn@8.16.0:
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
engines: {node: '>=0.4.0'} engines: {node: '>=0.4.0'}
hasBin: true hasBin: true
@@ -481,13 +480,13 @@ packages:
bail@2.0.2: bail@2.0.2:
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
baseline-browser-mapping@2.10.8: baseline-browser-mapping@2.10.29:
resolution: {integrity: sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==} resolution: {integrity: sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
hasBin: true hasBin: true
caniuse-lite@1.0.30001751: caniuse-lite@1.0.30001792:
resolution: {integrity: sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==} resolution: {integrity: sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==}
ccount@2.0.1: ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
@@ -530,8 +529,8 @@ packages:
supports-color: supports-color:
optional: true optional: true
decode-named-character-reference@1.2.0: decode-named-character-reference@1.3.0:
resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==} resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
dequal@2.0.3: dequal@2.0.3:
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
@@ -544,8 +543,8 @@ packages:
devlop@1.1.0: devlop@1.1.0:
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
enhanced-resolve@5.21.2: enhanced-resolve@5.21.3:
resolution: {integrity: sha512-xe9vQb5kReirPUxgQrXA3ihgbCqssmTiM7cOZ+Gzu+VeGWgpV98lLZvp0dl4yriyAePcewxGUs9UpKD8PET9KQ==} resolution: {integrity: sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==}
engines: {node: '>=10.13.0'} engines: {node: '>=10.13.0'}
esast-util-from-estree@2.0.0: esast-util-from-estree@2.0.0:
@@ -595,8 +594,8 @@ packages:
peerDependencies: peerDependencies:
react: 18 || 19 react: 18 || 19
inline-style-parser@0.2.4: inline-style-parser@0.2.7:
resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
is-alphabetical@2.0.1: is-alphabetical@2.0.1:
resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
@@ -702,8 +701,8 @@ packages:
resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
engines: {node: '>=16'} engines: {node: '>=16'}
mdast-util-from-markdown@2.0.2: mdast-util-from-markdown@2.0.3:
resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==} resolution: {integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==}
mdast-util-mdx-expression@2.0.1: mdast-util-mdx-expression@2.0.1:
resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==} resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
@@ -720,8 +719,8 @@ packages:
mdast-util-phrasing@4.1.0: mdast-util-phrasing@4.1.0:
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
mdast-util-to-hast@13.2.0: mdast-util-to-hast@13.2.1:
resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
mdast-util-to-markdown@2.1.2: mdast-util-to-markdown@2.1.2:
resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==} resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==}
@@ -816,18 +815,13 @@ packages:
ms@2.1.3: ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
nanoid@3.3.11:
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
nanoid@3.3.12: nanoid@3.3.12:
resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true hasBin: true
next@16.2.4: next@16.2.6:
resolution: {integrity: sha512-kPvz56wF5frc+FxlHI5qnklCzbq53HTwORaWBGdT0vNoKh1Aya9XC8aPauH4NJxqtzbWsS5mAbctm4cr+EkQ2Q==} resolution: {integrity: sha512-qOVgKJg1+At15NpeUP+eJgCHvTCgXsogweq87Ri/Ix7PkqQHg4sdaXmSFqKlgaIXE4kW0g25LE68W87UANlHtw==}
engines: {node: '>=20.9.0'} engines: {node: '>=20.9.0'}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@@ -928,13 +922,13 @@ packages:
property-information@7.1.0: property-information@7.1.0:
resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==} resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==}
react-dom@19.2.5: react-dom@19.2.6:
resolution: {integrity: sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==} resolution: {integrity: sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==}
peerDependencies: peerDependencies:
react: ^19.2.5 react: ^19.2.6
react@19.2.5: react@19.2.6:
resolution: {integrity: sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==} resolution: {integrity: sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
recma-build-jsx@1.0.0: recma-build-jsx@1.0.0:
@@ -966,8 +960,8 @@ packages:
scheduler@0.27.0: scheduler@0.27.0:
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
semver@7.7.3: semver@7.8.0:
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} resolution: {integrity: sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
@@ -989,11 +983,11 @@ packages:
stringify-entities@4.0.4: stringify-entities@4.0.4:
resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
style-to-js@1.1.18: style-to-js@1.1.21:
resolution: {integrity: sha512-JFPn62D4kJaPTnhFUI244MThx+FEGbi+9dw1b9yBBQ+1CZpV7QAT8kUtJ7b7EUNdHajjF/0x8fT+16oLJoojLg==} resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==}
style-to-object@1.0.11: style-to-object@1.0.14:
resolution: {integrity: sha512-5A560JmXr7wDyGLK12Nq/EYS38VkGlglVzkis1JEdbGWSnbQIEhZzTJhzURXN5/8WwwFCs/f/VVcmkTppbXLow==} resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
styled-jsx@5.1.6: styled-jsx@5.1.6:
resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==} resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==}
@@ -1050,8 +1044,8 @@ packages:
unist-util-visit-parents@6.0.2: unist-util-visit-parents@6.0.2:
resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==} resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
unist-util-visit@5.0.0: unist-util-visit@5.1.0:
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
util-deprecate@1.0.2: util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
@@ -1069,12 +1063,12 @@ snapshots:
'@alloc/quick-lru@5.2.0': {} '@alloc/quick-lru@5.2.0': {}
'@emnapi/runtime@1.9.1': '@emnapi/runtime@1.10.0':
dependencies: dependencies:
tslib: 2.8.1 tslib: 2.8.1
optional: true optional: true
'@img/colour@1.0.0': '@img/colour@1.1.0':
optional: true optional: true
'@img/sharp-darwin-arm64@0.34.5': '@img/sharp-darwin-arm64@0.34.5':
@@ -1159,7 +1153,7 @@ snapshots:
'@img/sharp-wasm32@0.34.5': '@img/sharp-wasm32@0.34.5':
dependencies: dependencies:
'@emnapi/runtime': 1.9.1 '@emnapi/runtime': 1.10.0
optional: true optional: true
'@img/sharp-win32-arm64@0.34.5': '@img/sharp-win32-arm64@0.34.5':
@@ -1199,11 +1193,11 @@ snapshots:
'@mdx-js/mdx@3.1.1': '@mdx-js/mdx@3.1.1':
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
'@types/estree-jsx': 1.0.5 '@types/estree-jsx': 1.0.5
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@types/mdx': 2.0.13 '@types/mdx': 2.0.13
acorn: 8.15.0 acorn: 8.16.0
collapse-white-space: 2.1.0 collapse-white-space: 2.1.0
devlop: 1.1.0 devlop: 1.1.0
estree-util-is-identifier-name: 3.0.0 estree-util-is-identifier-name: 3.0.0
@@ -1212,7 +1206,7 @@ snapshots:
hast-util-to-jsx-runtime: 2.3.6 hast-util-to-jsx-runtime: 2.3.6
markdown-extensions: 2.0.0 markdown-extensions: 2.0.0
recma-build-jsx: 1.0.0 recma-build-jsx: 1.0.0
recma-jsx: 1.0.1(acorn@8.15.0) recma-jsx: 1.0.1(acorn@8.16.0)
recma-stringify: 1.0.0 recma-stringify: 1.0.0
rehype-recma: 1.0.0 rehype-recma: 1.0.0
remark-mdx: 3.1.1 remark-mdx: 3.1.1
@@ -1222,48 +1216,48 @@ snapshots:
unified: 11.0.5 unified: 11.0.5
unist-util-position-from-estree: 2.0.0 unist-util-position-from-estree: 2.0.0
unist-util-stringify-position: 4.0.0 unist-util-stringify-position: 4.0.0
unist-util-visit: 5.0.0 unist-util-visit: 5.1.0
vfile: 6.0.3 vfile: 6.0.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@mdx-js/react@3.1.1(@types/react@19.2.14)(react@19.2.5)': '@mdx-js/react@3.1.1(@types/react@19.2.15)(react@19.2.6)':
dependencies: dependencies:
'@types/mdx': 2.0.13 '@types/mdx': 2.0.13
'@types/react': 19.2.14 '@types/react': 19.2.15
react: 19.2.5 react: 19.2.6
'@next/env@16.2.4': {} '@next/env@16.2.6': {}
'@next/mdx@16.2.4(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.14)(react@19.2.5))': '@next/mdx@16.2.6(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.15)(react@19.2.6))':
dependencies: dependencies:
source-map: 0.7.6 source-map: 0.7.6
optionalDependencies: optionalDependencies:
'@mdx-js/loader': 3.1.1 '@mdx-js/loader': 3.1.1
'@mdx-js/react': 3.1.1(@types/react@19.2.14)(react@19.2.5) '@mdx-js/react': 3.1.1(@types/react@19.2.15)(react@19.2.6)
'@next/swc-darwin-arm64@16.2.4': '@next/swc-darwin-arm64@16.2.6':
optional: true optional: true
'@next/swc-darwin-x64@16.2.4': '@next/swc-darwin-x64@16.2.6':
optional: true optional: true
'@next/swc-linux-arm64-gnu@16.2.4': '@next/swc-linux-arm64-gnu@16.2.6':
optional: true optional: true
'@next/swc-linux-arm64-musl@16.2.4': '@next/swc-linux-arm64-musl@16.2.6':
optional: true optional: true
'@next/swc-linux-x64-gnu@16.2.4': '@next/swc-linux-x64-gnu@16.2.6':
optional: true optional: true
'@next/swc-linux-x64-musl@16.2.4': '@next/swc-linux-x64-musl@16.2.6':
optional: true optional: true
'@next/swc-win32-arm64-msvc@16.2.4': '@next/swc-win32-arm64-msvc@16.2.6':
optional: true optional: true
'@next/swc-win32-x64-msvc@16.2.4': '@next/swc-win32-x64-msvc@16.2.6':
optional: true optional: true
'@swc/helpers@0.5.15': '@swc/helpers@0.5.15':
@@ -1273,7 +1267,7 @@ snapshots:
'@tailwindcss/node@4.3.0': '@tailwindcss/node@4.3.0':
dependencies: dependencies:
'@jridgewell/remapping': 2.3.5 '@jridgewell/remapping': 2.3.5
enhanced-resolve: 5.21.2 enhanced-resolve: 5.21.3
jiti: 2.7.0 jiti: 2.7.0
lightningcss: 1.32.0 lightningcss: 1.32.0
magic-string: 0.30.21 magic-string: 0.30.21
@@ -1344,15 +1338,15 @@ snapshots:
postcss-selector-parser: 6.0.10 postcss-selector-parser: 6.0.10
tailwindcss: 4.3.0 tailwindcss: 4.3.0
'@types/debug@4.1.12': '@types/debug@4.1.13':
dependencies: dependencies:
'@types/ms': 2.1.0 '@types/ms': 2.1.0
'@types/estree-jsx@1.0.5': '@types/estree-jsx@1.0.5':
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
'@types/estree@1.0.8': {} '@types/estree@1.0.9': {}
'@types/hast@3.0.4': '@types/hast@3.0.4':
dependencies: dependencies:
@@ -1366,15 +1360,15 @@ snapshots:
'@types/ms@2.1.0': {} '@types/ms@2.1.0': {}
'@types/node@24.12.2': '@types/node@24.12.4':
dependencies: dependencies:
undici-types: 7.16.0 undici-types: 7.16.0
'@types/react-dom@19.2.3(@types/react@19.2.14)': '@types/react-dom@19.2.3(@types/react@19.2.15)':
dependencies: dependencies:
'@types/react': 19.2.14 '@types/react': 19.2.15
'@types/react@19.2.14': '@types/react@19.2.15':
dependencies: dependencies:
csstype: 3.2.3 csstype: 3.2.3
@@ -1382,21 +1376,21 @@ snapshots:
'@types/unist@3.0.3': {} '@types/unist@3.0.3': {}
'@ungap/structured-clone@1.3.0': {} '@ungap/structured-clone@1.3.1': {}
acorn-jsx@5.3.2(acorn@8.15.0): acorn-jsx@5.3.2(acorn@8.16.0):
dependencies: dependencies:
acorn: 8.15.0 acorn: 8.16.0
acorn@8.15.0: {} acorn@8.16.0: {}
astring@1.9.0: {} astring@1.9.0: {}
bail@2.0.2: {} bail@2.0.2: {}
baseline-browser-mapping@2.10.8: {} baseline-browser-mapping@2.10.29: {}
caniuse-lite@1.0.30001751: {} caniuse-lite@1.0.30001792: {}
ccount@2.0.1: {} ccount@2.0.1: {}
@@ -1422,7 +1416,7 @@ snapshots:
dependencies: dependencies:
ms: 2.1.3 ms: 2.1.3
decode-named-character-reference@1.2.0: decode-named-character-reference@1.3.0:
dependencies: dependencies:
character-entities: 2.0.2 character-entities: 2.0.2
@@ -1434,7 +1428,7 @@ snapshots:
dependencies: dependencies:
dequal: 2.0.3 dequal: 2.0.3
enhanced-resolve@5.21.2: enhanced-resolve@5.21.3:
dependencies: dependencies:
graceful-fs: 4.2.11 graceful-fs: 4.2.11
tapable: 2.3.3 tapable: 2.3.3
@@ -1449,13 +1443,13 @@ snapshots:
esast-util-from-js@2.0.1: esast-util-from-js@2.0.1:
dependencies: dependencies:
'@types/estree-jsx': 1.0.5 '@types/estree-jsx': 1.0.5
acorn: 8.15.0 acorn: 8.16.0
esast-util-from-estree: 2.0.0 esast-util-from-estree: 2.0.0
vfile-message: 4.0.3 vfile-message: 4.0.3
estree-util-attach-comments@3.0.0: estree-util-attach-comments@3.0.0:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
estree-util-build-jsx@3.0.1: estree-util-build-jsx@3.0.1:
dependencies: dependencies:
@@ -1468,7 +1462,7 @@ snapshots:
estree-util-scope@1.0.0: estree-util-scope@1.0.0:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
devlop: 1.1.0 devlop: 1.1.0
estree-util-to-js@2.0.0: estree-util-to-js@2.0.0:
@@ -1484,7 +1478,7 @@ snapshots:
estree-walker@3.0.3: estree-walker@3.0.3:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
extend@3.0.2: {} extend@3.0.2: {}
@@ -1492,7 +1486,7 @@ snapshots:
hast-util-to-estree@3.1.3: hast-util-to-estree@3.1.3:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
'@types/estree-jsx': 1.0.5 '@types/estree-jsx': 1.0.5
'@types/hast': 3.0.4 '@types/hast': 3.0.4
comma-separated-tokens: 2.0.3 comma-separated-tokens: 2.0.3
@@ -1505,7 +1499,7 @@ snapshots:
mdast-util-mdxjs-esm: 2.0.1 mdast-util-mdxjs-esm: 2.0.1
property-information: 7.1.0 property-information: 7.1.0
space-separated-tokens: 2.0.2 space-separated-tokens: 2.0.2
style-to-js: 1.1.18 style-to-js: 1.1.21
unist-util-position: 5.0.0 unist-util-position: 5.0.0
zwitch: 2.0.4 zwitch: 2.0.4
transitivePeerDependencies: transitivePeerDependencies:
@@ -1513,7 +1507,7 @@ snapshots:
hast-util-to-jsx-runtime@2.3.6: hast-util-to-jsx-runtime@2.3.6:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@types/unist': 3.0.3 '@types/unist': 3.0.3
comma-separated-tokens: 2.0.3 comma-separated-tokens: 2.0.3
@@ -1525,7 +1519,7 @@ snapshots:
mdast-util-mdxjs-esm: 2.0.1 mdast-util-mdxjs-esm: 2.0.1
property-information: 7.1.0 property-information: 7.1.0
space-separated-tokens: 2.0.2 space-separated-tokens: 2.0.2
style-to-js: 1.1.18 style-to-js: 1.1.21
unist-util-position: 5.0.0 unist-util-position: 5.0.0
vfile-message: 4.0.3 vfile-message: 4.0.3
transitivePeerDependencies: transitivePeerDependencies:
@@ -1535,11 +1529,11 @@ snapshots:
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.4
iconoir-react@7.11.0(react@19.2.5): iconoir-react@7.11.0(react@19.2.6):
dependencies: dependencies:
react: 19.2.5 react: 19.2.6
inline-style-parser@0.2.4: {} inline-style-parser@0.2.7: {}
is-alphabetical@2.0.1: {} is-alphabetical@2.0.1: {}
@@ -1613,11 +1607,11 @@ snapshots:
markdown-extensions@2.0.0: {} markdown-extensions@2.0.0: {}
mdast-util-from-markdown@2.0.2: mdast-util-from-markdown@2.0.3:
dependencies: dependencies:
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
'@types/unist': 3.0.3 '@types/unist': 3.0.3
decode-named-character-reference: 1.2.0 decode-named-character-reference: 1.3.0
devlop: 1.1.0 devlop: 1.1.0
mdast-util-to-string: 4.0.0 mdast-util-to-string: 4.0.0
micromark: 4.0.2 micromark: 4.0.2
@@ -1636,7 +1630,7 @@ snapshots:
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
devlop: 1.1.0 devlop: 1.1.0
mdast-util-from-markdown: 2.0.2 mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2 mdast-util-to-markdown: 2.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@@ -1649,7 +1643,7 @@ snapshots:
'@types/unist': 3.0.3 '@types/unist': 3.0.3
ccount: 2.0.1 ccount: 2.0.1
devlop: 1.1.0 devlop: 1.1.0
mdast-util-from-markdown: 2.0.2 mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2 mdast-util-to-markdown: 2.1.2
parse-entities: 4.0.2 parse-entities: 4.0.2
stringify-entities: 4.0.4 stringify-entities: 4.0.4
@@ -1660,7 +1654,7 @@ snapshots:
mdast-util-mdx@3.0.0: mdast-util-mdx@3.0.0:
dependencies: dependencies:
mdast-util-from-markdown: 2.0.2 mdast-util-from-markdown: 2.0.3
mdast-util-mdx-expression: 2.0.1 mdast-util-mdx-expression: 2.0.1
mdast-util-mdx-jsx: 3.2.0 mdast-util-mdx-jsx: 3.2.0
mdast-util-mdxjs-esm: 2.0.1 mdast-util-mdxjs-esm: 2.0.1
@@ -1674,7 +1668,7 @@ snapshots:
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
devlop: 1.1.0 devlop: 1.1.0
mdast-util-from-markdown: 2.0.2 mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2 mdast-util-to-markdown: 2.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@@ -1684,16 +1678,16 @@ snapshots:
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
unist-util-is: 6.0.1 unist-util-is: 6.0.1
mdast-util-to-hast@13.2.0: mdast-util-to-hast@13.2.1:
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
'@ungap/structured-clone': 1.3.0 '@ungap/structured-clone': 1.3.1
devlop: 1.1.0 devlop: 1.1.0
micromark-util-sanitize-uri: 2.0.1 micromark-util-sanitize-uri: 2.0.1
trim-lines: 3.0.1 trim-lines: 3.0.1
unist-util-position: 5.0.0 unist-util-position: 5.0.0
unist-util-visit: 5.0.0 unist-util-visit: 5.1.0
vfile: 6.0.3 vfile: 6.0.3
mdast-util-to-markdown@2.1.2: mdast-util-to-markdown@2.1.2:
@@ -1705,7 +1699,7 @@ snapshots:
mdast-util-to-string: 4.0.0 mdast-util-to-string: 4.0.0
micromark-util-classify-character: 2.0.1 micromark-util-classify-character: 2.0.1
micromark-util-decode-string: 2.0.1 micromark-util-decode-string: 2.0.1
unist-util-visit: 5.0.0 unist-util-visit: 5.1.0
zwitch: 2.0.4 zwitch: 2.0.4
mdast-util-to-string@4.0.0: mdast-util-to-string@4.0.0:
@@ -1714,7 +1708,7 @@ snapshots:
micromark-core-commonmark@2.0.3: micromark-core-commonmark@2.0.3:
dependencies: dependencies:
decode-named-character-reference: 1.2.0 decode-named-character-reference: 1.3.0
devlop: 1.1.0 devlop: 1.1.0
micromark-factory-destination: 2.0.1 micromark-factory-destination: 2.0.1
micromark-factory-label: 2.0.1 micromark-factory-label: 2.0.1
@@ -1733,7 +1727,7 @@ snapshots:
micromark-extension-mdx-expression@3.0.1: micromark-extension-mdx-expression@3.0.1:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
devlop: 1.1.0 devlop: 1.1.0
micromark-factory-mdx-expression: 2.0.3 micromark-factory-mdx-expression: 2.0.3
micromark-factory-space: 2.0.1 micromark-factory-space: 2.0.1
@@ -1744,7 +1738,7 @@ snapshots:
micromark-extension-mdx-jsx@3.0.2: micromark-extension-mdx-jsx@3.0.2:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
devlop: 1.1.0 devlop: 1.1.0
estree-util-is-identifier-name: 3.0.0 estree-util-is-identifier-name: 3.0.0
micromark-factory-mdx-expression: 2.0.3 micromark-factory-mdx-expression: 2.0.3
@@ -1761,7 +1755,7 @@ snapshots:
micromark-extension-mdxjs-esm@3.0.0: micromark-extension-mdxjs-esm@3.0.0:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
devlop: 1.1.0 devlop: 1.1.0
micromark-core-commonmark: 2.0.3 micromark-core-commonmark: 2.0.3
micromark-util-character: 2.1.1 micromark-util-character: 2.1.1
@@ -1773,8 +1767,8 @@ snapshots:
micromark-extension-mdxjs@3.0.0: micromark-extension-mdxjs@3.0.0:
dependencies: dependencies:
acorn: 8.15.0 acorn: 8.16.0
acorn-jsx: 5.3.2(acorn@8.15.0) acorn-jsx: 5.3.2(acorn@8.16.0)
micromark-extension-mdx-expression: 3.0.1 micromark-extension-mdx-expression: 3.0.1
micromark-extension-mdx-jsx: 3.0.2 micromark-extension-mdx-jsx: 3.0.2
micromark-extension-mdx-md: 2.0.0 micromark-extension-mdx-md: 2.0.0
@@ -1797,7 +1791,7 @@ snapshots:
micromark-factory-mdx-expression@2.0.3: micromark-factory-mdx-expression@2.0.3:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
devlop: 1.1.0 devlop: 1.1.0
micromark-factory-space: 2.0.1 micromark-factory-space: 2.0.1
micromark-util-character: 2.1.1 micromark-util-character: 2.1.1
@@ -1852,7 +1846,7 @@ snapshots:
micromark-util-decode-string@2.0.1: micromark-util-decode-string@2.0.1:
dependencies: dependencies:
decode-named-character-reference: 1.2.0 decode-named-character-reference: 1.3.0
micromark-util-character: 2.1.1 micromark-util-character: 2.1.1
micromark-util-decode-numeric-character-reference: 2.0.2 micromark-util-decode-numeric-character-reference: 2.0.2
micromark-util-symbol: 2.0.1 micromark-util-symbol: 2.0.1
@@ -1861,7 +1855,7 @@ snapshots:
micromark-util-events-to-acorn@2.0.3: micromark-util-events-to-acorn@2.0.3:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
'@types/unist': 3.0.3 '@types/unist': 3.0.3
devlop: 1.1.0 devlop: 1.1.0
estree-util-visit: 2.0.0 estree-util-visit: 2.0.0
@@ -1898,9 +1892,9 @@ snapshots:
micromark@4.0.2: micromark@4.0.2:
dependencies: dependencies:
'@types/debug': 4.1.12 '@types/debug': 4.1.13
debug: 4.4.3 debug: 4.4.3
decode-named-character-reference: 1.2.0 decode-named-character-reference: 1.3.0
devlop: 1.1.0 devlop: 1.1.0
micromark-core-commonmark: 2.0.3 micromark-core-commonmark: 2.0.3
micromark-factory-space: 2.0.1 micromark-factory-space: 2.0.1
@@ -1920,29 +1914,27 @@ snapshots:
ms@2.1.3: {} ms@2.1.3: {}
nanoid@3.3.11: {}
nanoid@3.3.12: {} nanoid@3.3.12: {}
next@16.2.4(react-dom@19.2.5(react@19.2.5))(react@19.2.5): next@16.2.6(react-dom@19.2.6(react@19.2.6))(react@19.2.6):
dependencies: dependencies:
'@next/env': 16.2.4 '@next/env': 16.2.6
'@swc/helpers': 0.5.15 '@swc/helpers': 0.5.15
baseline-browser-mapping: 2.10.8 baseline-browser-mapping: 2.10.29
caniuse-lite: 1.0.30001751 caniuse-lite: 1.0.30001792
postcss: 8.4.31 postcss: 8.4.31
react: 19.2.5 react: 19.2.6
react-dom: 19.2.5(react@19.2.5) react-dom: 19.2.6(react@19.2.6)
styled-jsx: 5.1.6(react@19.2.5) styled-jsx: 5.1.6(react@19.2.6)
optionalDependencies: optionalDependencies:
'@next/swc-darwin-arm64': 16.2.4 '@next/swc-darwin-arm64': 16.2.6
'@next/swc-darwin-x64': 16.2.4 '@next/swc-darwin-x64': 16.2.6
'@next/swc-linux-arm64-gnu': 16.2.4 '@next/swc-linux-arm64-gnu': 16.2.6
'@next/swc-linux-arm64-musl': 16.2.4 '@next/swc-linux-arm64-musl': 16.2.6
'@next/swc-linux-x64-gnu': 16.2.4 '@next/swc-linux-x64-gnu': 16.2.6
'@next/swc-linux-x64-musl': 16.2.4 '@next/swc-linux-x64-musl': 16.2.6
'@next/swc-win32-arm64-msvc': 16.2.4 '@next/swc-win32-arm64-msvc': 16.2.6
'@next/swc-win32-x64-msvc': 16.2.4 '@next/swc-win32-x64-msvc': 16.2.6
sharp: 0.34.5 sharp: 0.34.5
transitivePeerDependencies: transitivePeerDependencies:
- '@babel/core' - '@babel/core'
@@ -1953,7 +1945,7 @@ snapshots:
'@types/unist': 2.0.11 '@types/unist': 2.0.11
character-entities-legacy: 3.0.0 character-entities-legacy: 3.0.0
character-reference-invalid: 2.0.1 character-reference-invalid: 2.0.1
decode-named-character-reference: 1.2.0 decode-named-character-reference: 1.3.0
is-alphanumerical: 2.0.1 is-alphanumerical: 2.0.1
is-decimal: 2.0.1 is-decimal: 2.0.1
is-hexadecimal: 2.0.1 is-hexadecimal: 2.0.1
@@ -1967,7 +1959,7 @@ snapshots:
postcss@8.4.31: postcss@8.4.31:
dependencies: dependencies:
nanoid: 3.3.11 nanoid: 3.3.12
picocolors: 1.1.1 picocolors: 1.1.1
source-map-js: 1.2.1 source-map-js: 1.2.1
@@ -1985,23 +1977,23 @@ snapshots:
property-information@7.1.0: {} property-information@7.1.0: {}
react-dom@19.2.5(react@19.2.5): react-dom@19.2.6(react@19.2.6):
dependencies: dependencies:
react: 19.2.5 react: 19.2.6
scheduler: 0.27.0 scheduler: 0.27.0
react@19.2.5: {} react@19.2.6: {}
recma-build-jsx@1.0.0: recma-build-jsx@1.0.0:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
estree-util-build-jsx: 3.0.1 estree-util-build-jsx: 3.0.1
vfile: 6.0.3 vfile: 6.0.3
recma-jsx@1.0.1(acorn@8.15.0): recma-jsx@1.0.1(acorn@8.16.0):
dependencies: dependencies:
acorn: 8.15.0 acorn: 8.16.0
acorn-jsx: 5.3.2(acorn@8.15.0) acorn-jsx: 5.3.2(acorn@8.16.0)
estree-util-to-js: 2.0.0 estree-util-to-js: 2.0.0
recma-parse: 1.0.0 recma-parse: 1.0.0
recma-stringify: 1.0.0 recma-stringify: 1.0.0
@@ -2009,21 +2001,21 @@ snapshots:
recma-parse@1.0.0: recma-parse@1.0.0:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
esast-util-from-js: 2.0.1 esast-util-from-js: 2.0.1
unified: 11.0.5 unified: 11.0.5
vfile: 6.0.3 vfile: 6.0.3
recma-stringify@1.0.0: recma-stringify@1.0.0:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
estree-util-to-js: 2.0.0 estree-util-to-js: 2.0.0
unified: 11.0.5 unified: 11.0.5
vfile: 6.0.3 vfile: 6.0.3
rehype-recma@1.0.0: rehype-recma@1.0.0:
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.9
'@types/hast': 3.0.4 '@types/hast': 3.0.4
hast-util-to-estree: 3.1.3 hast-util-to-estree: 3.1.3
transitivePeerDependencies: transitivePeerDependencies:
@@ -2039,7 +2031,7 @@ snapshots:
remark-parse@11.0.0: remark-parse@11.0.0:
dependencies: dependencies:
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
mdast-util-from-markdown: 2.0.2 mdast-util-from-markdown: 2.0.3
micromark-util-types: 2.0.2 micromark-util-types: 2.0.2
unified: 11.0.5 unified: 11.0.5
transitivePeerDependencies: transitivePeerDependencies:
@@ -2049,20 +2041,20 @@ snapshots:
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
mdast-util-to-hast: 13.2.0 mdast-util-to-hast: 13.2.1
unified: 11.0.5 unified: 11.0.5
vfile: 6.0.3 vfile: 6.0.3
scheduler@0.27.0: {} scheduler@0.27.0: {}
semver@7.7.3: semver@7.8.0:
optional: true optional: true
sharp@0.34.5: sharp@0.34.5:
dependencies: dependencies:
'@img/colour': 1.0.0 '@img/colour': 1.1.0
detect-libc: 2.1.2 detect-libc: 2.1.2
semver: 7.7.3 semver: 7.8.0
optionalDependencies: optionalDependencies:
'@img/sharp-darwin-arm64': 0.34.5 '@img/sharp-darwin-arm64': 0.34.5
'@img/sharp-darwin-x64': 0.34.5 '@img/sharp-darwin-x64': 0.34.5
@@ -2101,18 +2093,18 @@ snapshots:
character-entities-html4: 2.1.0 character-entities-html4: 2.1.0
character-entities-legacy: 3.0.0 character-entities-legacy: 3.0.0
style-to-js@1.1.18: style-to-js@1.1.21:
dependencies: dependencies:
style-to-object: 1.0.11 style-to-object: 1.0.14
style-to-object@1.0.11: style-to-object@1.0.14:
dependencies: dependencies:
inline-style-parser: 0.2.4 inline-style-parser: 0.2.7
styled-jsx@5.1.6(react@19.2.5): styled-jsx@5.1.6(react@19.2.6):
dependencies: dependencies:
client-only: 0.0.1 client-only: 0.0.1
react: 19.2.5 react: 19.2.6
tailwindcss@4.3.0: {} tailwindcss@4.3.0: {}
@@ -2159,7 +2151,7 @@ snapshots:
'@types/unist': 3.0.3 '@types/unist': 3.0.3
unist-util-is: 6.0.1 unist-util-is: 6.0.1
unist-util-visit@5.0.0: unist-util-visit@5.1.0:
dependencies: dependencies:
'@types/unist': 3.0.3 '@types/unist': 3.0.3
unist-util-is: 6.0.1 unist-util-is: 6.0.1

2
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,2 @@
allowBuilds:
sharp: true