From 98dc2f6d5df2e0e2b912bc833efbb764adbea09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:12:22 +0530 Subject: [PATCH] chore(deps-dev): bump astro in the astro group across 1 directory (#5590) Bumps the astro group with 1 update in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 4.9.1 to 4.9.2 - [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.9.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ddac89c2..e6c4e5e63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.9.1", + "astro": "^4.9.2", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3", @@ -3380,9 +3380,9 @@ } }, "node_modules/astro": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.1.tgz", - "integrity": "sha512-9TsoAu0WBPiqyAIj9H0JW7R+tIjPjFsPKo70Nja6WL3imTTuUJQmnCre4ZVmoNV3oicTTlb+N4zjRYANW0Ty9A==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.2.tgz", + "integrity": "sha512-apzpRoISk6L8g99m3zKIW5SYxw2GhOju/1Gq0Ccf3SH+X2UcFXF+MTdxPOFl5yJUQg7X0qsVQDOIVf8zHRRKFg==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.8.0", diff --git a/package.json b/package.json index a590974f9..a72bc59ad 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.9.1", + "astro": "^4.9.2", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3",