Merge pull request #252 from mearashadowfax/dependabot/npm_and_yarn/astro-vtbot-1.10.6

Bump astro-vtbot from 1.10.5 to 1.10.6
This commit is contained in:
Emil Gulamov 2024-11-04 10:08:14 -08:00 committed by GitHub
commit 748ea4d2d0
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

@ -32,7 +32,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.10.5",
"astro-vtbot": "^1.10.6",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
@ -2174,9 +2174,9 @@
}
},
"node_modules/@vtbag/element-crossing": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@vtbag/element-crossing/-/element-crossing-1.0.2.tgz",
"integrity": "sha512-2nTgDd2gvuwn4mouoXIaYwzB3pXySXAd/7842um/qmQYBLwns7nqHCc0d99Wgoi28KeYgQuWMP4ZR5vMqHz5ww==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@vtbag/element-crossing/-/element-crossing-1.0.3.tgz",
"integrity": "sha512-veAN03yabaUSKaoeaHUu0mSpAqzsUAmnrxlOy75OhqZZ4y3+GHR3vBFZIUSfwSYpFfBfRDSbxyfapkPiQsKZmw==",
"dev": true,
"funding": {
"type": "github",
@ -2456,13 +2456,13 @@
}
},
"node_modules/astro-vtbot": {
"version": "1.10.5",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.10.5.tgz",
"integrity": "sha512-1w5gviyjDn2bh8FGoK0bnULemLkQzkB4MzWUeUxs67u2ZfHaqc+R8O66ztjgSulr334N5RpRmuW11z6ciW+v2g==",
"version": "1.10.6",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.10.6.tgz",
"integrity": "sha512-kMYJEMuEw52xistawd6Y1PZKsDtxVTaLwS1ajMwtph75XmkTnqXlUHJ9/AEa4ezsNplkyRpba5kjchiN6CV6pg==",
"dev": true,
"dependencies": {
"@vtbag/cam-shaft": "^1.0.1",
"@vtbag/element-crossing": "^1.0.2",
"@vtbag/element-crossing": "^1.0.3",
"@vtbag/inspection-chamber": "^1.0.17",
"@vtbag/turn-signal": "^1.1.0"
},

View file

@ -35,7 +35,7 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"astro-vtbot": "^1.10.5",
"astro-vtbot": "^1.10.6",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",