Bump astro-vtbot from 1.9.2 to 1.9.4

Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.9.2 to 1.9.4.
- [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-23 17:17:56 +00:00 committed by GitHub
parent cf2b6075b6
commit 143c755ae0
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

@ -33,7 +33,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.9.2",
"astro-vtbot": "^1.9.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
@ -2220,9 +2220,9 @@
}
},
"node_modules/@vtbag/inspection-chamber": {
"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==",
"version": "1.0.13",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.13.tgz",
"integrity": "sha512-TEj8D405pT0uqtvxvTsGDPYe/gYbxs+gXFm63cdw3KV9jOlZiVRhNoDXtl/KGQSSNjk+M6Y03Dq9IlzSppBNKg==",
"dev": true,
"funding": {
"type": "github",
@ -2525,13 +2525,13 @@
}
},
"node_modules/astro-vtbot": {
"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==",
"version": "1.9.4",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.9.4.tgz",
"integrity": "sha512-1rQ33QNZ6z+2+pxnPrCtrv2yVvGiTE+0YjeWOj55fOFtw9HelGp8QXu8YvBWtD3WtNGWDnpLcYoCSY4bPGUkHA==",
"dev": true,
"dependencies": {
"@vtbag/element-crossing": "^1.0.1",
"@vtbag/inspection-chamber": "^1.0.10"
"@vtbag/inspection-chamber": "^1.0.13"
},
"funding": {
"type": "github",

View file

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