Bump astro-vtbot from 1.8.7 to 1.8.8

Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.8.7 to 1.8.8.
- [Changelog](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/martrapp/astro-vtbot/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-02 18:46:49 +00:00 committed by GitHub
parent be8471a679
commit df36f92e37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -34,7 +34,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"astro-vtbot": "^1.8.7",
"astro-vtbot": "^1.8.8",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
@ -2222,9 +2222,9 @@
"integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ=="
},
"node_modules/@vtbag/inspection-chamber": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.9.tgz",
"integrity": "sha512-ahubZm5vsDeqVmeE58yMj1LV2xUBs64c53uCetTXIY6AhUmCaeMVeQvOITJ2s7Mj0wB3qY+6BnjZv+TQ+ssZoQ==",
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.10.tgz",
"integrity": "sha512-mDwha6zZzwfPULbQ4NuebnQIbRnqELcfW+dxsjc1K54aDLQjaVKjeQf+q9ZzQ/QNl+hdtufKSnXC/Uo4p/LzhA==",
"dev": true,
"funding": {
"type": "github",
@ -2527,12 +2527,12 @@
}
},
"node_modules/astro-vtbot": {
"version": "1.8.7",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.7.tgz",
"integrity": "sha512-w+uvUMdxFmpiWIN+IARMdwiJGQ/MJRAXVoqrkmRa2acP5kGK6QDhKKolH5JuFYbRf2yXU0Dz9r5+ti4d89qy0w==",
"version": "1.8.8",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.8.tgz",
"integrity": "sha512-oa+8CFgxrWz2qW1OhLaHZxe/GMPOrskKv2/wQOtaeYSDvM721wGmqyWlwdUNbya53GC03pfUSJ4Fscu1RFktPg==",
"dev": true,
"dependencies": {
"@vtbag/inspection-chamber": "^1.0.9"
"@vtbag/inspection-chamber": "^1.0.10"
},
"funding": {
"type": "github",

View file

@ -37,7 +37,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"astro-vtbot": "^1.8.7",
"astro-vtbot": "^1.8.8",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",