Bump astro-vtbot from 1.8.4 to 1.8.6

Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.8.4 to 1.8.6.
- [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-08-19 17:08:54 +00:00 committed by GitHub
parent 9288498a17
commit 7ab4b7d1ae
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.7",
"astro-vtbot": "^1.8.4",
"astro-vtbot": "^1.8.6",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
@ -2301,9 +2301,9 @@
"integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ=="
},
"node_modules/@vtbag/inspection-chamber": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.6.tgz",
"integrity": "sha512-eNbn9EL+Ed1nkXpts4xrhpgImrHSGBfS0VUh8wBWeS2mo7nDsyQWJb7UyCS29cUe5vj1kniU07sB/nkVdeFR2g==",
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.8.tgz",
"integrity": "sha512-/DvA7aEBE3/d2NOp7ewZdiUlEROLEEVEt2UzM0Vuqog5Gws47DQROUMUkvcbD00L89LwShKqahnm7S9x2xrCGA==",
"dev": true,
"funding": {
"type": "github",
@ -2586,12 +2586,12 @@
}
},
"node_modules/astro-vtbot": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.4.tgz",
"integrity": "sha512-eYLoLeCPOmLD4AbrFWyC1IXK34G0FCx3stOxcyEgS1jxAUi0qLUMSZgQiE0JcwYfVUE+Ew6PscFbMvQFIwMxug==",
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.6.tgz",
"integrity": "sha512-6IlUsCV/jHtzsVcispAHtYICJYdNEachV63Ji8liTjKBDY+ycU3X5s0f1hafMwM5IgeX7pe1vyKIXAnTb7xkLg==",
"dev": true,
"dependencies": {
"@vtbag/inspection-chamber": "^1.0.6"
"@vtbag/inspection-chamber": "^1.0.8"
},
"funding": {
"type": "github",

View file

@ -37,7 +37,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"astro-vtbot": "^1.8.4",
"astro-vtbot": "^1.8.6",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",