chore(deps-dev): bump astro from 2.1.7 to 2.1.9 (#5030)

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.1.7 to 2.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@2.1.9/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5016/head
dependabot[bot] 2023-04-04 13:23:42 +05:30 committed by GitHub
parent f25df0cf1b
commit 581eccd465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"astro": "^2.1.7",
"astro": "^2.1.9",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0-alpha2",
"bundlewatch": "^0.3.3",
@ -1969,9 +1969,9 @@
}
},
"node_modules/astro": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.1.7.tgz",
"integrity": "sha512-Eaq8/mJTx+kbghfW5ZEJ8rKiEduo03Rn6R/fp/gJGpBSRm/0FiVxVsrpq5SV4kUPrttEi1zMEnEc2GP6JWfXeg==",
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.1.9.tgz",
"integrity": "sha512-UkbG0lgue1b/t4yMI+AkAGEfdOwcPS2RUYQ/QIurtKjP6W5gtKQveRTBuHH7iwiBziH+z8Ecc5/OAALoXSvMlQ==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^1.3.0",
@ -11615,9 +11615,9 @@
"dev": true
},
"astro": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.1.7.tgz",
"integrity": "sha512-Eaq8/mJTx+kbghfW5ZEJ8rKiEduo03Rn6R/fp/gJGpBSRm/0FiVxVsrpq5SV4kUPrttEi1zMEnEc2GP6JWfXeg==",
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.1.9.tgz",
"integrity": "sha512-UkbG0lgue1b/t4yMI+AkAGEfdOwcPS2RUYQ/QIurtKjP6W5gtKQveRTBuHH7iwiBziH+z8Ecc5/OAALoXSvMlQ==",
"dev": true,
"requires": {
"@astrojs/compiler": "^1.3.0",

View File

@ -59,7 +59,7 @@
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"astro": "^2.1.7",
"astro": "^2.1.9",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0-alpha2",
"bundlewatch": "^0.3.3",