From 4b3e3cd54700492a5e99f1a4d3ce9d6af511f760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:39:18 +0000 Subject: [PATCH] chore(deps): Bump the patch-minor group with 5 updates Bumps the patch-minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/cloudflare](https://github.com/withastro/adapters/tree/HEAD/packages/cloudflare) | `12.0.1` | `12.1.0` | | [marked](https://github.com/markedjs/marked) | `15.0.3` | `15.0.4` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.49.0` | `1.49.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.2` | | [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` | Updates `@astrojs/cloudflare` from 12.0.1 to 12.1.0 - [Release notes](https://github.com/withastro/adapters/releases) - [Changelog](https://github.com/withastro/adapters/blob/main/packages/cloudflare/CHANGELOG.md) - [Commits](https://github.com/withastro/adapters/commits/@astrojs/cloudflare@12.1.0/packages/cloudflare) Updates `marked` from 15.0.3 to 15.0.4 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v15.0.3...v15.0.4) Updates `@playwright/test` from 1.49.0 to 1.49.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.49.1) Updates `@types/node` from 22.10.1 to 22.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `sass` from 1.82.0 to 1.83.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.82.0...1.83.0) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor ... Signed-off-by: dependabot[bot] --- package.json | 10 +-- pnpm-lock.yaml | 187 +++++++++++++++++++++++++------------------------ 2 files changed, 102 insertions(+), 95 deletions(-) diff --git a/package.json b/package.json index ed7db75..4f91902 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/cloudflare": "12.0.1", + "@astrojs/cloudflare": "12.1.0", "@astrojs/markdoc": "^0.12.3", "@astrojs/react": "^4.1.0", "@astrojs/sitemap": "^3.2.1", @@ -33,7 +33,7 @@ "astro-font": "^0.1.81", "dayjs": "^1.11.13", "fathom-client": "^3.7.2", - "marked": "^15.0.3", + "marked": "^15.0.4", "react": "^19.0.0", "react-dom": "^19.0.0", "react-icons": "^5.4.0", @@ -43,14 +43,14 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@csstools/postcss-logical-viewport-units": "^3.0.3", - "@playwright/test": "^1.49.0", - "@types/node": "^22.10.1", + "@playwright/test": "^1.49.1", + "@types/node": "^22.10.2", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "postcss-clamp": "^4.1.0", "postcss-media-minmax": "^5.0.0", "postcss-utopia": "^1.1.0", - "sass": "^1.82.0", + "sass": "^1.83.0", "sharp": "^0.33.5" }, "homepage": "https://namesake.fyi", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d718a4d..e9493f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,23 +12,23 @@ importers: specifier: ^0.9.4 version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.7.2) '@astrojs/cloudflare': - specifier: 12.0.1 - version: 12.0.1(@types/node@22.10.1)(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1))(sass@1.82.0)(yaml@2.5.1) + specifier: 12.1.0 + version: 12.1.0(@types/node@22.10.2)(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1))(sass@1.83.0)(yaml@2.5.1) '@astrojs/markdoc': specifier: ^0.12.3 - version: 0.12.3(@types/react@19.0.1)(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1))(react@19.0.0) + version: 0.12.3(@types/react@19.0.1)(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1))(react@19.0.0) '@astrojs/react': specifier: ^4.1.0 - version: 4.1.0(@types/node@22.10.1)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.82.0)(yaml@2.5.1) + version: 4.1.0(@types/node@22.10.2)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.83.0)(yaml@2.5.1) '@astrojs/sitemap': specifier: ^3.2.1 version: 3.2.1 '@axe-core/playwright': specifier: ^4.10.1 - version: 4.10.1(playwright-core@1.49.0) + version: 4.10.1(playwright-core@1.49.1) '@keystatic/astro': specifier: ^5.0.3 - version: 5.0.3(@keystatic/core@0.5.42(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 5.0.3(@keystatic/core@0.5.42(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@keystatic/core': specifier: ^0.5.42 version: 0.5.42(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -40,7 +40,7 @@ importers: version: 19.0.2(@types/react@19.0.1) astro: specifier: ^5.0.5 - version: 5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1) + version: 5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1) astro-font: specifier: ^0.1.81 version: 0.1.81 @@ -51,8 +51,8 @@ importers: specifier: ^3.7.2 version: 3.7.2 marked: - specifier: ^15.0.3 - version: 15.0.3 + specifier: ^15.0.4 + version: 15.0.4 react: specifier: ^19.0.0 version: 19.0.0 @@ -76,11 +76,11 @@ importers: specifier: ^3.0.3 version: 3.0.3(postcss@8.4.49) '@playwright/test': - specifier: ^1.49.0 - version: 1.49.0 + specifier: ^1.49.1 + version: 1.49.1 '@types/node': - specifier: ^22.10.1 - version: 22.10.1 + specifier: ^22.10.2 + version: 22.10.2 autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.49) @@ -97,8 +97,8 @@ importers: specifier: ^1.1.0 version: 1.1.0(postcss@8.4.49) sass: - specifier: ^1.82.0 - version: 1.82.0 + specifier: ^1.83.0 + version: 1.83.0 sharp: specifier: ^0.33.5 version: 0.33.5 @@ -123,8 +123,8 @@ packages: peerDependencies: typescript: ^5.0.0 - '@astrojs/cloudflare@12.0.1': - resolution: {integrity: sha512-TFeE7nMkzjP/zxH2Ra1eomXhoOD4sv6GFgZyIfAMsCURzBTszxmMh6MC/ChesudFKN0Cbn4fTOoLCgQwxYXVYw==} + '@astrojs/cloudflare@12.1.0': + resolution: {integrity: sha512-tx2HrZclERHI9MV/Jx/+cUVbQ0UGWlVCxV7ozRgnwCNG3fgBtpk1Qf60eTMnCLDQTKXy6C5b3nE+c9+dMpW6Hg==} peerDependencies: astro: ^5.0.0 @@ -375,8 +375,8 @@ packages: resolution: {integrity: sha512-A+lQ8xp7992qSeMmuQ0ssL6CPmm+ZmAv6Ddikan0n1jjpMAic+97l7xtVIsswSn9iLMFPYQ9uNN/8Fl0AgARIQ==} engines: {node: '>=16.7.0'} - '@cloudflare/workers-types@4.20241205.0': - resolution: {integrity: sha512-pj1VKRHT/ScQbHOIMFODZaNAlJHQHdBSZXNIdr9ebJzwBff9Qz8VdqhbhggV7f+aUEh8WSbrsPIo4a+WtgjUvw==} + '@cloudflare/workers-types@4.20241214.0': + resolution: {integrity: sha512-QPDx/qXI+06rDOsgHkYgEjGAkrQsmazZMDaMHBxkwxdSJbh4MQEydLJ/ILwZj3Thb9fg0PyD+K/1Fcn90TeueA==} '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -1029,10 +1029,10 @@ packages: cpu: [x64] os: [win32] - '@inox-tools/astro-when@0.2.4': - resolution: {integrity: sha512-A1urUbru+Ni7UnsWui0Cq3rGXE75XsiVmU3vmJXhA9duQ4JyIYxLZALDSsqsT0pAzBrUWokZ09fALJ5eJUPtZQ==} + '@inox-tools/astro-when@1.0.1': + resolution: {integrity: sha512-x/62MFEfzSMYaQGIoxg5k10YL5X9LYWEmFPtew/Z3AOKhWrLx+LHnqimRkbfV4JVMDj+F0ZP5a+xRRjHbZ6Maw==} peerDependencies: - astro: ^4 + astro: ^5 '@internationalized/date@3.6.0': resolution: {integrity: sha512-+z6ti+CcJnRlLHok/emGEsWQhe7kfSmEW+/6qCzvKY67YPh7YOBfvc7+/+NXq+zJlbArg30tYpqLjNgcAYv2YQ==} @@ -1203,8 +1203,8 @@ packages: resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==} engines: {node: '>= 10.0.0'} - '@playwright/test@1.49.0': - resolution: {integrity: sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==} + '@playwright/test@1.49.1': + resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==} engines: {node: '>=18'} hasBin: true @@ -1913,8 +1913,8 @@ packages: '@types/node@17.0.45': resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - '@types/node@22.10.1': - resolution: {integrity: sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==} + '@types/node@22.10.2': + resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} '@types/parse-json@4.0.2': resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} @@ -2061,10 +2061,10 @@ packages: astro-font@0.1.81: resolution: {integrity: sha512-rbrv/+ZSYdgyjBlhkAqfCjMxqqo6iEwnSo/rAdDt/POILsF0ChxMFhefIIzKEukrRGtVjEj1lrLRYk+AdV9scQ==} - astro-integration-kit@0.16.1: - resolution: {integrity: sha512-N/iam0PAFrRT9azYZqscP1HowQhC77Dwlp912P0/72k+kwUVgO3m73F26XXukHYoZBsrHgrUrfsWBxuCH3kEUg==} + astro-integration-kit@0.17.0: + resolution: {integrity: sha512-fe31CCKmrGYn/kkBd1J4b7P02gEdMdEIFBz14zdAud+YAmJeLtZD6wmrCz3LDau+lE1oM1hQnvmZXVSM/YveKw==} peerDependencies: - astro: ^4.12.0 + astro: ^4.12.0 || ^5.0.0-beta astro@5.0.5: resolution: {integrity: sha512-xfptdmurDsQcj/Anc7mU+eKlcyV7ppJIlmaSwhX3ZWwK5N/0rGKVmUqnuILgR6MB0XVJiIfublNzDGoyj4Q6BQ==} @@ -2653,8 +2653,8 @@ packages: is-arrayish@0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - is-core-module@2.15.1: - resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} + is-core-module@2.16.0: + resolution: {integrity: sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==} engines: {node: '>= 0.4'} is-decimal@2.0.1: @@ -2801,14 +2801,17 @@ packages: magic-string@0.30.15: resolution: {integrity: sha512-zXeaYRgZ6ldS1RJJUrMrYgNJ4fdwnyI6tVqoiIhyCyv5IVTK9BU8Ic2l253GGETQHxI4HNUwhJ3fjDhKqEoaAw==} + magic-string@0.30.17: + resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} + magicast@0.3.5: resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} markdown-table@3.0.4: resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==} - marked@15.0.3: - resolution: {integrity: sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==} + marked@15.0.4: + resolution: {integrity: sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==} engines: {node: '>= 18'} hasBin: true @@ -3142,13 +3145,13 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - playwright-core@1.49.0: - resolution: {integrity: sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==} + playwright-core@1.49.1: + resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==} engines: {node: '>=18'} hasBin: true - playwright@1.49.0: - resolution: {integrity: sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==} + playwright@1.49.1: + resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==} engines: {node: '>=18'} hasBin: true @@ -3488,8 +3491,8 @@ packages: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} - resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + resolve@1.22.9: + resolution: {integrity: sha512-QxrmX1DzraFIi9PxdG5VkRfRwIgjwyud+z/iBwfRRrVmHc+P9Q7u2lSSpQ6bjr2gy5lrqIiU9vb6iAeGf2400A==} hasBin: true retext-latin@4.0.0: @@ -3538,8 +3541,8 @@ packages: sass-formatter@0.7.9: resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==} - sass@1.82.0: - resolution: {integrity: sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==} + sass@1.83.0: + resolution: {integrity: sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==} engines: {node: '>=14.0.0'} hasBin: true @@ -4160,20 +4163,20 @@ snapshots: - prettier - prettier-plugin-astro - '@astrojs/cloudflare@12.0.1(@types/node@22.10.1)(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1))(sass@1.82.0)(yaml@2.5.1)': + '@astrojs/cloudflare@12.1.0(@types/node@22.10.2)(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1))(sass@1.83.0)(yaml@2.5.1)': dependencies: '@astrojs/internal-helpers': 0.4.1 '@astrojs/underscore-redirects': 0.4.0 - '@cloudflare/workers-types': 4.20241205.0 - '@inox-tools/astro-when': 0.2.4(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1)) - astro: 5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1) + '@cloudflare/workers-types': 4.20241214.0 + '@inox-tools/astro-when': 1.0.1(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1)) + astro: 5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1) esbuild: 0.24.0 estree-walker: 3.0.3 - magic-string: 0.30.15 + magic-string: 0.30.17 miniflare: 3.20241205.0 tiny-glob: 0.2.9 - vite: 6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1) - wrangler: 3.95.0(@cloudflare/workers-types@4.20241205.0) + vite: 6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1) + wrangler: 3.95.0(@cloudflare/workers-types@4.20241214.0) transitivePeerDependencies: - '@types/node' - bufferutil @@ -4222,13 +4225,13 @@ snapshots: transitivePeerDependencies: - typescript - '@astrojs/markdoc@0.12.3(@types/react@19.0.1)(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1))(react@19.0.0)': + '@astrojs/markdoc@0.12.3(@types/react@19.0.1)(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1))(react@19.0.0)': dependencies: '@astrojs/internal-helpers': 0.4.2 '@astrojs/markdown-remark': 6.0.1 '@astrojs/prism': 3.2.0 '@markdoc/markdoc': 0.4.0(@types/react@19.0.1)(react@19.0.0) - astro: 5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1) + astro: 5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1) esbuild: 0.21.5 github-slugger: 2.0.0 htmlparser2: 9.1.0 @@ -4265,15 +4268,15 @@ snapshots: dependencies: prismjs: 1.29.0 - '@astrojs/react@4.1.0(@types/node@22.10.1)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.82.0)(yaml@2.5.1)': + '@astrojs/react@4.1.0(@types/node@22.10.2)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.83.0)(yaml@2.5.1)': dependencies: '@types/react': 19.0.1 '@types/react-dom': 19.0.2(@types/react@19.0.1) - '@vitejs/plugin-react': 4.3.4(vite@6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1)) + '@vitejs/plugin-react': 4.3.4(vite@6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1)) react: 19.0.0 react-dom: 19.0.0(react@19.0.0) ultrahtml: 1.5.3 - vite: 6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1) + vite: 6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1) transitivePeerDependencies: - '@types/node' - jiti @@ -4312,10 +4315,10 @@ snapshots: dependencies: yaml: 2.5.1 - '@axe-core/playwright@4.10.1(playwright-core@1.49.0)': + '@axe-core/playwright@4.10.1(playwright-core@1.49.1)': dependencies: axe-core: 4.10.2 - playwright-core: 1.49.0 + playwright-core: 1.49.1 '@babel/code-frame@7.26.2': dependencies: @@ -4501,7 +4504,7 @@ snapshots: mime: 3.0.0 zod: 3.24.1 - '@cloudflare/workers-types@4.20241205.0': {} + '@cloudflare/workers-types@4.20241214.0': {} '@cspotcode/source-map-support@0.8.1': dependencies: @@ -4951,10 +4954,10 @@ snapshots: '@img/sharp-win32-x64@0.33.5': optional: true - '@inox-tools/astro-when@0.2.4(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1))': + '@inox-tools/astro-when@1.0.1(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1))': dependencies: - astro: 5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1) - astro-integration-kit: 0.16.1(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1)) + astro: 5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1) + astro-integration-kit: 0.17.0(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1)) debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -5095,12 +5098,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@keystatic/astro@5.0.3(@keystatic/core@0.5.42(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@keystatic/astro@5.0.3(@keystatic/core@0.5.42(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@keystatic/core': 0.5.42(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/react': 18.3.12 - astro: 5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1) + astro: 5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1) react: 19.0.0 react-dom: 19.0.0(react@19.0.0) set-cookie-parser: 2.7.1 @@ -5271,9 +5274,9 @@ snapshots: '@parcel/watcher-win32-x64': 2.5.0 optional: true - '@playwright/test@1.49.0': + '@playwright/test@1.49.1': dependencies: - playwright: 1.49.0 + playwright: 1.49.1 '@react-aria/actiongroup@3.7.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: @@ -6365,11 +6368,11 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/node@17.0.45': {} - '@types/node@22.10.1': + '@types/node@22.10.2': dependencies: undici-types: 6.20.0 @@ -6392,7 +6395,7 @@ snapshots: '@types/sax@1.2.7': dependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 '@types/unist@2.0.11': {} @@ -6425,14 +6428,14 @@ snapshots: '@urql/core': 5.0.8(graphql@16.9.0) wonka: 6.3.4 - '@vitejs/plugin-react@4.3.4(vite@6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1))': + '@vitejs/plugin-react@4.3.4(vite@6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1) + vite: 6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1) transitivePeerDependencies: - supports-color @@ -6543,13 +6546,13 @@ snapshots: astro-font@0.1.81: {} - astro-integration-kit@0.16.1(astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1)): + astro-integration-kit@0.17.0(astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1)): dependencies: - astro: 5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1) + astro: 5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1) pathe: 1.1.2 recast: 0.23.9 - astro@5.0.5(@types/node@22.10.1)(rollup@4.28.1)(sass@1.82.0)(typescript@5.7.2)(yaml@2.5.1): + astro@5.0.5(@types/node@22.10.2)(rollup@4.28.1)(sass@1.83.0)(typescript@5.7.2)(yaml@2.5.1): dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.2 @@ -6600,8 +6603,8 @@ snapshots: ultrahtml: 1.5.3 unist-util-visit: 5.0.0 vfile: 6.0.3 - vite: 6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1) - vitefu: 1.0.4(vite@6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1)) + vite: 6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1) + vitefu: 1.0.4(vite@6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1)) which-pm: 3.0.0 xxhash-wasm: 1.1.0 yargs-parser: 21.1.1 @@ -6645,7 +6648,7 @@ snapshots: dependencies: '@babel/runtime': 7.26.0 cosmiconfig: 7.1.0 - resolve: 1.22.8 + resolve: 1.22.9 bail@2.0.2: {} @@ -7282,7 +7285,7 @@ snapshots: is-arrayish@0.3.2: {} - is-core-module@2.15.1: + is-core-module@2.16.0: dependencies: hasown: 2.0.2 @@ -7392,6 +7395,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.17: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + magicast@0.3.5: dependencies: '@babel/parser': 7.26.3 @@ -7400,7 +7407,7 @@ snapshots: markdown-table@3.0.4: {} - marked@15.0.3: {} + marked@15.0.4: {} match-sorter@6.3.4: dependencies: @@ -8005,11 +8012,11 @@ snapshots: dependencies: find-up: 4.1.0 - playwright-core@1.49.0: {} + playwright-core@1.49.1: {} - playwright@1.49.0: + playwright@1.49.1: dependencies: - playwright-core: 1.49.0 + playwright-core: 1.49.1 optionalDependencies: fsevents: 2.3.2 @@ -8381,9 +8388,9 @@ snapshots: resolve-from@4.0.0: {} - resolve@1.22.8: + resolve@1.22.9: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -8469,7 +8476,7 @@ snapshots: suf-log: 2.5.3 optional: true - sass@1.82.0: + sass@1.83.0: dependencies: chokidar: 4.0.1 immutable: 5.0.3 @@ -8805,20 +8812,20 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite@6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1): + vite@6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 rollup: 4.28.1 optionalDependencies: - '@types/node': 22.10.1 + '@types/node': 22.10.2 fsevents: 2.3.3 - sass: 1.82.0 + sass: 1.83.0 yaml: 2.5.1 - vitefu@1.0.4(vite@6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1)): + vitefu@1.0.4(vite@6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1)): optionalDependencies: - vite: 6.0.3(@types/node@22.10.1)(sass@1.82.0)(yaml@2.5.1) + vite: 6.0.3(@types/node@22.10.2)(sass@1.83.0)(yaml@2.5.1) volar-service-css@0.0.61(@volar/language-service@2.4.6): dependencies: @@ -8956,7 +8963,7 @@ snapshots: '@cloudflare/workerd-linux-arm64': 1.20241205.0 '@cloudflare/workerd-windows-64': 1.20241205.0 - wrangler@3.95.0(@cloudflare/workers-types@4.20241205.0): + wrangler@3.95.0(@cloudflare/workers-types@4.20241214.0): dependencies: '@cloudflare/kv-asset-handler': 0.3.4 '@cloudflare/workers-shared': 0.11.0 @@ -8970,14 +8977,14 @@ snapshots: miniflare: 3.20241205.0 nanoid: 3.3.8 path-to-regexp: 6.3.0 - resolve: 1.22.8 + resolve: 1.22.9 selfsigned: 2.4.1 source-map: 0.6.1 unenv: unenv-nightly@2.0.0-20241204-140205-a5d5190 workerd: 1.20241205.0 xxhash-wasm: 1.1.0 optionalDependencies: - '@cloudflare/workers-types': 4.20241205.0 + '@cloudflare/workers-types': 4.20241214.0 fsevents: 2.3.3 transitivePeerDependencies: - bufferutil