From d5f775d962043bcccbf12ba3ff8ea2311c2fcfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:12:41 +0000 Subject: [PATCH] Bump astro-vtbot from 1.7.27 to 1.10.3 Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.7.27 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] --- package-lock.json | 54 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6472a49..ebea089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "astro-vtbot": "^1.7.27", + "astro-vtbot": "^1.10.3", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.5", @@ -2566,6 +2566,46 @@ "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", + "integrity": "sha512-UgZZOyeof2zainGD9FYjVqkwK8gvsv8ABVC5YA1iSlyt39c+2Fz7WRGBHiE/9Vqb22DpZTqF87ArHqkxG7+Y9g==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/martrapp" + } + }, + "node_modules/@vtbag/inspection-chamber": { + "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", + "url": "https://github.com/sponsors/martrapp" + } + }, "node_modules/abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -2843,10 +2883,16 @@ } }, "node_modules/astro-vtbot": { - "version": "1.7.27", - "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.7.27.tgz", - "integrity": "sha512-gFPfmeuPkez0iYddOgUvBY+0H+tC3lpUNRr2IaqT0UVWXQpBkXTtOwUEQrFm4u65c88teUmWOY7IbVNdj3sg+w==", + "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.15", + "@vtbag/turn-signal": "^1.0.2" + }, "funding": { "type": "github", "url": "https://github.com/sponsors/martrapp" diff --git a/package.json b/package.json index 050e238..e5dc0f0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "astro-vtbot": "^1.7.27", + "astro-vtbot": "^1.10.3", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.5",