From fc6d764bb9478fe19d65734a5a8a81c25fa6713c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:34:24 +0000 Subject: [PATCH] build(deps-dev): bump eleventy-plugin-vento from 4.5.0 to 4.5.1 Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 4.5.0 to 4.5.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/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: eleventy-plugin-vento dependency-version: 4.5.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 cef8547d..221f888c 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.1", "@11ty/eleventy-plugin-webc": "^0.11.2", - "eleventy-plugin-vento": "^4.5.0" + "eleventy-plugin-vento": "^4.5.1" } }, "node_modules/@11ty/dependency-tree": { @@ -1442,14 +1442,14 @@ "license": "MIT" }, "node_modules/eleventy-plugin-vento": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-4.5.0.tgz", - "integrity": "sha512-yelztYD4RO9OMyy8fm2A0S6KN2iXihYLPqkI6crsUBcd4KQ4IoJTCp5o8AhdfwhJ8f+9yMtsRSSmbE8fotNgcw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-4.5.1.tgz", + "integrity": "sha512-b+F9UhwKyLBAp1yluSqYEMtCtSu3X63F0QVUzH1345nYEeJKxAY0Ijyvk0VCT2dAwJzKrp1Gi8TYxaVCCjmkcg==", "dev": true, "license": "MIT", "dependencies": { "debug": "4.4.1", - "ventojs": "1.14.0" + "ventojs": "1.15.2" }, "engines": { "node": ">=18" @@ -2759,9 +2759,9 @@ "license": "MIT" }, "node_modules/ventojs": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-1.14.0.tgz", - "integrity": "sha512-Jg0wPvtCMgifhONHD3JO9sG2KqSG14kxNgitGmeQ/vXZR1Hw+gwXKKjtAZBNTSNXzSbgrZXL4W0CMGTyHeqkqQ==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-1.15.2.tgz", + "integrity": "sha512-/vparUOEKeL4fNzkOhZe3brXCJn/uiJBj3Q/rzrreap3Ef+rjJTT60jvI+Vnc0IhHiU8b5wwmDNLJtTQWJJ14g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 044a559a..6a11dc9e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@11ty/eleventy-plugin-rss": "^2.0.4", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", "@11ty/eleventy-plugin-webc": "^0.11.2", - "eleventy-plugin-vento": "^4.5.0" + "eleventy-plugin-vento": "^4.5.1" }, "type": "module" }