diff --git a/package-lock.json b/package-lock.json index e18b846f..638791a9 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.1" + "eleventy-plugin-vento": "^5.3.0" } }, "node_modules/@11ty/dependency-tree": { @@ -1435,14 +1435,14 @@ "license": "MIT" }, "node_modules/eleventy-plugin-vento": { - "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==", + "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==", "dev": true, "license": "MIT", "dependencies": { "debug": "4.4.3", - "ventojs": "2.2.0" + "ventojs": "2.3.0" }, "engines": { "node": ">=18" @@ -2736,9 +2736,9 @@ "license": "MIT" }, "node_modules/ventojs": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.2.0.tgz", - "integrity": "sha512-i3nGAgn+dc+mTfsEplGHCbgA9QNdGchSI3GRF55TWdHHjz2WcHIHH8pQtjpiVP74ZjmqdccO3bC71xpxuwBWgg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.3.0.tgz", + "integrity": "sha512-Vi/ZdC7QwdaaPTDL6fMWBxj+LnLTynDbef8Mb3YId3AR1Tnds2dS8YRUU/o51/Fv/5rdTNFJL4YHtBpfBbTQKg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index bf3e5cc4..157af5b5 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.1" + "eleventy-plugin-vento": "^5.3.0" }, "type": "module" }