diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-24 00:59:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 00:59:37 +0300 |
commit | 8a203a3502755c5abe64786cab5640f215c36d2f (patch) | |
tree | 85720f32150ffa557516f8805a9f9a042f506c54 | |
parent | f1416bf18154dba64aa7203e23ca118ec45b010c (diff) | |
download | popov.link-8a203a3502755c5abe64786cab5640f215c36d2f.tar.xz popov.link-8a203a3502755c5abe64786cab5640f215c36d2f.zip |
Bump astro from 5.1.8 to 5.1.9
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.8 to 5.1.9.
- [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@5.1.9/packages/astro)
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index a953870..16425bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.0", + "astro": "^5.1.9", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", @@ -2018,9 +2018,9 @@ } }, "node_modules/astro": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.8.tgz", - "integrity": "sha512-7fNNceI/dXqGIkkZQjxhH31alAfgf33cDv34cPLCGFVSHHOpYG0NSrofnxdYf0BvWRlddqkq393UqDM5cJlv1w==", + "version": "5.1.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.9.tgz", + "integrity": "sha512-QB3MH7Ul3gEvmHXEfvPkGpTZyyB/TBKQbm0kTHpo0BTEB7BvaY+wrcWiGEJBVDpVdEAKY9fM3zrJ0c7hZSXVlw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index a70bfd3..def20c9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.0", + "astro": "^5.1.9", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", |