chore(deps-dev): bump astro from 2.10.1 to 2.10.7 (#5276)

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.1 to 2.10.7.
- [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.10.7/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/5278/head
dependabot[bot] 2023-08-15 12:19:07 +05:30 committed by GitHub
parent b9621a283d
commit b74655893c
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

@ -13,7 +13,7 @@
"@rollup/plugin-typescript": "^11.1.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"astro": "^2.10.1",
"astro": "^2.10.7",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.1",
"bundlewatch": "^0.3.3",
@ -2337,9 +2337,9 @@
}
},
"node_modules/astro": {
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.10.1.tgz",
"integrity": "sha512-t3y9laRaOZTAu6omVpI5x/wE80t2yTCWO/UTCPJYAYy2Aoi+snupwk8ZFBLgVd0lwO7KhjRKA0pUScfkn3bnXw==",
"version": "2.10.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.10.7.tgz",
"integrity": "sha512-R8aF4yphrsbhxW2UxHZ1DslBn8e8vPQ23+Z/OnajNE1Q4HEZCOZ4CAbHJx2PDwq2p+CRWArNalpr3+rTqyOYBQ==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^1.8.0",
@ -13474,9 +13474,9 @@
"dev": true
},
"astro": {
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.10.1.tgz",
"integrity": "sha512-t3y9laRaOZTAu6omVpI5x/wE80t2yTCWO/UTCPJYAYy2Aoi+snupwk8ZFBLgVd0lwO7KhjRKA0pUScfkn3bnXw==",
"version": "2.10.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.10.7.tgz",
"integrity": "sha512-R8aF4yphrsbhxW2UxHZ1DslBn8e8vPQ23+Z/OnajNE1Q4HEZCOZ4CAbHJx2PDwq2p+CRWArNalpr3+rTqyOYBQ==",
"dev": true,
"requires": {
"@astrojs/compiler": "^1.8.0",

View File

@ -61,7 +61,7 @@
"@rollup/plugin-typescript": "^11.1.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"astro": "^2.10.1",
"astro": "^2.10.7",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.1",
"bundlewatch": "^0.3.3",