From deb831ebe477b11028b931fcb394c5d765daba60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:13:06 +0000 Subject: [PATCH] build(deps-dev): bump eleventy-plugin-vento from 5.3.0 to 5.4.1 Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 5.3.0 to 5.4.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.3.0...v5.4.1) --- updated-dependencies: - dependency-name: eleventy-plugin-vento dependency-version: 5.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 c644709b..73f21332 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.3.0" + "eleventy-plugin-vento": "^5.4.1" } }, "node_modules/@11ty/dependency-tree": { @@ -1435,14 +1435,14 @@ "license": "MIT" }, "node_modules/eleventy-plugin-vento": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.3.0.tgz", - "integrity": "sha512-v1kvrV/lWooOw9ORMCWv7MZ/a9A9EF87tl6e3LYdMpkKxhMN+UVi645zwyGysIpnhHQt0XnrZohySvadduYfrg==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.4.1.tgz", + "integrity": "sha512-ox5lul9kTDJAFU2ISmcTjLucZlKUxzfOSO+nWy2PhAqriuOaStl6XqFaR2vcxDyxwgB07cmL2jnhch1zfMhNkg==", "dev": true, "license": "MIT", "dependencies": { "debug": "4.4.3", - "ventojs": "2.3.0" + "ventojs": "2.3.1" }, "engines": { "node": ">=18" @@ -2734,9 +2734,9 @@ "license": "MIT" }, "node_modules/ventojs": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.3.0.tgz", - "integrity": "sha512-Vi/ZdC7QwdaaPTDL6fMWBxj+LnLTynDbef8Mb3YId3AR1Tnds2dS8YRUU/o51/Fv/5rdTNFJL4YHtBpfBbTQKg==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.3.1.tgz", + "integrity": "sha512-saGBMwQF+TZZJLTixSzwbZl+O5cNdBhMXNYAwegQ+/EsXSllSzrzgrZN7MU07ZOea3M+I/xBTwEFVb0HU6moUw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 157af5b5..11c20e54 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.3.0" + "eleventy-plugin-vento": "^5.4.1" }, "type": "module" }