Bump astro-vtbot from 1.8.8 to 1.9.2

Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.8.8 to 1.9.2.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 17:32:20 +00:00 committed by GitHub
parent 1ee63cf844
commit 0821ea4ab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 5 deletions

19
package-lock.json generated
View file

@ -33,7 +33,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.8.8",
"astro-vtbot": "^1.9.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
@ -2177,6 +2177,16 @@
"resolved": "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.18.tgz",
"integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ=="
},
"node_modules/@vtbag/element-crossing": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@vtbag/element-crossing/-/element-crossing-1.0.1.tgz",
"integrity": "sha512-UgZZOyeof2zainGD9FYjVqkwK8gvsv8ABVC5YA1iSlyt39c+2Fz7WRGBHiE/9Vqb22DpZTqF87ArHqkxG7+Y9g==",
"dev": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/martrapp"
}
},
"node_modules/@vtbag/inspection-chamber": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.10.tgz",
@ -2483,11 +2493,12 @@
}
},
"node_modules/astro-vtbot": {
"version": "1.8.8",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.8.tgz",
"integrity": "sha512-oa+8CFgxrWz2qW1OhLaHZxe/GMPOrskKv2/wQOtaeYSDvM721wGmqyWlwdUNbya53GC03pfUSJ4Fscu1RFktPg==",
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.9.2.tgz",
"integrity": "sha512-JZJmW0opHd519xoVexC+G+a+3lQXqbMsMMSYNWHi/TaW/X9goZC33N7pmGyyUonoftg+L05S/yFcRyR0WAuemg==",
"dev": true,
"dependencies": {
"@vtbag/element-crossing": "^1.0.1",
"@vtbag/inspection-chamber": "^1.0.10"
},
"funding": {

View file

@ -36,7 +36,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.8.8",
"astro-vtbot": "^1.9.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",