chore(deps-dev): bump the astro group with 1 update (#5414)

Bumps the astro group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).

- [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@3.5.3/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/5418/head
dependabot[bot] 2023-11-17 13:10:30 +05:30 committed by GitHub
parent 5715eb5bb6
commit 454e22a35e
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

@ -14,7 +14,7 @@
"@rollup/plugin-typescript": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"astro": "^3.5.2",
"astro": "^3.5.3",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.2",
"bundlewatch": "^0.3.3",
@ -2706,9 +2706,9 @@
}
},
"node_modules/astro": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz",
"integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz",
"integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^2.3.0",
@ -15429,9 +15429,9 @@
"dev": true
},
"astro": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz",
"integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz",
"integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==",
"dev": true,
"requires": {
"@astrojs/compiler": "^2.3.0",

View File

@ -62,7 +62,7 @@
"@rollup/plugin-typescript": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"astro": "^3.5.2",
"astro": "^3.5.3",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.2",
"bundlewatch": "^0.3.3",