From 91508a0abcaa7de43df468feb06b2404d2fdf03e Mon Sep 17 00:00:00 2001 From: Mohammed Elhaouari Date: Tue, 3 Dec 2024 16:31:10 +0100 Subject: [PATCH] major: upgrade dependency astro to v5 (#785) * chore(deps): update dependency astro to v5 (#783) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @astrojs/node to v9 (#784) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * docs(changeset): update dependency astro to v5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .changeset/cool-moose-breathe.md | 10 + apps/example-purgecss-ssr/package.json | 4 +- apps/example-purgecss/package.json | 2 +- apps/example-useragent/package.json | 4 +- apps/playground/package.json | 2 +- package.json | 14 +- packages/astro-purgecss/package.json | 2 +- packages/astro-seo-meta/package.json | 2 +- packages/astro-seo-schema/package.json | 2 +- packages/astro-svg-loaders/package.json | 2 +- packages/astro-useragent/package.json | 2 +- packages/astro-vanilla-extract/package.json | 2 +- packages/astro-webhooks/package.json | 2 +- pnpm-lock.yaml | 353 +++++++------------- 14 files changed, 153 insertions(+), 250 deletions(-) create mode 100644 .changeset/cool-moose-breathe.md diff --git a/.changeset/cool-moose-breathe.md b/.changeset/cool-moose-breathe.md new file mode 100644 index 00000000..aaf15a6f --- /dev/null +++ b/.changeset/cool-moose-breathe.md @@ -0,0 +1,10 @@ +--- +'astro-vanilla-extract': major +'astro-svg-loaders': major +'astro-seo-schema': major +'astro-useragent': major +'astro-purgecss': major +'astro-seo-meta': major +--- + +update dependency astro to v5 diff --git a/apps/example-purgecss-ssr/package.json b/apps/example-purgecss-ssr/package.json index 73c44f5f..cce260ae 100644 --- a/apps/example-purgecss-ssr/package.json +++ b/apps/example-purgecss-ssr/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "devDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" }, "dependencies": { - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "astro-purgecss": "workspace:*" } } diff --git a/apps/example-purgecss/package.json b/apps/example-purgecss/package.json index 448342b3..6c632fa5 100644 --- a/apps/example-purgecss/package.json +++ b/apps/example-purgecss/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" }, "dependencies": { "astro-purgecss": "workspace:*" diff --git a/apps/example-useragent/package.json b/apps/example-useragent/package.json index eeafa33b..34176aee 100644 --- a/apps/example-useragent/package.json +++ b/apps/example-useragent/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "devDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" }, "dependencies": { - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "astro-useragent": "workspace:*" } } diff --git a/apps/playground/package.json b/apps/playground/package.json index d157dd45..3416422d 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" }, "dependencies": { "astro-seo-meta": "workspace:*", diff --git a/package.json b/package.json index 9504cd41..78b7f641 100644 --- a/package.json +++ b/package.json @@ -20,22 +20,22 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@changesets/changelog-github": "^0.5.0", - "@changesets/cli": "^2.27.9", - "@types/node": "^22.9.1", - "astro": "^4.16.13", + "@changesets/cli": "^2.27.10", + "@types/node": "^22.10.1", + "astro": "^5.0.1", "commander": "^12.1.0", "esbuild": "^0.24.0", "esbuild-plugin-clean": "^1.0.1", "kleur": "^4.1.5", "ora": "^8.1.1", "pkg-pr-new": "^0.0.35", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "prettier-plugin-astro": "^0.14.1", "tiny-glob": "^0.2.9", "tsup": "^8.3.5", - "turbo": "^2.3.0", - "typescript": "^5.6.3", + "turbo": "^2.3.3", + "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.3", - "vitest": "^2.1.5" + "vitest": "^2.1.8" } } diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index a9c2e2ff..032f9528 100644 --- a/packages/astro-purgecss/package.json +++ b/packages/astro-purgecss/package.json @@ -44,7 +44,7 @@ } }, "peerDependencies": { - "astro": "^4.0.0", + "astro": "^5.0.0", "purgecss": "^7.0.0" } } diff --git a/packages/astro-seo-meta/package.json b/packages/astro-seo-meta/package.json index 432bb074..5edf2094 100644 --- a/packages/astro-seo-meta/package.json +++ b/packages/astro-seo-meta/package.json @@ -41,6 +41,6 @@ } }, "peerDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" } } diff --git a/packages/astro-seo-schema/package.json b/packages/astro-seo-schema/package.json index 2cc6f2bf..74b3cbbe 100644 --- a/packages/astro-seo-schema/package.json +++ b/packages/astro-seo-schema/package.json @@ -38,7 +38,7 @@ } }, "peerDependencies": { - "astro": "^4.0.0", + "astro": "^5.0.0", "schema-dts": "^1.1.0" }, "devDependencies": { diff --git a/packages/astro-svg-loaders/package.json b/packages/astro-svg-loaders/package.json index 3ff7d752..d7b04090 100644 --- a/packages/astro-svg-loaders/package.json +++ b/packages/astro-svg-loaders/package.json @@ -42,6 +42,6 @@ } }, "peerDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" } } diff --git a/packages/astro-useragent/package.json b/packages/astro-useragent/package.json index 70f29337..6c095a1c 100644 --- a/packages/astro-useragent/package.json +++ b/packages/astro-useragent/package.json @@ -50,6 +50,6 @@ "ua-parser-js": "^2.0.0" }, "peerDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" } } diff --git a/packages/astro-vanilla-extract/package.json b/packages/astro-vanilla-extract/package.json index c7a05805..a0c280d8 100644 --- a/packages/astro-vanilla-extract/package.json +++ b/packages/astro-vanilla-extract/package.json @@ -45,7 +45,7 @@ } }, "peerDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" }, "dependencies": { "@vanilla-extract/css": "^1.14.1", diff --git a/packages/astro-webhooks/package.json b/packages/astro-webhooks/package.json index 86e2940a..297f9037 100644 --- a/packages/astro-webhooks/package.json +++ b/packages/astro-webhooks/package.json @@ -43,6 +43,6 @@ } }, "peerDependencies": { - "astro": "^4.0.0" + "astro": "^5.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58651f28..bec88eed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,14 +15,14 @@ importers: specifier: ^0.5.0 version: 0.5.0 '@changesets/cli': - specifier: ^2.27.9 + specifier: ^2.27.10 version: 2.27.10 '@types/node': - specifier: ^22.9.1 + specifier: ^22.10.1 version: 22.10.1 astro: - specifier: ^4.16.13 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.1 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) commander: specifier: ^12.1.0 version: 12.1.0 @@ -42,7 +42,7 @@ importers: specifier: ^0.0.35 version: 0.0.35 prettier: - specifier: ^3.3.3 + specifier: ^3.4.1 version: 3.4.1 prettier-plugin-astro: specifier: ^0.14.1 @@ -54,16 +54,16 @@ importers: specifier: ^8.3.5 version: 8.3.5(postcss@8.4.49)(typescript@5.7.2) turbo: - specifier: ^2.3.0 + specifier: ^2.3.3 version: 2.3.3 typescript: - specifier: ^5.6.3 + specifier: ^5.7.2 version: 5.7.2 vite-tsconfig-paths: specifier: ^5.1.3 version: 5.1.3(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)) vitest: - specifier: ^2.1.5 + specifier: ^2.1.8 version: 2.1.8(@types/node@22.10.1) apps/example-purgecss: @@ -73,34 +73,34 @@ importers: version: link:../../packages/astro-purgecss devDependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) apps/example-purgecss-ssr: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2)) + specifier: ^9.0.0 + version: 9.0.0(astro@5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2)) astro-purgecss: specifier: workspace:* version: link:../../packages/astro-purgecss devDependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) apps/example-useragent: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2)) + specifier: ^9.0.0 + version: 9.0.0(astro@5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2)) astro-useragent: specifier: workspace:* version: link:../../packages/astro-useragent devDependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) apps/playground: dependencies: @@ -115,16 +115,16 @@ importers: version: link:../../packages/astro-svg-loaders devDependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) packages/astro-build: {} packages/astro-purgecss: dependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) purgecss: specifier: ^7.0.0 version: 7.0.2 @@ -132,14 +132,14 @@ importers: packages/astro-seo-meta: dependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) packages/astro-seo-schema: dependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) schema-dts: specifier: ^1.1.0 version: 1.1.2(typescript@5.7.2) @@ -151,14 +151,14 @@ importers: packages/astro-svg-loaders: dependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) packages/astro-useragent: dependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) ua-parser-js: specifier: ^2.0.0 version: 2.0.0 @@ -170,16 +170,16 @@ importers: version: 1.16.1 '@vanilla-extract/vite-plugin': specifier: ^4.0.4 - version: 4.0.18(@types/node@22.10.1)(vite@6.0.1(@types/node@22.10.1)) + version: 4.0.18(@types/node@22.10.1)(vite@6.0.2(@types/node@22.10.1)) astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) packages/astro-webhooks: dependencies: astro: - specifier: ^4.0.0 - version: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + specifier: ^5.0.0 + version: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) packages: @@ -202,24 +202,24 @@ packages: '@astrojs/compiler@2.10.3': resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} - '@astrojs/internal-helpers@0.4.1': - resolution: {integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==} + '@astrojs/internal-helpers@0.4.2': + resolution: {integrity: sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w==} - '@astrojs/markdown-remark@5.3.0': - resolution: {integrity: sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==} + '@astrojs/markdown-remark@6.0.0': + resolution: {integrity: sha512-Tabo7xM44Pz2Yf9qpdaCCgxRmtaypi2YCinqTUNefDrWUa+OyKW62OuNeCaGwNh/ys+QAd9FUWN5/3HgPWjP4Q==} - '@astrojs/node@8.3.4': - resolution: {integrity: sha512-xzQs39goN7xh9np9rypGmbgZj3AmmjNxEMj9ZWz5aBERlqqFF3n8A/w/uaJeZ/bkHS60l1BXVS0tgsQt9MFqBA==} + '@astrojs/node@9.0.0': + resolution: {integrity: sha512-3h/5kFZvpuo+chYAjj75YhtRUxfquxEJrpZRRC7TdiMGp2WhLp2us4VXm2mjezJp/zHKotW2L3qgp0P2ujQ0xw==} peerDependencies: - astro: ^4.2.0 + astro: ^5.0.0 - '@astrojs/prism@3.1.0': - resolution: {integrity: sha512-Z9IYjuXSArkAUx3N6xj6+Bnvx8OdUSHA8YoOgyepp3+zJmtVYJIl/I18GozdJVW1p5u/CNpl3Km7/gwTJK85cw==} - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} + '@astrojs/prism@3.2.0': + resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==} + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} - '@astrojs/telemetry@3.1.0': - resolution: {integrity: sha512-/ca/+D8MIKEC8/A9cSaPUqQNZm+Es/ZinRv0ZAzvu2ios7POQSsVD+VOj7/hypWNsNM3T7RpfgNq7H2TU1KEHA==} - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} + '@astrojs/telemetry@3.2.0': + resolution: {integrity: sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==} + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} '@babel/code-frame@7.26.2': resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} @@ -237,10 +237,6 @@ packages: resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.25.9': resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} engines: {node: '>=6.9.0'} @@ -280,24 +276,12 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-syntax-jsx@7.25.9': - resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.25.9': resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx@7.25.9': - resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/runtime@7.26.0': resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==} engines: {node: '>=6.9.0'} @@ -1141,18 +1125,6 @@ packages: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} - '@types/babel__core@7.20.5': - resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} - - '@types/babel__generator@7.6.8': - resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} - - '@types/babel__template@7.4.4': - resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} - - '@types/babel__traverse@7.20.6': - resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} - '@types/cookie@0.6.0': resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} @@ -1292,9 +1264,9 @@ packages: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} - astro@4.16.16: - resolution: {integrity: sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==} - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} + astro@5.0.1: + resolution: {integrity: sha512-7XzFq3eFdSkeT/aCNealVv4klwmKoOYb6LZymbyZQrdUA9vEoUCKFcujVo4YbJJ8WXyEm515ZHPCxHTdDneEug==} + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true axobject-query@4.1.0: @@ -1506,14 +1478,6 @@ packages: dataloader@1.4.0: resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} - debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - debug@4.3.7: resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} engines: {node: '>=6.0'} @@ -1708,10 +1672,6 @@ packages: resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} engines: {node: '>=12.0.0'} - extend-shallow@2.0.1: - resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} - engines: {node: '>=0.10.0'} - extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} @@ -1840,10 +1800,6 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - gray-matter@4.0.3: - resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} - engines: {node: '>=6.0'} - has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} @@ -1927,10 +1883,6 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true - is-extendable@0.1.1: - resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} - engines: {node: '>=0.10.0'} - is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -2036,10 +1988,6 @@ packages: jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} - kind-of@6.0.3: - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} - engines: {node: '>=0.10.0'} - kleur@3.0.3: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} @@ -2048,8 +1996,8 @@ packages: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} - lilconfig@3.1.2: - resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} engines: {node: '>=14'} lines-and-columns@1.2.4: @@ -2251,10 +2199,13 @@ packages: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} - mime@1.6.0: - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} - engines: {node: '>=4'} - hasBin: true + mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} mimic-function@5.0.1: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} @@ -2289,9 +2240,6 @@ packages: resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} engines: {node: '>=10'} - ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -2669,10 +2617,6 @@ packages: peerDependencies: typescript: '>=4.1.0' - section-matter@1.0.0: - resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} - engines: {node: '>=4'} - semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true @@ -2682,9 +2626,9 @@ packages: engines: {node: '>=10'} hasBin: true - send@0.19.1: - resolution: {integrity: sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==} - engines: {node: '>= 0.8.0'} + send@1.1.0: + resolution: {integrity: sha512-v67WcEouB5GxbTWL/4NeToqcZiAWEq90N888fczVArY8A79J0L4FD7vj5hm3eUMua5EpoQ59wa/oovY6TLvRUA==} + engines: {node: '>= 18'} server-destroy@1.0.1: resolution: {integrity: sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==} @@ -2790,10 +2734,6 @@ packages: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} - strip-bom-string@1.0.0: - resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} - engines: {node: '>=0.10.0'} - strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} @@ -2951,8 +2891,8 @@ packages: resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==} engines: {node: '>=4'} - type-fest@4.29.1: - resolution: {integrity: sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==} + type-fest@4.30.0: + resolution: {integrity: sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==} engines: {node: '>=16'} typescript@5.6.1-rc: @@ -2975,6 +2915,9 @@ packages: ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} + ultrahtml@1.5.3: + resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} + undici-types@6.20.0: resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} @@ -3098,8 +3041,8 @@ packages: terser: optional: true - vite@6.0.1: - resolution: {integrity: sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ==} + vite@6.0.2: + resolution: {integrity: sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -3253,6 +3196,14 @@ packages: resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} engines: {node: '>=12.20'} + yocto-spinner@0.1.1: + resolution: {integrity: sha512-vb6yztJdmbX9BwiR2NlKim7roGM5xFFhiTO6UstNiKBnh8NT6uFNjpXYC6DWTnLgRRyHh2nDNEM8kLHSRLw4kg==} + engines: {node: '>=18.19'} + + yoctocolors@2.1.1: + resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} + engines: {node: '>=18'} + zod-package-json@1.0.3: resolution: {integrity: sha512-Mb6GzuRyUEl8X+6V6xzHbd4XV0au/4gOYrYP+CAfHL32uPmGswES+v2YqonZiW1NZWVA3jkssCKSU2knonm/aQ==} engines: {node: '>=20'} @@ -3305,15 +3256,16 @@ snapshots: '@astrojs/compiler@2.10.3': {} - '@astrojs/internal-helpers@0.4.1': {} + '@astrojs/internal-helpers@0.4.2': {} - '@astrojs/markdown-remark@5.3.0': + '@astrojs/markdown-remark@6.0.0': dependencies: - '@astrojs/prism': 3.1.0 + '@astrojs/prism': 3.2.0 github-slugger: 2.0.0 hast-util-from-html: 2.0.3 hast-util-to-text: 4.0.2 import-meta-resolve: 4.1.0 + js-yaml: 4.1.0 mdast-util-definitions: 6.0.0 rehype-raw: 7.0.0 rehype-stringify: 10.0.1 @@ -3330,19 +3282,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/node@8.3.4(astro@4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2))': + '@astrojs/node@9.0.0(astro@5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2))': dependencies: - astro: 4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) - send: 0.19.1 + astro: 5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2) + send: 1.1.0 server-destroy: 1.0.1 transitivePeerDependencies: - supports-color - '@astrojs/prism@3.1.0': + '@astrojs/prism@3.2.0': dependencies: prismjs: 1.29.0 - '@astrojs/telemetry@3.1.0': + '@astrojs/telemetry@3.2.0': dependencies: ci-info: 4.1.0 debug: 4.3.7 @@ -3390,10 +3342,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.26.0 - '@babel/helper-compilation-targets@7.25.9': dependencies: '@babel/compat-data': 7.26.2 @@ -3435,27 +3383,11 @@ snapshots: dependencies: '@babel/types': 7.26.0 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 - transitivePeerDependencies: - - supports-color - '@babel/runtime@7.26.0': dependencies: regenerator-runtime: 0.14.1 @@ -4167,27 +4099,6 @@ snapshots: '@sindresorhus/is@4.6.0': {} - '@types/babel__core@7.20.5': - dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 - '@types/babel__generator': 7.6.8 - '@types/babel__template': 7.4.4 - '@types/babel__traverse': 7.20.6 - - '@types/babel__generator@7.6.8': - dependencies: - '@babel/types': 7.26.0 - - '@types/babel__template@7.4.4': - dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 - - '@types/babel__traverse@7.20.6': - dependencies: - '@babel/types': 7.26.0 - '@types/cookie@0.6.0': {} '@types/debug@4.1.12': @@ -4271,10 +4182,10 @@ snapshots: '@vanilla-extract/private@1.0.6': {} - '@vanilla-extract/vite-plugin@4.0.18(@types/node@22.10.1)(vite@6.0.1(@types/node@22.10.1))': + '@vanilla-extract/vite-plugin@4.0.18(@types/node@22.10.1)(vite@6.0.2(@types/node@22.10.1))': dependencies: '@vanilla-extract/integration': 7.1.11(@types/node@22.10.1) - vite: 6.0.1(@types/node@22.10.1) + vite: 6.0.2(@types/node@22.10.1) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -4370,18 +4281,14 @@ snapshots: assertion-error@2.0.1: {} - astro@4.16.16(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2): + astro@5.0.1(@types/node@22.10.1)(rollup@4.28.0)(typescript@5.7.2): dependencies: '@astrojs/compiler': 2.10.3 - '@astrojs/internal-helpers': 0.4.1 - '@astrojs/markdown-remark': 5.3.0 - '@astrojs/telemetry': 3.1.0 - '@babel/core': 7.26.0 - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 + '@astrojs/internal-helpers': 0.4.2 + '@astrojs/markdown-remark': 6.0.0 + '@astrojs/telemetry': 3.2.0 '@oslojs/encoding': 1.1.0 '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - '@types/babel__core': 7.20.5 '@types/cookie': 0.6.0 acorn: 8.14.0 aria-query: 5.3.2 @@ -4404,7 +4311,6 @@ snapshots: fast-glob: 3.3.2 flattie: 1.1.1 github-slugger: 2.0.0 - gray-matter: 4.0.3 html-escaper: 3.0.3 http-cache-semantics: 4.1.1 js-yaml: 4.1.0 @@ -4414,7 +4320,6 @@ snapshots: micromatch: 4.0.8 mrmime: 2.0.0 neotraverse: 0.6.18 - ora: 8.1.1 p-limit: 6.1.0 p-queue: 8.0.1 preferred-pm: 4.0.0 @@ -4424,13 +4329,15 @@ snapshots: shiki: 1.24.0 tinyexec: 0.3.1 tsconfck: 3.1.4(typescript@5.7.2) + ultrahtml: 1.5.3 unist-util-visit: 5.0.0 vfile: 6.0.3 - vite: 5.4.11(@types/node@22.10.1) - vitefu: 1.0.4(vite@5.4.11(@types/node@22.10.1)) + vite: 6.0.2(@types/node@22.10.1) + vitefu: 1.0.4(vite@6.0.2(@types/node@22.10.1)) which-pm: 3.0.0 xxhash-wasm: 1.1.0 yargs-parser: 21.1.1 + yocto-spinner: 0.1.1 zod: 3.23.8 zod-to-json-schema: 3.23.5(zod@3.23.8) zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.23.8) @@ -4438,6 +4345,7 @@ snapshots: sharp: 0.33.5 transitivePeerDependencies: - '@types/node' + - jiti - less - lightningcss - rollup @@ -4447,7 +4355,9 @@ snapshots: - sugarss - supports-color - terser + - tsx - typescript + - yaml axobject-query@4.1.0: {} @@ -4470,7 +4380,7 @@ snapshots: chalk: 5.3.0 cli-boxes: 3.0.0 string-width: 7.2.0 - type-fest: 4.29.1 + type-fest: 4.30.0 widest-line: 5.0.0 wrap-ansi: 9.0.0 @@ -4631,10 +4541,6 @@ snapshots: dataloader@1.4.0: {} - debug@2.6.9: - dependencies: - ms: 2.0.0 - debug@4.3.7: dependencies: ms: 2.1.3 @@ -4841,10 +4747,6 @@ snapshots: expect-type@1.1.0: {} - extend-shallow@2.0.1: - dependencies: - is-extendable: 0.1.1 - extend@3.0.2: {} extendable-error@0.1.7: {} @@ -4978,13 +4880,6 @@ snapshots: graceful-fs@4.2.11: {} - gray-matter@4.0.3: - dependencies: - js-yaml: 3.14.1 - kind-of: 6.0.3 - section-matter: 1.0.0 - strip-bom-string: 1.0.0 - has-flag@4.0.0: {} hast-util-from-html@2.0.3: @@ -5114,8 +5009,6 @@ snapshots: is-docker@3.0.0: {} - is-extendable@0.1.1: {} - is-extglob@2.1.1: {} is-fullwidth-code-point@3.0.0: {} @@ -5191,13 +5084,11 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - kind-of@6.0.3: {} - kleur@3.0.3: {} kleur@4.1.5: {} - lilconfig@3.1.2: {} + lilconfig@3.1.3: {} lines-and-columns@1.2.4: {} @@ -5586,7 +5477,11 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 - mime@1.6.0: {} + mime-db@1.52.0: {} + + mime-types@2.1.35: + dependencies: + mime-db: 1.52.0 mimic-function@5.0.1: {} @@ -5617,8 +5512,6 @@ snapshots: mrmime@2.0.0: {} - ms@2.0.0: {} - ms@2.1.3: {} mz@2.7.0: @@ -5802,7 +5695,7 @@ snapshots: postcss-load-config@6.0.1(postcss@8.4.49): dependencies: - lilconfig: 3.1.2 + lilconfig: 3.1.3 optionalDependencies: postcss: 8.4.49 @@ -6041,26 +5934,20 @@ snapshots: dependencies: typescript: 5.7.2 - section-matter@1.0.0: - dependencies: - extend-shallow: 2.0.1 - kind-of: 6.0.3 - semver@6.3.1: {} semver@7.6.3: {} - send@0.19.1: + send@1.1.0: dependencies: - debug: 2.6.9 - depd: 2.0.0 + debug: 4.3.7 destroy: 1.2.0 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 fresh: 0.5.2 http-errors: 2.0.0 - mime: 1.6.0 + mime-types: 2.1.35 ms: 2.1.3 on-finished: 2.4.1 range-parser: 1.2.1 @@ -6189,8 +6076,6 @@ snapshots: dependencies: ansi-regex: 6.1.0 - strip-bom-string@1.0.0: {} - strip-bom@3.0.0: {} sucrase@3.35.0: @@ -6333,7 +6218,7 @@ snapshots: type-detect@4.1.0: {} - type-fest@4.29.1: {} + type-fest@4.30.0: {} typescript@5.6.1-rc: {} @@ -6349,6 +6234,8 @@ snapshots: ufo@1.5.4: {} + ultrahtml@1.5.3: {} + undici-types@6.20.0: {} undici@6.21.0: {} @@ -6494,7 +6381,7 @@ snapshots: '@types/node': 22.10.1 fsevents: 2.3.3 - vite@6.0.1(@types/node@22.10.1): + vite@6.0.2(@types/node@22.10.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 @@ -6503,9 +6390,9 @@ snapshots: '@types/node': 22.10.1 fsevents: 2.3.3 - vitefu@1.0.4(vite@5.4.11(@types/node@22.10.1)): + vitefu@1.0.4(vite@6.0.2(@types/node@22.10.1)): optionalDependencies: - vite: 5.4.11(@types/node@22.10.1) + vite: 6.0.2(@types/node@22.10.1) vitest@2.1.8(@types/node@22.10.1): dependencies: @@ -6622,6 +6509,12 @@ snapshots: yocto-queue@1.1.1: {} + yocto-spinner@0.1.1: + dependencies: + yoctocolors: 2.1.1 + + yoctocolors@2.1.1: {} + zod-package-json@1.0.3: dependencies: zod: 3.23.8