Bump astro-vtbot from 1.9.4 to 1.10.3

Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.9.4 to 1.10.3.
- [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-10-07 17:10:49 +00:00 committed by GitHub
parent 74210d7a23
commit 7f46566684
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 9 deletions

38
package-lock.json generated
View file

@ -33,7 +33,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.9.4",
"astro-vtbot": "^1.10.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
@ -2221,6 +2221,16 @@
"resolved": "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.18.tgz",
"integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ=="
},
"node_modules/@vtbag/cam-shaft": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@vtbag/cam-shaft/-/cam-shaft-1.0.0.tgz",
"integrity": "sha512-PeSTNMD/faT+RlvYAoBhyLoiMS5fKszQiRFz4k6oJnWEaNZZRqbbm6w4jrFzYn0hEVVNx0d7ludHscBAcfD7EA==",
"dev": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/martrapp"
}
},
"node_modules/@vtbag/element-crossing": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@vtbag/element-crossing/-/element-crossing-1.0.1.tgz",
@ -2232,9 +2242,19 @@
}
},
"node_modules/@vtbag/inspection-chamber": {
"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==",
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.15.tgz",
"integrity": "sha512-8Zk3VhwmI2WjrLpezZNoCOdVIzX/kQUjZDP4DAGii3x1L7cEZPKOsztl6y92Gt57a7+ex0bJKbTEg3gIaqSXQA==",
"dev": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/martrapp"
}
},
"node_modules/@vtbag/turn-signal": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@vtbag/turn-signal/-/turn-signal-1.0.2.tgz",
"integrity": "sha512-7XVN1dOE1xMLOftGFCrhp0sRXU65erYyUQxacZmZDNyms6FauwI/Pu/+t6tZDs+BGSyam5Viwy0m6ZZbWiNsRg==",
"dev": true,
"funding": {
"type": "github",
@ -2536,13 +2556,15 @@
}
},
"node_modules/astro-vtbot": {
"version": "1.9.4",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.9.4.tgz",
"integrity": "sha512-1rQ33QNZ6z+2+pxnPrCtrv2yVvGiTE+0YjeWOj55fOFtw9HelGp8QXu8YvBWtD3WtNGWDnpLcYoCSY4bPGUkHA==",
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.10.3.tgz",
"integrity": "sha512-DihmfPh4xDS1vp+JfYwyheyWrwUBtWOcziljBMJx2/wXMKMDso9DUVBvW9WQb+tSS6Y3FoSErHBA2YlZXO2Q7w==",
"dev": true,
"dependencies": {
"@vtbag/cam-shaft": "^1.0.0",
"@vtbag/element-crossing": "^1.0.1",
"@vtbag/inspection-chamber": "^1.0.13"
"@vtbag/inspection-chamber": "^1.0.15",
"@vtbag/turn-signal": "^1.0.2"
},
"funding": {
"type": "github",

View file

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