diff options
author | 2024-10-15 19:24:43 +0200 | |
---|---|---|
committer | 2024-10-15 19:24:43 +0200 | |
commit | 4ade067cef9a43919488da3d9c0c158147d9ac06 (patch) | |
tree | abb639439faf9e4290fed3d99893ac2a7dbd032f | |
parent | 157e266141737511085761173dc89b984f5867f3 (diff) | |
download | astro-4ade067cef9a43919488da3d9c0c158147d9ac06.tar.gz astro-4ade067cef9a43919488da3d9c0c158147d9ac06.tar.zst astro-4ade067cef9a43919488da3d9c0c158147d9ac06.zip |
Fix lockfile
-rw-r--r-- | pnpm-lock.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9162e0ddb..bce223d47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,7 +131,7 @@ importers: specifier: ^4.0.0-beta.2 version: link:../../packages/integrations/mdx '@astrojs/rss': - specifier: ^4.0.8 + specifier: ^4.0.9 version: link:../../packages/astro-rss '@astrojs/sitemap': specifier: ^3.2.1 |