chore(deps-dev): bump astro-vtbot from 1.10.7 to 2.0.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-30 17:54:17 +00:00 committed by GitHub
parent a0fe9d0b22
commit 7f11127da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View file

@ -32,7 +32,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.10.7",
"astro-vtbot": "^2.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
@ -2199,9 +2199,9 @@
"integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ=="
},
"node_modules/@vtbag/cam-shaft": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@vtbag/cam-shaft/-/cam-shaft-1.0.1.tgz",
"integrity": "sha512-9lSaxaT4sLX6mvcf4ixGgvT3EuUQAVCF7oSZcoj0tLRBdDM0W7ABZwvjqT37zX2omWaqDWavddmVuK6hu1DZnQ==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@vtbag/cam-shaft/-/cam-shaft-1.0.3.tgz",
"integrity": "sha512-J5j2fmi/PAn2PWkdqnfRVyCxNjILFA+dvnU0vNyXBo0BHOYqqVH+rRzKoSFTQg8sJY1Ni9J3dwH50xQd4CIzwg==",
"dev": true,
"funding": {
"type": "github",
@ -2219,12 +2219,12 @@
}
},
"node_modules/@vtbag/inspection-chamber": {
"version": "1.0.17",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.17.tgz",
"integrity": "sha512-MDtO+qNtd4AkxjkJpQD3N2YhMQUaEdSkdArwk7Cy/81iMbOXhZek6cRQu06jn6JnrRv4andtb1oHtl5rYuNSSQ==",
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.18.tgz",
"integrity": "sha512-QAK+4y7xDUiBhEsvZQD4yPQaWMYaHUrhXbB8Ba2y7++31CX8+9UE7RIuGIlSNzG6QVBZijVVKxzYXld/h6jvpQ==",
"dev": true,
"dependencies": {
"eruda": "^3.4.0"
"eruda": "^3.4.1"
},
"funding": {
"type": "github",
@ -2232,9 +2232,9 @@
}
},
"node_modules/@vtbag/turn-signal": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@vtbag/turn-signal/-/turn-signal-1.1.0.tgz",
"integrity": "sha512-2WoBbs3v7hWxu6BXvWab4G8MJIFr21vEcJ5Y4mhXlYifVzHLSf5M+aHxEEk62DMOeVmjHwqt8DK47GYnFrEqmg==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vtbag/turn-signal/-/turn-signal-1.3.0.tgz",
"integrity": "sha512-2Dj5sHjCrdDclGInN8K2pGCwlWmhT53jIqKL7sJLOFYKJlDSTz+LcC/JJFYNDPr7US001Aum51QtCcz1FXbvHw==",
"dev": true,
"funding": {
"type": "github",
@ -2503,15 +2503,15 @@
}
},
"node_modules/astro-vtbot": {
"version": "1.10.7",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.10.7.tgz",
"integrity": "sha512-lwCMq+ruuTbHooJ/ZYL2tA99KXDXqbmD5JNBtlnuO7EsEp7FBpwIVBOHt/lDkqUtDt+vQkWRPA5cLZ3tEny48g==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-2.0.0.tgz",
"integrity": "sha512-a9k/GfjqaqvW4sz+b8654apz4GPPJkL/4mNX4S6nplUJWy8J29GSCeEmTXBH0KtCJhuSlkl4tJdqGi80rkZ9Rw==",
"dev": true,
"dependencies": {
"@vtbag/cam-shaft": "^1.0.1",
"@vtbag/cam-shaft": "^1.0.3",
"@vtbag/element-crossing": "^1.0.4",
"@vtbag/inspection-chamber": "^1.0.17",
"@vtbag/turn-signal": "^1.1.0"
"@vtbag/inspection-chamber": "^1.0.18",
"@vtbag/turn-signal": "^1.3.0"
},
"funding": {
"type": "github",

View file

@ -35,7 +35,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.10.7",
"astro-vtbot": "^2.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",