diff --git a/package-lock.json b/package-lock.json index bfe02d4..1a8a20c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" }, diff --git a/package.json b/package.json index f11c650..f1edda2 100644 --- a/package.json +++ b/package.json @@ -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",