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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5592/head
dependabot[bot] 2024-05-29 14:12:22 +05:30 committed by GitHub
parent 572dbf900f
commit 98dc2f6d5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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",