diff --git a/package-lock.json b/package-lock.json index e470ccbc..32b6d9b5 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.1.1" + "eleventy-plugin-vento": "^5.2.0" } }, "node_modules/@11ty/dependency-tree": { @@ -1435,14 +1435,14 @@ "license": "MIT" }, "node_modules/eleventy-plugin-vento": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.1.1.tgz", - "integrity": "sha512-MU6Mloe7D75sW0/zfP6PpRUOptbKdUe/TbRwf8Pl1NMSw/VTRr+PPmkAnW65E0ru+m2/uBAvx060btNWq5f10A==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eleventy-plugin-vento/-/eleventy-plugin-vento-5.2.0.tgz", + "integrity": "sha512-ATlJKKBSX7yK8twOF8c9AEAyr161hGpTMbJl8ARN22E3nEIFIjExCcZfvDGlLwOMI9VS7Zk8SY58cu/mdCj1ig==", "dev": true, "license": "MIT", "dependencies": { "debug": "4.4.3", - "ventojs": "2.1.1" + "ventojs": "2.2.0" }, "engines": { "node": ">=18" @@ -2732,9 +2732,9 @@ "license": "MIT" }, "node_modules/ventojs": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.1.1.tgz", - "integrity": "sha512-DC2MSGVKbgRXcdh5ReSu3IQO2iQq5gUmyMQDFZsy1Jy/NeIB1Dcp+u9CSGAUwD1UtZaGQl4AIrl81DSTHE1lCQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ventojs/-/ventojs-2.2.0.tgz", + "integrity": "sha512-i3nGAgn+dc+mTfsEplGHCbgA9QNdGchSI3GRF55TWdHHjz2WcHIHH8pQtjpiVP74ZjmqdccO3bC71xpxuwBWgg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index a6ff9905..f4d075ad 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.1.1" + "eleventy-plugin-vento": "^5.2.0" }, "type": "module" }