From bbd730c0e971e243d0868fa891a306208a5f3143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 07:03:02 +0000 Subject: [PATCH] build(deps-dev): bump eleventy-plugin-vento from 5.0.0 to 5.0.1 Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/noelforte/eleventy-plugin-vento/releases) - [Changelog](https://github.com/noelforte/eleventy-plugin-vento/blob/main/CHANGELOG.md) - [Commits](https://github.com/noelforte/eleventy-plugin-vento/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: eleventy-plugin-vento dependency-version: 5.0.1 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 4c5498b3..14856887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@11ty/eleventy-plugin-rss": "^2.0.4", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "@11ty/eleventy-plugin-webc": "^0.11.2", - "eleventy-plugin-vento": "^5.0.0" + "eleventy-plugin-vento": "^5.0.1" } }, "node_modules/@11ty/dependency-tree": { @@ -1312,9 +1312,9 @@ } }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "dependencies": { @@ -1435,13 +1435,13 @@ "license": "MIT" }, "node_modules/eleventy-plugin-vento": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.0.0.tgz", - "integrity": "sha512-XYq9NZbvFmRTCPUV+z6xm290SxFvhUwFEybtM4lEy2JFz5zUgQHYFyFacBBXDItMGEP8i/cHWlCZFMZ4C2Z8ZQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.0.1.tgz", + "integrity": "sha512-Pflf1tRyzQHEhv8SPOPiJHXJk7iv4wHSZgQs1aDf6s6YgHddksJXMq8HZcfjXc4/JUDPq1WooFxusRj5nr7KCQ==", "dev": true, "license": "MIT", "dependencies": { - "debug": "4.4.1", + "debug": "4.4.3", "ventojs": "2.0.2" }, "engines": { diff --git a/package.json b/package.json index f87aeadc..f0f017de 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@11ty/eleventy-plugin-rss": "^2.0.4", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "@11ty/eleventy-plugin-webc": "^0.11.2", - "eleventy-plugin-vento": "^5.0.0" + "eleventy-plugin-vento": "^5.0.1" }, "type": "module" }