From 0c711f4d6188483cdfb1c2c4a448137d64f2c486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:51:54 +0000 Subject: [PATCH 1/6] chore(deps): bump astro from 4.16.17 to 4.16.18 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.17 to 4.16.18. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@4.16.18/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.18/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b943c08..bcfc7c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.6.0", "@preline/tabs": "^2.6.0", - "astro": "^4.16.17", + "astro": "^4.16.18", "astro-compressor": "^1.0.0", "clipboard": "^2.0.11", "globby": "^14.0.2", @@ -2406,9 +2406,9 @@ } }, "node_modules/astro": { - "version": "4.16.17", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz", - "integrity": "sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 1662af8..84aeabc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.6.0", "@preline/tabs": "^2.6.0", - "astro": "^4.16.17", + "astro": "^4.16.18", "astro-compressor": "^1.0.0", "clipboard": "^2.0.11", "globby": "^14.0.2", From c793785013b6f05cb04c6f3a2fee3690a61b6d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:29:29 +0000 Subject: [PATCH 2/6] chore(deps): bump tailwindcss from 3.4.16 to 3.4.17 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.16 to 3.4.17. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcfc7c8..b50a5e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "rimraf": "^6.0.1", "sharp": "^0.33.5", "sharp-ico": "^0.1.5", - "tailwindcss": "^3.4.16" + "tailwindcss": "^3.4.17" }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", @@ -7558,9 +7558,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 84aeabc..20bcfc7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "rimraf": "^6.0.1", "sharp": "^0.33.5", "sharp-ico": "^0.1.5", - "tailwindcss": "^3.4.16" + "tailwindcss": "^3.4.17" }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", From 012729913c22ea28b6106541804241af37f7df06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:29:36 +0000 Subject: [PATCH 3/6] chore(deps): bump @preline/dropdown from 2.5.0 to 2.6.0 Bumps [@preline/dropdown](https://github.com/htmlstreamofficial/preline) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/htmlstreamofficial/preline/releases) - [Commits](https://github.com/htmlstreamofficial/preline/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: "@preline/dropdown" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcfc7c8..4cb49a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/tailwind": "^5.1.3", "@preline/accordion": "^2.5.0", "@preline/collapse": "^2.6.0", - "@preline/dropdown": "^2.5.0", + "@preline/dropdown": "^2.6.0", "@preline/overlay": "^2.6.0", "@preline/tabs": "^2.6.0", "astro": "^4.16.18", @@ -1655,9 +1655,9 @@ "integrity": "sha512-0w/Gd5g2N81atuMhEikAyW/88yIk/Gt7wnrIMB5NZQry5CWj8SAf0kksb2wtFF5uakA/tnbSuXzeCcabbZe0uw==" }, "node_modules/@preline/dropdown": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@preline/dropdown/-/dropdown-2.5.0.tgz", - "integrity": "sha512-ydKGBx02eLWzmCn8gkaaTe/gXXqvkZKZCgCYCWETRdy31qhaam43hvJMcpsGOROWSjlPNBgVyGrwYdAgJUO68g==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@preline/dropdown/-/dropdown-2.6.0.tgz", + "integrity": "sha512-Ryjeo0tOnsxzT9dI1S4gybUwTcvQPszVTqxmxry1yxIaKWzpom2As/AFoYETZ/8EbdQxr7G6CQj4d0Fw+9u+mA==" }, "node_modules/@preline/overlay": { "version": "2.6.0", diff --git a/package.json b/package.json index 84aeabc..ffcf0e6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "^5.1.3", "@preline/accordion": "^2.5.0", "@preline/collapse": "^2.6.0", - "@preline/dropdown": "^2.5.0", + "@preline/dropdown": "^2.6.0", "@preline/overlay": "^2.6.0", "@preline/tabs": "^2.6.0", "astro": "^4.16.18", From f43201c75a2381b72bffe47b2e62481ba43c1aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:29:41 +0000 Subject: [PATCH 4/6] chore(deps): bump @preline/accordion from 2.5.0 to 2.6.0 Bumps [@preline/accordion](https://github.com/htmlstreamofficial/preline) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/htmlstreamofficial/preline/releases) - [Commits](https://github.com/htmlstreamofficial/preline/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: "@preline/accordion" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcfc7c8..cfdda36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.3", - "@preline/accordion": "^2.5.0", + "@preline/accordion": "^2.6.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.6.0", @@ -1645,9 +1645,9 @@ } }, "node_modules/@preline/accordion": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@preline/accordion/-/accordion-2.5.0.tgz", - "integrity": "sha512-vQnRTJ0W1FNHsgwgQ/i6OXXDkRuT1oaR9WNjgTX8jeldQfnU40NYCJdjyhdPX5kCkNH2Q8AW6ihG/8XI2DNGJA==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@preline/accordion/-/accordion-2.6.0.tgz", + "integrity": "sha512-MWZrV1RC0urfG9KuaKTd316gXK8yc8vIq3XtABCVbEf43hNRYUqLFbRPD3JTbdHtYiD/xT53NZkFC0CIvGj1yg==" }, "node_modules/@preline/collapse": { "version": "2.6.0", diff --git a/package.json b/package.json index 84aeabc..2634ad5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.3", - "@preline/accordion": "^2.5.0", + "@preline/accordion": "^2.6.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.6.0", From 22a73e0b174fd08394e6643f993f78d408bdbd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:42:07 +0000 Subject: [PATCH 5/6] chore(deps): bump @astrojs/tailwind from 5.1.3 to 5.1.4 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@5.1.4/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e55cf4..b56e251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@preline/accordion": "^2.6.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.6.0", @@ -247,9 +247,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.3.tgz", - "integrity": "sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz", + "integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==", "dependencies": { "autoprefixer": "^10.4.20", "postcss": "^8.4.49", diff --git a/package.json b/package.json index 99391a1..acfc47d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@preline/accordion": "^2.6.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.6.0", From 7f11127da46c59b1d2d6e23d222a4bb3688a30ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:54:17 +0000 Subject: [PATCH 6/6] chore(deps-dev): bump astro-vtbot from 1.10.7 to 2.0.0 Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot) from 1.10.7 to 2.0.0. - [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-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index b56e251..04437dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.7", + "astro-vtbot": "^2.0.0", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", @@ -2199,9 +2199,9 @@ "integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==" }, "node_modules/@vtbag/cam-shaft": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@vtbag/cam-shaft/-/cam-shaft-1.0.1.tgz", - "integrity": "sha512-9lSaxaT4sLX6mvcf4ixGgvT3EuUQAVCF7oSZcoj0tLRBdDM0W7ABZwvjqT37zX2omWaqDWavddmVuK6hu1DZnQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@vtbag/cam-shaft/-/cam-shaft-1.0.3.tgz", + "integrity": "sha512-J5j2fmi/PAn2PWkdqnfRVyCxNjILFA+dvnU0vNyXBo0BHOYqqVH+rRzKoSFTQg8sJY1Ni9J3dwH50xQd4CIzwg==", "dev": true, "funding": { "type": "github", @@ -2219,12 +2219,12 @@ } }, "node_modules/@vtbag/inspection-chamber": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.17.tgz", - "integrity": "sha512-MDtO+qNtd4AkxjkJpQD3N2YhMQUaEdSkdArwk7Cy/81iMbOXhZek6cRQu06jn6JnrRv4andtb1oHtl5rYuNSSQ==", + "version": "1.0.18", + "resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.18.tgz", + "integrity": "sha512-QAK+4y7xDUiBhEsvZQD4yPQaWMYaHUrhXbB8Ba2y7++31CX8+9UE7RIuGIlSNzG6QVBZijVVKxzYXld/h6jvpQ==", "dev": true, "dependencies": { - "eruda": "^3.4.0" + "eruda": "^3.4.1" }, "funding": { "type": "github", @@ -2232,9 +2232,9 @@ } }, "node_modules/@vtbag/turn-signal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vtbag/turn-signal/-/turn-signal-1.1.0.tgz", - "integrity": "sha512-2WoBbs3v7hWxu6BXvWab4G8MJIFr21vEcJ5Y4mhXlYifVzHLSf5M+aHxEEk62DMOeVmjHwqt8DK47GYnFrEqmg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@vtbag/turn-signal/-/turn-signal-1.3.0.tgz", + "integrity": "sha512-2Dj5sHjCrdDclGInN8K2pGCwlWmhT53jIqKL7sJLOFYKJlDSTz+LcC/JJFYNDPr7US001Aum51QtCcz1FXbvHw==", "dev": true, "funding": { "type": "github", @@ -2503,15 +2503,15 @@ } }, "node_modules/astro-vtbot": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.10.7.tgz", - "integrity": "sha512-lwCMq+ruuTbHooJ/ZYL2tA99KXDXqbmD5JNBtlnuO7EsEp7FBpwIVBOHt/lDkqUtDt+vQkWRPA5cLZ3tEny48g==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-2.0.0.tgz", + "integrity": "sha512-a9k/GfjqaqvW4sz+b8654apz4GPPJkL/4mNX4S6nplUJWy8J29GSCeEmTXBH0KtCJhuSlkl4tJdqGi80rkZ9Rw==", "dev": true, "dependencies": { - "@vtbag/cam-shaft": "^1.0.1", + "@vtbag/cam-shaft": "^1.0.3", "@vtbag/element-crossing": "^1.0.4", - "@vtbag/inspection-chamber": "^1.0.17", - "@vtbag/turn-signal": "^1.1.0" + "@vtbag/inspection-chamber": "^1.0.18", + "@vtbag/turn-signal": "^1.3.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index acfc47d..a536981 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.7", + "astro-vtbot": "^2.0.0", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9",