From 125e052f914c6c259bb18f214d10c2f3414424a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:47:04 +0000 Subject: [PATCH] Bump astro-vtbot from 1.10.4 to 1.10.5 Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.10.4 to 1.10.5. - [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] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 221358a..45a48cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.4", + "astro-vtbot": "^1.10.5", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8", @@ -2266,9 +2266,9 @@ } }, "node_modules/@vtbag/inspection-chamber": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.16.tgz", - "integrity": "sha512-90qz1rcIlrNyajH2HpDHYR/FiwsMQjTA8URgDtC0XZx1Ny2gpmSYSRVFzbGPt3qPD8A8fuGQS31IJa0h1fuSgw==", + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.17.tgz", + "integrity": "sha512-MDtO+qNtd4AkxjkJpQD3N2YhMQUaEdSkdArwk7Cy/81iMbOXhZek6cRQu06jn6JnrRv4andtb1oHtl5rYuNSSQ==", "dev": true, "dependencies": { "eruda": "^3.4.0" @@ -2279,9 +2279,9 @@ } }, "node_modules/@vtbag/turn-signal": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@vtbag/turn-signal/-/turn-signal-1.0.3.tgz", - "integrity": "sha512-qa+dVrjJrg6LIcz22oI7X3QpS16qImZx/WscpMaghfpOF5pvHVH5O9zJkha5qxdqAELNm2gwk5O0+3q7I389yw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@vtbag/turn-signal/-/turn-signal-1.1.0.tgz", + "integrity": "sha512-2WoBbs3v7hWxu6BXvWab4G8MJIFr21vEcJ5Y4mhXlYifVzHLSf5M+aHxEEk62DMOeVmjHwqt8DK47GYnFrEqmg==", "dev": true, "funding": { "type": "github", @@ -2580,15 +2580,15 @@ } }, "node_modules/astro-vtbot": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.10.4.tgz", - "integrity": "sha512-F/0D5i8PTytq7rS+ngtNRPMOC4AY7K7e5hZRjyjmhcEK1TYqDegeWkbUU6uSolChH+DSwyesLlIR8o7hV2PdTQ==", + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.10.5.tgz", + "integrity": "sha512-1w5gviyjDn2bh8FGoK0bnULemLkQzkB4MzWUeUxs67u2ZfHaqc+R8O66ztjgSulr334N5RpRmuW11z6ciW+v2g==", "dev": true, "dependencies": { "@vtbag/cam-shaft": "^1.0.1", "@vtbag/element-crossing": "^1.0.2", - "@vtbag/inspection-chamber": "^1.0.16", - "@vtbag/turn-signal": "^1.0.3" + "@vtbag/inspection-chamber": "^1.0.17", + "@vtbag/turn-signal": "^1.1.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 194b093..51a0e0f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.4", + "astro-vtbot": "^1.10.5", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8",