From 7ab4b7d1ae6b416f10ef6d32e610a350690794a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:08:54 +0000 Subject: [PATCH] Bump astro-vtbot from 1.8.4 to 1.8.6 Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.8.4 to 1.8.6. - [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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a968816..6d0d355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "astro-vtbot": "^1.8.4", + "astro-vtbot": "^1.8.6", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", @@ -2301,9 +2301,9 @@ "integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==" }, "node_modules/@vtbag/inspection-chamber": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.6.tgz", - "integrity": "sha512-eNbn9EL+Ed1nkXpts4xrhpgImrHSGBfS0VUh8wBWeS2mo7nDsyQWJb7UyCS29cUe5vj1kniU07sB/nkVdeFR2g==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.8.tgz", + "integrity": "sha512-/DvA7aEBE3/d2NOp7ewZdiUlEROLEEVEt2UzM0Vuqog5Gws47DQROUMUkvcbD00L89LwShKqahnm7S9x2xrCGA==", "dev": true, "funding": { "type": "github", @@ -2586,12 +2586,12 @@ } }, "node_modules/astro-vtbot": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.4.tgz", - "integrity": "sha512-eYLoLeCPOmLD4AbrFWyC1IXK34G0FCx3stOxcyEgS1jxAUi0qLUMSZgQiE0JcwYfVUE+Ew6PscFbMvQFIwMxug==", + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.6.tgz", + "integrity": "sha512-6IlUsCV/jHtzsVcispAHtYICJYdNEachV63Ji8liTjKBDY+ycU3X5s0f1hafMwM5IgeX7pe1vyKIXAnTb7xkLg==", "dev": true, "dependencies": { - "@vtbag/inspection-chamber": "^1.0.6" + "@vtbag/inspection-chamber": "^1.0.8" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 298d32d..228bc01 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "astro-vtbot": "^1.8.4", + "astro-vtbot": "^1.8.6", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6",