diff --git a/package.json b/package.json index db7de0abf..da934a5fc 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/mdx": "^2.0.4", - "@astrojs/starlight": "^0.15.3", + "@astrojs/starlight": "^0.15.4", "@astrojs/starlight-docsearch": "^0.1.0", "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.1.2", + "astro": "^4.1.3", "sharp": "^0.32.6", "tailwindcss": "^3.3.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67bf07643..70730e99b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,22 +7,22 @@ settings: dependencies: '@astrojs/mdx': specifier: ^2.0.4 - version: 2.0.4(astro@4.1.2) + version: 2.0.4(astro@4.1.3) '@astrojs/starlight': - specifier: ^0.15.3 - version: 0.15.3(astro@4.1.2) + specifier: ^0.15.4 + version: 0.15.4(astro@4.1.3) '@astrojs/starlight-docsearch': specifier: ^0.1.0 - version: 0.1.0(@algolia/client-search@4.20.0)(@astrojs/starlight@0.15.3)(search-insights@2.11.0) + version: 0.1.0(@algolia/client-search@4.20.0)(@astrojs/starlight@0.15.4)(search-insights@2.11.0) '@astrojs/starlight-tailwind': specifier: ^2.0.1 - version: 2.0.1(@astrojs/starlight@0.15.3)(@astrojs/tailwind@5.1.0)(tailwindcss@3.3.6) + version: 2.0.1(@astrojs/starlight@0.15.4)(@astrojs/tailwind@5.1.0)(tailwindcss@3.3.6) '@astrojs/tailwind': specifier: ^5.1.0 - version: 5.1.0(astro@4.1.2)(tailwindcss@3.3.6) + version: 5.1.0(astro@4.1.3)(tailwindcss@3.3.6) astro: - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^4.1.3 + version: 4.1.3 sharp: specifier: ^0.32.6 version: 0.32.6 @@ -232,7 +232,7 @@ packages: - supports-color dev: false - /@astrojs/mdx@2.0.4(astro@4.1.2): + /@astrojs/mdx@2.0.4(astro@4.1.3): resolution: {integrity: sha512-8q8p7AfiGa6CEKUEEWDLZ7HsfonmZlzx8HITZp8eJnkh+n6mmD9vQTpuFNjJc3hiiMEEKLGTIjOUGAU4aGBkrA==} engines: {node: '>=18.14.1'} peerDependencies: @@ -241,7 +241,7 @@ packages: '@astrojs/markdown-remark': 4.0.1 '@mdx-js/mdx': 3.0.0 acorn: 8.11.2 - astro: 4.1.2 + astro: 4.1.3 es-module-lexer: 1.4.1 estree-util-visit: 2.0.0 github-slugger: 2.0.0 @@ -265,19 +265,19 @@ packages: prismjs: 1.29.0 dev: false - /@astrojs/sitemap@3.0.3: - resolution: {integrity: sha512-+GRKp1yho9dpHBcMcU6JpbL41k0yYZghOkNsMRb8QIRflbGHvd787tdv9oIZ5NJj0SqAuOlqp2UpqLkJXuAe2A==} + /@astrojs/sitemap@3.0.4: + resolution: {integrity: sha512-RSqiqs0oD8zTGaClHM0YB8n7e5En+Ihi+6qKthWf47pRkzHpENwlPGvKuEL0kUFXq+GzYot9e2JYH58gtr2q0w==} dependencies: sitemap: 7.1.1 zod: 3.22.4 dev: false - /@astrojs/starlight-docsearch@0.1.0(@algolia/client-search@4.20.0)(@astrojs/starlight@0.15.3)(search-insights@2.11.0): + /@astrojs/starlight-docsearch@0.1.0(@algolia/client-search@4.20.0)(@astrojs/starlight@0.15.4)(search-insights@2.11.0): resolution: {integrity: sha512-XQP+D6VmDvwCL+3IWW+fGccP8gGRsvSPD3pHZFO3ugDFPMAaIijOd51RlBISHb5qIvAWGf22x9npzddGYLlCLQ==} peerDependencies: '@astrojs/starlight': '>=0.14.0' dependencies: - '@astrojs/starlight': 0.15.3(astro@4.1.2) + '@astrojs/starlight': 0.15.4(astro@4.1.3) '@docsearch/css': 3.5.2 '@docsearch/js': 3.5.2(@algolia/client-search@4.20.0)(search-insights@2.11.0) transitivePeerDependencies: @@ -288,30 +288,30 @@ packages: - search-insights dev: false - /@astrojs/starlight-tailwind@2.0.1(@astrojs/starlight@0.15.3)(@astrojs/tailwind@5.1.0)(tailwindcss@3.3.6): + /@astrojs/starlight-tailwind@2.0.1(@astrojs/starlight@0.15.4)(@astrojs/tailwind@5.1.0)(tailwindcss@3.3.6): resolution: {integrity: sha512-niMgFcR7NHcsBVy8UAN3F2gqhmoN5v83st5Hu4YzvUL+6SNwjQmIipXppXdN9+iVneRjPr6PLGzDfI+wnjSBWQ==} peerDependencies: '@astrojs/starlight': '>=0.9.0' '@astrojs/tailwind': ^5.0.0 tailwindcss: ^3.3.3 dependencies: - '@astrojs/starlight': 0.15.3(astro@4.1.2) - '@astrojs/tailwind': 5.1.0(astro@4.1.2)(tailwindcss@3.3.6) + '@astrojs/starlight': 0.15.4(astro@4.1.3) + '@astrojs/tailwind': 5.1.0(astro@4.1.3)(tailwindcss@3.3.6) tailwindcss: 3.3.6 dev: false - /@astrojs/starlight@0.15.3(astro@4.1.2): - resolution: {integrity: sha512-4lyVwn0SEOHN6fRS++hYLjPa/Ax6uw2g29z/Y9n1oWwGxnly0R1T1GsSXfciGE0o2fCLzbFLx8KffS/OZWUwIw==} + /@astrojs/starlight@0.15.4(astro@4.1.3): + resolution: {integrity: sha512-o3heYH+RltsCsvO3L0qLnnFJEakwLSRoxW4wFX2zDeDWta9BIpdSOo7+Zg+sSn7k9RPOhI9SGvdFx67B53I18Q==} peerDependencies: astro: ^4.0.0 dependencies: - '@astrojs/mdx': 2.0.4(astro@4.1.2) - '@astrojs/sitemap': 3.0.3 + '@astrojs/mdx': 2.0.4(astro@4.1.3) + '@astrojs/sitemap': 3.0.4 '@pagefind/default-ui': 1.0.4 '@types/hast': 3.0.3 '@types/mdast': 4.0.3 - astro: 4.1.2 - astro-expressive-code: 0.30.1(astro@4.1.2) + astro: 4.1.3 + astro-expressive-code: 0.31.0(astro@4.1.3) bcp-47: 2.1.0 hast-util-select: 6.0.2 hastscript: 8.0.0 @@ -327,13 +327,13 @@ packages: - supports-color dev: false - /@astrojs/tailwind@5.1.0(astro@4.1.2)(tailwindcss@3.3.6): + /@astrojs/tailwind@5.1.0(astro@4.1.3)(tailwindcss@3.3.6): resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==} peerDependencies: astro: ^3.0.0 || ^4.0.0 tailwindcss: ^3.0.24 dependencies: - astro: 4.1.2 + astro: 4.1.3 autoprefixer: 10.4.16(postcss@8.4.32) postcss: 8.4.32 postcss-load-config: 4.0.2(postcss@8.4.32) @@ -834,8 +834,8 @@ packages: dev: false optional: true - /@expressive-code/core@0.30.1: - resolution: {integrity: sha512-z11G1lfzzuTJ63C4dGPUIEKxJse5eKrVxqxQJRiuCDH8hPqfIQs/+by04UceSWB0dt5SIFsL5J+7HvCycbc1iA==} + /@expressive-code/core@0.31.0: + resolution: {integrity: sha512-zeCuojWRYeFs0UDOhzpKMzpjI/tJPCQna4jcVp5SJLMn4qNtHXgVmz3AngoMFoFcAlK6meE3wxzy//0d6K4NPw==} dependencies: '@ctrl/tinycolor': 3.6.1 hast-util-to-html: 8.0.4 @@ -844,24 +844,24 @@ packages: postcss-nested: 6.0.1(postcss@8.4.32) dev: false - /@expressive-code/plugin-frames@0.30.1: - resolution: {integrity: sha512-fBqd+NWcmlP63q8kNi73b6EuwWZwb+8OIhqWEsEQ/lsoOmT8FVYqsnH+M+TRC9or+U0PNd7Po/ojcFNnS0TAIQ==} + /@expressive-code/plugin-frames@0.31.0: + resolution: {integrity: sha512-eYWfK3i4w2gSpOGBFNnu05JKSXC90APgUNdam8y5i0Ie2CVAwpxDtEp0NRqugvEKC0aMJe6ZmHN5Hu2WAVJmig==} dependencies: - '@expressive-code/core': 0.30.1 + '@expressive-code/core': 0.31.0 hastscript: 7.2.0 dev: false - /@expressive-code/plugin-shiki@0.30.1: - resolution: {integrity: sha512-VoJZWZ1wjW/I+CsHg4/RwurrHdtnF5C5fbXESQCQlnXWOhWBfJnOX1ilx5B11gsH5kEWNoD5WRAt8t0L0V/VJA==} + /@expressive-code/plugin-shiki@0.31.0: + resolution: {integrity: sha512-fU5wPPfV1LGcS+Z1wcEkzI1fzBq9IAdt0DN0ni8sT7E+gpkULda4GA4IFD9iWKCGIhSDsBbG+bjc9hrYoJsDIQ==} dependencies: - '@expressive-code/core': 0.30.1 + '@expressive-code/core': 0.31.0 shikiji: 0.8.7 dev: false - /@expressive-code/plugin-text-markers@0.30.1: - resolution: {integrity: sha512-Dtw2lIsAfcfWy/qUhrEW1NwZdgMsI+qeHQ/7Do+W9fMBIoIIHh2GLwmhwkBitoOvLgOJQWsNoBvT42LUp2+16g==} + /@expressive-code/plugin-text-markers@0.31.0: + resolution: {integrity: sha512-32o3pPMBq6bVUfRsAfFyqNpHbD1Z3iftoX9yt95F5zakLMsmHzZL4f0jyNr8XpXe7qcTnl0kIijBkUpvS6Pxfg==} dependencies: - '@expressive-code/core': 0.30.1 + '@expressive-code/core': 0.31.0 hastscript: 7.2.0 unist-util-visit-parents: 5.1.3 dev: false @@ -1589,17 +1589,17 @@ packages: hasBin: true dev: false - /astro-expressive-code@0.30.1(astro@4.1.2): - resolution: {integrity: sha512-Dr3VbK4HvIXTT8rsvd8PuRW4uZOpfRz9J8noVSSxmx7/M7o73SBtqauBYvxXpGHnagTJPGzYOa9BQS7jDHNUVw==} + /astro-expressive-code@0.31.0(astro@4.1.3): + resolution: {integrity: sha512-o6eFrRSYLnlM/2FKkO3MgkbmVxT8N6DJcKvbRf1wbUcRXpz7s1KfugbdsaGw3ABEWUBuQIBsRppcGGw2L816Vg==} peerDependencies: astro: ^3.3.0 || ^4.0.0-beta dependencies: - astro: 4.1.2 - remark-expressive-code: 0.30.1 + astro: 4.1.3 + remark-expressive-code: 0.31.0 dev: false - /astro@4.1.2: - resolution: {integrity: sha512-C/CrsIjRnRZYsLIBquAoTKj3ZPyGPVRByEcPMs6CrJLiHmcYnjpRMVd7oBFepU6772U1ZcXLy0zdxoRYjHFf5w==} + /astro@4.1.3: + resolution: {integrity: sha512-9i8l0mEnpAOAi9F3DMkHGaZ4q56TGtt71XaAxhPXAlhZrVR/6ruobCyYdYwL1Fo0ATpuGXdaod1I7FFxFMcQbw==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true dependencies: @@ -3033,13 +3033,13 @@ packages: - supports-color dev: true - /expressive-code@0.30.1: - resolution: {integrity: sha512-iD8xtfN8X29jfk0B2U4/ws1pV/8GgRVIGOIDm9f6U9Zcnse1OnD/i+cYkcaOr5MLpVe8eLEr8GvVtZDOBxekrg==} + /expressive-code@0.31.0: + resolution: {integrity: sha512-rxKGYS8iRwNUbRNfyCyoe3XQvBLTtGdXbNKM+ODDWCn4VL2DVT1gD1M2N2Alg8HQHIWZJsZIMsYbziO0MRjPlw==} dependencies: - '@expressive-code/core': 0.30.1 - '@expressive-code/plugin-frames': 0.30.1 - '@expressive-code/plugin-shiki': 0.30.1 - '@expressive-code/plugin-text-markers': 0.30.1 + '@expressive-code/core': 0.31.0 + '@expressive-code/plugin-frames': 0.31.0 + '@expressive-code/plugin-shiki': 0.31.0 + '@expressive-code/plugin-text-markers': 0.31.0 dev: false /extend-shallow@2.0.1: @@ -6463,10 +6463,10 @@ packages: - supports-color dev: false - /remark-expressive-code@0.30.1: - resolution: {integrity: sha512-1cxsvXn1FyZsgaZXvkV+uoJLkg0rcS/k9Yemw211oD8Fblhh67Gb6ThxbuQdPf346kgg5D4R/iVyR49oAS5kbg==} + /remark-expressive-code@0.31.0: + resolution: {integrity: sha512-ZnKXo9lB0kBUHZIlw2NdqMMgXriVVajEhtQfJ+MWeibMpyM1kuOa28jefNfNFd3FAoNPrc/A3M0fDRkYvWw9Gw==} dependencies: - expressive-code: 0.30.1 + expressive-code: 0.31.0 hast-util-to-html: 8.0.4 unist-util-visit: 4.1.2 dev: false