From 9d854f4d3fd1ef66c16f6211b9a39de11cebebec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:02:54 +0000 Subject: [PATCH] build(deps-dev): bump eleventy-plugin-vento from 5.2.0 to 5.2.1 Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 5.2.0 to 5.2.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.2.0...v5.2.1) --- updated-dependencies: - dependency-name: eleventy-plugin-vento dependency-version: 5.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32b6d9b5..f444773a 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.2.0" + "eleventy-plugin-vento": "^5.2.1" } }, "node_modules/@11ty/dependency-tree": { @@ -1435,9 +1435,9 @@ "license": "MIT" }, "node_modules/eleventy-plugin-vento": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.2.0.tgz", - "integrity": "sha512-ATlJKKBSX7yK8twOF8c9AEAyr161hGpTMbJl8ARN22E3nEIFIjExCcZfvDGlLwOMI9VS7Zk8SY58cu/mdCj1ig==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.2.1.tgz", + "integrity": "sha512-Vme5flvgw/MCZgYMdIi/F1A4d7yZ8775sOhgP7Qy1SlF0jurD1/ih6AQsIHbUtt9uawsnLLz84UWzuhpb8hF9w==", "dev": true, "license": "MIT", "dependencies": { @@ -2301,6 +2301,7 @@ "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz", "integrity": "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==", "dev": true, + "peer": true, "dependencies": { "posthtml-parser": "^0.11.0", "posthtml-render": "^3.0.0" @@ -2672,6 +2673,7 @@ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index f4d075ad..671672c3 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.2.0" + "eleventy-plugin-vento": "^5.2.1" }, "type": "module" }