From caaf66b46a9fd7adf745d087c25a33a45a6f7dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:17:42 +0000 Subject: deps(node): bump astro from 4.5.0 to 4.5.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.5.0 to 4.5.5. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.5.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) (limited to 'pnpm-lock.yaml') diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e037be7..9aa4f1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,13 +10,13 @@ devDependencies: version: 0.5.9(prettier@3.2.5)(typescript@5.4.2) '@astrojs/mdx': specifier: ^2.2.0 - version: 2.2.0(astro@4.5.0) + version: 2.2.0(astro@4.5.5) '@astrojs/sitemap': specifier: ^3.1.1 version: 3.1.1 '@astrojs/tailwind': specifier: ^5.1.0 - version: 5.1.0(astro@4.5.0)(tailwindcss@3.4.1) + version: 5.1.0(astro@4.5.5)(tailwindcss@3.4.1) '@catppuccin/tailwindcss': specifier: ^0.1.6 version: 0.1.6(tailwindcss@3.4.1) @@ -33,8 +33,8 @@ devDependencies: specifier: ^7.2.0 version: 7.2.0(eslint@8.57.0)(typescript@5.4.2) astro: - specifier: ^4.5.0 - version: 4.5.0(@types/node@20.11.25)(typescript@5.4.2) + specifier: ^4.5.5 + version: 4.5.5(@types/node@20.11.25)(typescript@5.4.2) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -172,7 +172,7 @@ packages: - supports-color dev: true - /@astrojs/mdx@2.2.0(astro@4.5.0): + /@astrojs/mdx@2.2.0(astro@4.5.5): resolution: {integrity: sha512-EkcCniYdGwsh9k5LknqRrz/UyOnMNXdRk7fgDAw/zUDKnm7zgQAG8hIx0FxG1L2IINxLfu7IcjgZb3f5TFpxKw==} engines: {node: '>=18.14.1'} peerDependencies: @@ -181,7 +181,7 @@ packages: '@astrojs/markdown-remark': 4.3.0 '@mdx-js/mdx': 3.0.1 acorn: 8.11.3 - astro: 4.5.0(@types/node@20.11.25)(typescript@5.4.2) + astro: 4.5.5(@types/node@20.11.25)(typescript@5.4.2) es-module-lexer: 1.4.1 estree-util-visit: 2.0.0 github-slugger: 2.0.0 @@ -212,13 +212,13 @@ packages: zod: 3.22.4 dev: true - /@astrojs/tailwind@5.1.0(astro@4.5.0)(tailwindcss@3.4.1): + /@astrojs/tailwind@5.1.0(astro@4.5.5)(tailwindcss@3.4.1): resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==} peerDependencies: astro: ^3.0.0 || ^4.0.0 tailwindcss: ^3.0.24 dependencies: - astro: 4.5.0(@types/node@20.11.25)(typescript@5.4.2) + astro: 4.5.5(@types/node@20.11.25)(typescript@5.4.2) autoprefixer: 10.4.17(postcss@8.4.35) postcss: 8.4.35 postcss-load-config: 4.0.2(postcss@8.4.35) @@ -1749,8 +1749,8 @@ packages: hasBin: true dev: true - /astro@4.5.0(@types/node@20.11.25)(typescript@5.4.2): - resolution: {integrity: sha512-NyBePQs0MqsLLde2hOuZO6eiLY2SzpDDeDQDfx39r2Ho2wmlaRFiWxIvcI5vAw75UNVUQuLWRDe+ZNl29AossQ==} + /astro@4.5.5(@types/node@20.11.25)(typescript@5.4.2): + resolution: {integrity: sha512-gZ3jR06dLmY9/SMkKMr+3pRSrUjhuwjnXt+9abFJV3WGwhCnLZbSNsTBrLMsaFHpAS1ReJChcTWyKRCvs/jCIQ==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true dependencies: @@ -1764,7 +1764,6 @@ packages: '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.9) '@babel/traverse': 7.23.9 '@babel/types': 7.23.9 - '@shikijs/core': 1.1.7 '@types/babel__core': 7.20.5 acorn: 8.11.3 aria-query: 5.3.0 @@ -1795,7 +1794,6 @@ packages: js-yaml: 4.1.0 kleur: 4.1.5 magic-string: 0.30.7 - mdast-util-to-hast: 13.0.2 mime: 3.0.0 ora: 7.0.1 p-limit: 5.0.0 @@ -3712,19 +3710,6 @@ packages: unist-util-is: 6.0.0 dev: true - /mdast-util-to-hast@13.0.2: - resolution: {integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==} - dependencies: - '@types/hast': 3.0.4 - '@types/mdast': 4.0.3 - '@ungap/structured-clone': 1.2.0 - devlop: 1.1.0 - micromark-util-sanitize-uri: 2.0.0 - trim-lines: 3.0.1 - unist-util-position: 5.0.0 - unist-util-visit: 5.0.0 - dev: true - /mdast-util-to-hast@13.1.0: resolution: {integrity: sha512-/e2l/6+OdGp/FB+ctrJ9Avz71AN/GRH3oi/3KAx/kMnoUsD6q0woXlDT8lLEeViVKE7oZxE7RXzvO3T8kF2/sA==} dependencies: -- cgit v1.2.3