From d427c25dc17052b8f77dce92983f02032f3c5524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 07:26:36 +0000 Subject: [PATCH] build(deps-dev): bump eleventy-plugin-vento from 4.6.0 to 5.0.0 Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 4.6.0 to 5.0.0. - [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.6.0...v5.0.0) --- updated-dependencies: - dependency-name: eleventy-plugin-vento dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 be7f77c8..4c5498b3 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": "^4.6.0" + "eleventy-plugin-vento": "^5.0.0" } }, "node_modules/@11ty/dependency-tree": { @@ -1435,14 +1435,14 @@ "license": "MIT" }, "node_modules/eleventy-plugin-vento": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-4.6.0.tgz", - "integrity": "sha512-yL885zHfK8y/rBvPSayWmC3ZLjjHr9mC1d5vyhjkM49hCoIsu5dEohzPEXtMq9ROa89XQ7DrNPo7ImSM9dNLEg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.0.0.tgz", + "integrity": "sha512-XYq9NZbvFmRTCPUV+z6xm290SxFvhUwFEybtM4lEy2JFz5zUgQHYFyFacBBXDItMGEP8i/cHWlCZFMZ4C2Z8ZQ==", "dev": true, "license": "MIT", "dependencies": { "debug": "4.4.1", - "ventojs": "2.0.1" + "ventojs": "2.0.2" }, "engines": { "node": ">=18" @@ -2732,9 +2732,9 @@ "license": "MIT" }, "node_modules/ventojs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.0.1.tgz", - "integrity": "sha512-qAlsSVKX2GzZSZ9+ClqUNtPCE9OA7KOJZ2bX8J4V802fYKfoRjbMSh5xp+OK8okS4wZR71z+Ro/AdxscVrufwQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.0.2.tgz", + "integrity": "sha512-ZdIiqXKUdFnZMH7S3qznFf3corlPFvaUs2ZbazK55yQjcV7lvsfej2YLrPGf8sr4gUKEYBIxb/S+YEpmnZ0Lcw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index e1b66a30..f87aeadc 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": "^4.6.0" + "eleventy-plugin-vento": "^5.0.0" }, "type": "module" }